Jump to content

Damnation

Member
  • Posts

    791
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Damnation

  1. OK I tried the txtseup.oem you provided. [Disks] disk1="RENESAS USB3 Installation Disk",\nusb3xhc.inf,\ [Defaults] SCSI=nusb3xhc [SCSI] nusb3xhc="Renesas USB3 Controller Driver" nusb3hub="Renesas USB3 HUB Driver" [Files.SCSI.nusb3xhc] driver=disk1,nusb3xhc.sys,nusb3xhc inf=disk1,nusb3xhc.inf catalog=disk1,nusb3xhc.cat [Files.SCSI.nusb3hub] driver=disk1,nusb3hub.sys,nusb3hub inf=disk1,nusb3hub.inf catalog=disk1,nusb3hub.cat [HardwareIds.SCSI.nusb3xhc] id="PCI\VEN_1033&DEV_0194","nusb3xhc" [HardwareIds.SCSI.nusb3hub] id="NUSB3\ROOT_HUB30","nusb3hub" id="NUSB3\CLASS_09","nusb3hub" it did not add any additional lines to bootbusextenders or bootbusextenders.load http://www.clevo.com.tw/en/e-services/download.asp model is p150hm the version 2.0.30.0 is not as recent as the one I got from intel but I'm not altering the .inf files at all
  2. OK, I removed the firadisk as it was BSODing on my machine but now I'm having issues with winvblock on phase1 WindowsXPP1.LST find --set-root --ignore-floppies --ignore-cd /winvblock/winvblock.ima.gz map --mem /winvblock/winvblock.ima.gz (fd0) map --mem /winvblock/winvblock.ima.gz (fd1) # if this loads the ISO into memory slowly - then you need to run WinContig on the ISO file on your USB drive to speed it up! map /multiboot/ISOs/WINXP.X86.MAHER.ISO (0xff) || map --mem /multiboot/ISOs/WINXP.X86.MAHER.ISO (0xff) map (hd0) (hd1) map (hd1) (hd0) map --hook root (0xff) #map --status echo chainloader (0xff)/i386/setupldr.bin || chainloader (0xff)/I386/SETUPLDR.BIN || chainloader (0xff) echo clear pause You MUST press F6 when prompted, then hit S to select WinVBlock 32, S to select FiraDisk driver, then hit S again to select your AHCI driver (e.g. Atom Netbook=WinVBlock+ICH7R/DH, DQ67 series 6=FiraDisk+Desktop,Workstation,Server Express) pause clear pause Now quickly hit [Enter] twice (and then F6 if you need to install drivers) ... clear It's boots, I press F6, then press S, Firadisk (32 and 64 bit) and WinVBlock (32-bit only) show up, Firadisk BSODs, so I select WinVBlock, gets to formatting stage, Formatted my disk Then a message pops up saying it cannot copy WinVBlk32.sys, retrying does nothing and it gets stuck I've tried this one http://www.rmprepusb.com/tutorials/install-xp-from-an-iso/winvblockJmicron_C600.ima.gz.gz?attredirects=0 and this http://www.rmprepusb.com/documents/rmprepusb-beta-versions/winvblock.ima.gz?attredirects=0 Same result on both.
  3. XP doesn't have default USB3 Drivers yes I did but the TXTSETUP.OEM did not add the BootBusExtender entries, or can it work without them? Because TXTSETUP.OEM doesn't add BootBusExtender entries
  4. here http://www.rmprepusb.com/tutorials/firawiniso and here http://www.rmprepusb.com/tutorials/install-xp-and-win7-to-internal-hdd in the XP7PWD.zip file In case one did not work If I must remove one which one is best? I haven't encountered anything yet that wouldn't accept a long file name
  5. Before I start XP Phase 2 - using multiboot grub4dos should these commands work properly? map --mem (md)0x800+4 (99) find --set-root --ignore-floppies --ignore-cd /winvblock/winvblock.ima.gz map --mem /multiboot/ISOs/WINXP.X86.MAHER.ISO || map /multiboot/ISOs/WINXP.X86.MAHER.ISO (0xff) map (hd0) (hd1) map (hd1) (hd0) map --hook write (99) [FiraDisk]\nStartOptions=cdrom,vmem=find:/multiboot/ISOs/winXP.x86.maher.ISO;\n\0 chainloader (hd0)+1 or did I miss something? P.S, I inserted USB3 drivers into the install, they work in phase1, will they work in phase2?
  6. OK, I used nlite to inject the USB3 Drivers, and then I edited TXTSETUP.SIF adding these manually [BootBusExtenders.Load] nusb3hub = nusb3hub.sys nusb3xhc = nusb3xhc.sys [BootBusExtenders] nusb3xhc = "Renesas Electronics USB 3.0 Host Controller",files.none,nusb3xhc nusb3hub = "Renesas Electronics USB 3.0 Root Hub",files.none,nusb3hub Seems to be working now, it's seeing my USB So one last question, does anyone know what to add to a TXTSETUP.OEM file so that it will add those lines to BootbusExtenders automatically? heres my revised TXTSETUP.OEM [Disks] disk1="RENESAS USB3 Installation Disk",\nusb3xhc.inf,\ disk2="RENESAS USB3 HUB Installation Disk",\nusb3hub.inf,\ [Defaults] SCSI=nusb3xhcx86 [SCSI] nusb3xhcx86="Renesas USB3 Driver x86" nusb3hubx86="Renesas USB3 HUB Driver x86" [Files.SCSI.nusb3xhcx86] driver=disk1,nusb3xhc.sys,nusb3xhc inf=disk1,nusb3xhc.inf catalog=disk1,nusb3xhc.cat [Files.SCSI.nusb3hubx86] driver=disk1,nusb3hub.sys,nusb3hub inf=disk1,nusb3hub.inf catalog=disk1,nusb3hub.cat [HardwareIds.SCSI.nusb3xhcx86] id="PCI\VEN_1033&DEV_0194&REV_03","nusb3xhc" id="PCI\VEN_1033&DEV_0194&REV_04","nusb3xhc" [HardwareIds.SCSI.nusb3hubx86] id="NUSB3\ROOT_HUB30","nusb3hub" id="NUSB3\CLASS_09&SUBCLASS_00&PROT_00","nusb3hub" id="NUSB3\CLASS_09&SUBCLASS_00&PROT_01","nusb3hub" id="NUSB3\CLASS_09&SUBCLASS_00&PROT_02","nusb3hub" id="NUSB3\CLASS_09&SUBCLASS_00&PROT_03","nusb3hub" [Config.nusb3xhc] value = Interrupt Management\MessageSignaledInterruptProperties,MSISupported,1,0x00010001,1 value = "", ErrorControl, REG_DWORD, 1 value = "", Group, REG_SZ, "Boot Bus Extender" value = "", Start, REG_DWORD, 0 value = "", Type, REG_DWORD, 1 [Config.nusb3hub] value = "EventMessageFile",0x00020000,"%11%\iologmsg.dll;%12%\nusb3hub.sys" value = "TypesSupported",0x00010001,7 value = "", ErrorControl, REG_DWORD, 1 value = "", Group, REG_SZ, "Boot Bus Extender" value = "", Start, REG_DWORD, 0 value = "", Type, REG_DWORD, 1 just wondering what to add to it so it will add the lines to BootbusExtenders Automatically Thanks for the help
  7. So I attemped to follow your instructions and edited TXTSETUP.SIF as well as hivesft.inf I created USB3\Renesas Directories but it says it cannot find nusb3hub.sys
  8. OK, hers my new TXTSETUP.OEM Any problems with it? It's made these changes to TXTSETUP.SIF
  9. Can you clarify: Do you like to install XP from a USB device at Renesas controller to a internal hard disk? Do you like to install XP to a USB device at Renesas controller? Do youuse Renesas USB 3.0 Driver 2.1.28.1 http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=19880 From the USB onto a harddisk Renesas USB 3.0 Driver 2.1.28.1 Thats the driver I got yes
  10. 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!
×
×
  • Create New...