Results 1 to 6 of 6
Hello there, i currently have Fedora 11 installed and would like to make a bootable USB from an ISO so i can install Windows XP, i have the ISO for ...
- 06-21-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 2
Creating bootable USB from an ISO
Hello there, i currently have Fedora 11 installed and would like to make a bootable USB from an ISO so i can install Windows XP, i have the ISO for windows XP.
I have searched on google but have had no luck. The reason for doing it this way is that i have just bought a nettop which has no CD drive.
Firstly is this possible? If so, can anyone point me in the right direction?
Thanks in advance
- 06-21-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,097
Welcome to the forums!

Sorry, but I'm not sure that I understand what you are wanting to do.
Are you wanting to put Windows XP on the bootable flash drive and install WinXP from that? If so, you might have better luck asking about this on a Windows OS forum since more users there might have attempted such a task.
If I've misunderstood, can you please clarify?
In the interim, perhaps someone here has tried it and can provide an answer.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 06-21-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
It's easy to create a bootable Linux USB drive with UNetbootin, and I've heard that you can create a bootable Windows USB drive, but I don't know about tools to make a Windows installation ISO into a bootable USB drive. However, it should be possible from your FC11 system. What you should try:
1. Run fdisk against the usb drive and create a DOS (w96 FAT32) partition. Make it bootable.
2. Create a vfat file system on the usb partition.
3. Mount the usb drive partition: sudo mount /dev/sdx1 usb-mnt-point
4. Mount the iso image: sudo mount -o loop filename.iso iso-mnt-point
5. Copy the contents of the iso image to the usb partition: cp -rv iso-mnt-point usb-mnt-point
6. Reboot with the USB drive your boot device.
I don't know if this will work, but it's probably worth trying.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-21-2009 #4Just Joined!
- Join Date
- Jun 2009
- Posts
- 2
Yes that is correct, you have not misunderstood
and thanks, i will give it a go!
- 06-22-2009 #5Linux User
- Join Date
- Dec 2007
- Location
- Idaho USA
- Posts
- 351
If you are trying to install and boot XP from a USB drive then you will have problems, XP was not programed for that option. Did try once (some what) with out success on a USB hdd with 1st link.
Read:
Ngine.de - How to install and run a FULL Windows XP from a USB drive
SolutionBase: Boot Windows XP from a USB flash drive
- 06-22-2009 #6
Since this is a windows question, and not a linux one, would suggest you go to a windows forum.
Vista Forums has provided me with quite a few good answers. It is a vista forum, but they have quite a few answers for all windows. Do a search there for "XP install usb" and i'm sure you'll find something useful. Or even
THISNew to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote