Sep 14 2006, 02:35 PM Post
#1 | |
| Newbie Group: Members Posts: 11 Joined: 14-September 06 Member No.: 110320 OS: Windows 7 x64 |
This fix will add support for USB floppy disks in the text mode portion of Windows Setup, and allow you to load F6 drivers. This fix should work on Windows 2000 and up. I have only tested it with a Sony USB floppy drive on Windows XP and Windows Server 2003 x64 EDIT: Thanks go out to everyone who has added more drives to this fix. --- Windows Setup F6 USB Floppy Drive Fix Create your Storage device driver disk and open textsetup.oem Add the following lines to the bottom of [HardwareIds.scsi.(device name)] If this section does not exist you must create it! If your USB floppy drive still does not work, look for the hardware ID in the floppy drive driver's .inf file, and make sure any legacy floppy drives are disabled in the bios. CODE id = "USB\VID_03F0&PID_2001", "usbstor" #--HP id = "USB\VID_054C&PID_002C", "usbstor" #--Sony id = "USB\VID_057B&PID_0001", "usbstor" #--Y-E Data id = "USB\VID_0409&PID_0040", "usbstor" #--NEC id = "USB\VID_0424&PID_0FDC", "usbstor" #--SMSC id = "USB\VID_08BD&PID_1100", "usbstor" #--Iomega id = "USB\VID_055D&PID_2020", "usbstor" #--Samsung Here is an example file CODE #////////////////////////////////////////////////////////////////// [Disks] d1 = "Intel Embedded Server RAID Technology",\MegaSR,\ [Defaults] scsi = MegaSR [scsi] MegaSR ="Intel Embedded Server RAID Technology (Windows XP/2003 64-bit)", MegaSR [Files.scsi.MegaSR] driver = d1, MegaSR.sys, MegaSR inf = d1, MegaSR.inf inf = d1, NODEV.inf catalog = d1, MegaSR.cat [HardwareIds.scsi.MegaSR] id="PCI\VEN_8086&DEV_2682&SUBSYS_10901734", "MegaSR" id="PCI\VEN_8086&DEV_2683&SUBSYS_10901734", "MegaSR" id="PCI\VEN_8086&DEV_2682&SUBSYS_81FF1043", "MegaSR" #--The following lines give additional USB floppy support id = "USB\VID_03F0&PID_2001", "usbstor" #--HP id = "USB\VID_054C&PID_002C", "usbstor" #--Sony id = "USB\VID_057B&PID_0001", "usbstor" #--Y-E Data id = "USB\VID_0409&PID_0040", "usbstor" #--NEC id = "USB\VID_0424&PID_0FDC", "usbstor" #--SMSC id = "USB\VID_08BD&PID_1100", "usbstor" #--Iomega id = "USB\VID_055D&PID_2020", "usbstor" #--Samsung [Config.MegaSR] value = "Parameters\PnpInterface", 5, REG_DWORD, 1 #////////////////////////////////////////////////////////////////// This post has been edited by spiff: Oct 31 2006, 12:50 PM |
| | |
![]() |
Nov 11 2008, 03:14 AM Post
#2 | |
| MSFN SuperB Group: Software Developers Posts: 5031 Joined: 23-July 04 From: Italy Member No.: 25215 OS: none |
press "S" ? Put the floppy disk in the floppy drive, with the compuiter off. Boot from CD. Press F6 at the very beginning of the booting, you will be prompted in the lower white bar and have a handful of seconds to press F6. Chack this if in doubt: http://pcsupport.about.com/od/operatingsys...xprepair1_3.htm About BIOS there won't probably be a "USB floppy" related entry, there might be a "generic" USB legacy support" or a "USB keyboard support" jaclaz |
| | |
Nov 11 2008, 10:52 AM Post
#3 | |
| Group: Members Posts: 3 Joined: 10-November 08 Member No.: 218264 OS: XP Pro x64 | press "S" ? Put the floppy disk in the floppy drive, with the compuiter off. Boot from CD. Press F6 at the very beginning of the booting, you will be prompted in the lower white bar and have a handful of seconds to press F6. Chack this if in doubt: http://pcsupport.about.com/od/operatingsys...xprepair1_3.htm About BIOS there won't probably be a "USB floppy" related entry, there might be a "generic" USB legacy support" or a "USB keyboard support" jaclaz jaclaz -> The floppy disk was left in the usb drive from the beginning and I disabled the USB keyboard and Mouse options in the BIOS. When my WinXP CD booted, I pressed F6. After windows loaded some drivers, it asked me if I had a 3rd party disk to load the mass storage drivers. (If so press "s"). I pressed S and nothing happened. I hit "enter". This error message came up: Section Files.scsi.raidclass_2k of the INF file is Invalid I pressed "Enter" This error message came up: File caused an error (0) at Line 2166 in d:\xpsprtm\base\boot\setup\oemdisk.C. More drivers loaded and then it said Windows is starting. A message came up stating that Windows could not find a hard drive.... and the system rebooted. I am totally clueless as to what to do. Any help would be very much appreciated. THANKS!!! |
| | |
spiff Using a F6 Driver with USB Floppy Sep 14 2006, 02:35 PM
jerry7 You are an absolute legend man. I googled everywhe... Sep 26 2006, 08:45 AM
spiff That's exactly why I made the fix, I searched ... Oct 8 2006, 09:27 PM
spiff It seems I left off the hardware id for NEC drives... Oct 13 2006, 03:46 PM
5eraph I don't understand.
You're putting the ne... Oct 13 2006, 05:27 PM
vpn-user Can this method be extended to support USB thumb d... Oct 16 2006, 11:59 PM
spiff vpn-user
I believe this method can be extended to ... Oct 20 2006, 03:34 PM
MrRoberts Am I doing this correctly? I use Freecom NEC USB f... Oct 22 2006, 04:19 AM
MrRoberts Nevermind. It is working nicely.
Thanks. Oct 22 2006, 06:10 AM
etepalusip Can't wait to try this on Monday....have a new... Oct 28 2006, 01:16 AM
pattheman0119 What files go on the disk? Is it Just TXTSETUP.OEM... Oct 29 2006, 08:28 AM
nicklad id = "USB\VID_03F0&PID_2001", ... Oct 29 2006, 08:43 PM
etepalusip Spiff,
Thanks. The fix worked great. Server is... Oct 31 2006, 06:23 AM
Cobravox RE: Using a F6 Driver with USB Floppy Nov 26 2006, 05:40 PM
nikscap Hi guys,
I tried this solution with a USB KEY and... Jan 19 2007, 04:47 AM
Bilou_Gateux QUOTE (nikscap @ Jan 19 2007, 12:47 PM) H... Apr 25 2007, 10:12 AM
vpn-user Just to understand this right: To support USB Flop... May 10 2007, 01:25 AM
Shape Thanx Spiff,
this saved my night. Aug 9 2007, 04:00 PM
cdob There are Compatible ID's too. A Iomega USB fl... Aug 10 2007, 04:56 AM
guiambros awesome thread, indeed!
A friend of mine saw ... Dec 11 2007, 02:07 AM
bigefficient Yes! Lets keep this going. Here's my contr... Dec 17 2007, 02:28 AM
dunginhawk hi. im having a BIG problem here.. Im at a clients... Jan 21 2008, 09:59 AM
korsuas can someone please post the latest version of the ... Jan 29 2008, 11:32 AM
gio325i I'm using the 512 MB Memorex TravelDrive USB 2... Feb 9 2008, 01:58 PM
jonboy4000 SPIFF, You are a god man! Your hack worked gre... Feb 25 2008, 10:33 AM
rocketjuice Thank you, Spiff, et al!
You have saved m... Apr 9 2008, 02:11 PM
dprundle how do you create the storage device driver disk? ... Apr 13 2008, 01:21 PM
mikhed A connected USB floppy disk drive does not work wh... May 27 2008, 12:21 AM
jaclaz Just for the record, since you have to re-burn the... May 27 2008, 11:51 AM
jctcom Hopefully someone is still monitoring this thread.... Aug 3 2008, 03:06 PM
dirtaddshp im trying to get this to work on my .OEM file. But... Aug 23 2008, 10:46 AM
satya3010 HI ALL
Im using Windows server 2003 OS on Dell po... Sep 1 2008, 09:51 PM
Heida1 HELP!!
Hi Spiff -
I am terribly unfamil... Nov 10 2008, 03:26 PM
Heida1 QUOTE (jaclaz @ Nov 11 2008, 04:14 AM) pr... Nov 11 2008, 10:06 AM![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 11:58 PM |