Note, the boot manager is separate from the operating system.
Direct download: http://download.plop.at/fi
Main Topics
Browse All TopicsI am having a heck of a time with this. I want to make a bootable USB drive. I would have thought there's an easy way to take a bootable CD - Windows XP install or ShadowProtect recovery cd or similar - and do something / run an app that will copy the files from the CD onto the USB and make the USB bootable.
Haven't been able to. I saw something about using diskpart (wiht a Vista or WIn 7 machine) on the USB drive then copy the files from the CD, that didn't work.
The HP USB boot drive utility didn;t work.
and the wintoUSB app that just works with windows install CDs did work, but I want something more versatile / this proves the machine I am testing does boot OK from USB drives.
thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Note, the boot manager is separate from the operating system.
Direct download: http://download.plop.at/fi
While the description only mentions Linux distributions, I've used this utility for many different ISOs without problems. Just image the CD to an ISO, then select that ISO in UNetbootin.
http://sourceforge.net/pro
1. Insert your USB (4GB+ preferable) stick to the system and backup all the data from the USB as we are going to format the USB to make it as bootable.
2. Open elevated Command Prompt. To do this, type in CMD in Start menu search field and hit Ctrl + Shift + Enter. Alternatively, navigate to Start > All programs >Accessories > right click on Command Prompt and select run as administrator.
3. When the Command Prompt opens, enter the following command:
DISKPART and hit enter.
LIST DISK and hit enter.
Once you enter the LIST DISK command, it will show the disk number of your USB drive. note that number and use it in the command "Select DISK (number of your usb thumb drive)
4. In this step you need to enter all the below commands one by one and hit enter.
SELECT DISK 1 (Replace DISK 1 with your disk number)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS quick
5. Insert your Windows DVD in the optical drive and note down the drive letter of the optical drive and USB media. Here I use D as my optical (DVD) drive letter and H as my USB drive letter.
6. Go back to command prompt and execute the following commands:
D:CD BOOT and hit enter. Where D is your DVD drive letter.
CD BOOT and hit enter to see the below message.
BOOTSECT.EXE/NT60 H:
(Where H is your USB drive letter)
http://www.intowind
This is for Windows 7, Windows Vista, Server 2008, Server 2008R2 ; use this to Install these operating system via bootable usb flash drives.
I have used these myself and infact installed windows 7 enterprise via USB flash drive formatted and prepared with the above steps
http://forums.techguy.org/
I haven't tried this myself - but just came across this
Business Accounts
Answer for Membership
by: themrrobertPosted on 2009-10-22 at 13:18:30ID: 25638518
Try using Plop: http://www.plop.at/en/boot manager.ht ml
You can set it up to boot from usb and its quite versatile, it can load windows and linux and more.