Jump to content
DeployCentral

jessek

Members
  • Posts

    5
  • Joined

  • Last visited

jessek's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Update: I worked with SDE Support via email and they helped me work through the issue by manually using the "diskpart" command line utility to format the thumb drive and mark it active: From an elevated command window, run the following commands: 1. Diskpart 2. List Disk (determine which disk is your USB stick, probably disk 1 if you only have 1 hard drive) 3. Select Disk 1 (use the correct disk number here) 4. Detail Disk (ensure you have your USB drive selected) 5. Clean (this destroys all data) 6. Create partition primary 7. Active 8. Format quick fs=ntfs 9. Assign letter e: (any drive letter that works is fine) 10. Exit 11. Re-run Media Wizard to create the bootable USB drive In addition, the white screen issue when attempting to deploy from CD media was due to a glitch in the older version of SDE I was using to create it. That is resolved as well.
  2. I'm wondering if this issue is related to the use of UEFI (instead of traditional BIOS) on newer laptops. I tested my bootable images on a new HP laptop with the same error. A google search reveals that UEFI systems have a problem booting from NTFS-formatted drives, and require FAT32-formatted drives. Since SmartDeploy's Media Wizard does NTFS formatting, that could well be the issue. See: http://blogs.msdn.com/b/matt-harrington/archive/2012/03/27/how-to-create-a-bootable-usb-drive-from-an-iso-image-for-uefi-systems.aspx
  3. Hi, I've been using SDE without any serious problems for some time now. Yesterday I hit a brick wall deploying to a new laptop (Dell E6430 ATG). I used the Media Wizard to create Offline Bootable Media from a Windows 7 WIM, just like always. I formatted a USB flash drive to NTFS using the Media Wizard and copied the appropriate PPK and WIM files to the drive. When I boot using this flash drive on the target laptop, I get a boot-time error that says "Invalid Partition Table!" I have tried 3 different flash drives and reformatted them each multiple times and continue to get the same error. If I build boot media only (no deployment image) I get the same error. If I burn the boot image to a CD, the laptop boots to the SDE interface but as soon as I click "Deploy an Image" the dialog turns completely white and does not go any further (even after leaving it on overnight). I'm going to try some other things but at this point I'd like to know (1) why this is happening and (2) how to get my image deployed to this laptop! Thanks, Jesse
  4. Let's say I want to create a number of VMs for different potential user groups. Each group needs some unique configuration, however each VM will share the same basic configuration. For example: - Windows 7 - Latest Windows updates - IE 9 - A few global software tools (that all users in the organization need) Ideally, I would have a single "base VM" with all the above components, and then I would create additional VMs with specific additions (software for specific user groups, departments, etc). So if I want to create 3 unique images for Departments X, Y and Z, I would already have a base VM to start from in each case, rather than have to do 3 complete VM installations from scratch. How should I handle this? Should I just create the base VM and then copy/paste it on my PC, rename it and tweak it further for each VM? Are differencing images related to this at all? Just trying to find out what the best practices are here rather than waste time (and hard drive space) on lots of duplicate VMs. Thanks Jesse
×
×
  • Create New...