Hi everyone! new here, looking for some help So I've already got XP working on USB stick in USB2 I'm attempting to inject a textmode driver into my install for USB3 support I've attempted to create a txtsetup.oem files for my USB3 controller (A Renesas USB3 Controller) I've injected successfully but have not had much luck installing as it BSODs right after the part where you can select your RAID Driver here is my attempt at a txtsetup.oem (not really sure how to do this, so it's sure to have mistakes) TXTSETUP.OEM [Disks] disk1="RENESAS USB3 Installation Disk",\nusb3xhc.inf,\ disk2="RENESAS USB3 HUB Installation Disk",\nusb3hub.inf,\ [Defaults] SCSI=nusb3xhcx86 [sCSI] nusb3xhcx86="nusb3xhc Driver x86" nusb3xhcx64="nusb3xhc Driver x64" nusb3hubx86="nusb3hub Driver x86" nusb3hubx64="nusb3hub Driver x64" [Files.scsi.nusb3xhcx86] driver=disk1,nusb3xhc.sys,nusb3xhc inf=disk1,nusb3xhc.inf catalog=disk1,nusb3xhc.cat [Files.scsi.nusb3xhcx64] driver=disk1,nusb3xhc.sys,nusb3xhc inf=disk1,nusb3xhc.inf catalog=disk1,nusb3xhc.cat [Files.scsi.nusb3hubx86] driver=disk1,nusb3hub.sys,nusb3hub3 inf=disk1,nusb3hub.inf catalog=disk1,nusb3hub.cat [Files.scsi.nusb3hubx64] driver=disk1,nusb3hub.sys,nusb3hub3 inf=disk1,nusb3hub.inf catalog=disk1,nusb3hub.cat [HardwareIds.scsi.nusb3xhcx86] id="detected\nusb3xhc","nusb3xhc" [HardwareIds.scsi.nusb3xhcx64] id="detected\nusb3xhc","nusb3xhc" [HardwareIds.scsi.nusb3hubx86] id="detected\nusb3hub","nusb3hub" [HardwareIds.scsi.nusb3hubx64] id="detected\nusb3hub","nusb3hub" [Config.nusb3xhc] [Config.nusb3hub] Any help would be appreciated!