Windows requires a floppy disk to load the driver with the F6 key. My server does not have a regular floppy so I tried to use a USB floppy. Now the Windows load is stopping after formatting the hard drive partition and asking for the driver file, but it can not read it from the floppy. What can I do?
There is a way to edit the txtsetup.oem file within the drivers using notepad to add lines of code containing more Vendor IDs and Product codes. Please try to add these four lines to the bottom of the file, which may help work with your particular USB floppy.
id = "USB\VID_03F0&PID_2001", "usbstor"
id = "USB\VID_054C&PID_002C", "usbstor"
id = "USB\VID_057B&PID_0001", "usbstor"
id = "USB\VID_0644&PID_0000", "usbstor"