GTOOOOOH Posted September 20, 2007 Posted September 20, 2007 I've seen lot's of theories on how to get a USB stick to still be bootable when formatted in FAT32 or NTFS, and came up with a super simple method that works like a charm and doesn't require any 3rd party tools/apps/other/etc...Assuming you've already got WAIK Vista installed, and a basic ISO built, all you have to do is this:1. Burn your PE2 ISO to a CD/DVD.2. Boot up with it.3. Plug in your USB stick.4. Go into DISKPART and figure out which drive it is (usually E, volume 2). This can be done by using the LIST VOLUME command.5. Now that you're in DISKPART run the following commands (assuming your USB stick is the E drive and volume 2, otherwise substitute your drive letter for E and your volume number for 2)Select Volume 2Format fs=fat32 override quickSelect Volume 2Select Disk 0Select Partition 1ActiveExitBootSect /NT60 E:You can now copy your PE files to the root of your USB drive, what I copy is the following:Boot dir & all filesEFI dir & all filesSources dir & all filesBootMGR fileThat's it... works like a charm.Now, if there was a way to mark the partition active within WinXP technically speaking you shouldn't have to do ANY of the above coded steps inside a VistaPE environment, but I don't know how to set an active partition in XP without potentially screwing up my machine.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now