Results 1 to 5 of 5
I have a dual boot machine running redhat 8.0 and win xp pro. My windows setup has crashed and i need to make floppy boot disks to re install windows. ...
- 04-30-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 2
making xp floppy
I have a dual boot machine running redhat 8.0 and win xp pro. My windows setup has crashed and i need to make floppy boot disks to re install windows. My machine will not allow me to boot from a disk, don't ask me why. So the question is, how do i make floppy boot disks for winxp from linux? I am very new to linux. I tried to use wine but it only ran the exe program i have to make the floppys. Please help....
- 04-30-2005 #2Linux Newbie
- Join Date
- Jul 2004
- Location
- Calcutta, India
- Posts
- 220
Better download the Win XP FLoppy Bootdisk image from here :
http://www.bootdisk.org
- 04-30-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 2
i already have the boot disk image, i need to know how to get them to the floppys in linux
- 05-01-2005 #4Linux Newbie
- Join Date
- Nov 2004
- Posts
- 239
This is what I did the other day....
Code:dd if="XP_BOOT_DISK.img" of=/dev/fd0
just put in the correct path and file name for the xp boot disk image...
- 05-05-2005 #5
Re: making xp floppy
If you mean that when you put in a bootable floppy disk the system bypasses the floppy and instead boots from your hard drive then you can go into your BIOS settings and change the order in which the drives are read. Set so that A: preceeds C: and then if the floppy is bootable it will load.
Originally Posted by daveyz


Reply With Quote