lucidanime Posted April 26, 2012 Posted April 26, 2012 v06 major redesign One driver only - firadiskno need to include setup.exe in floppy imageDriver firadisk is used within installation. And disabled at end of installation.A sample menu.lst is included.Usage examples:1: simple case, friendly BIOS - try this firstISO contents read from USB disk, not loaded to RAM.2: strange USB BIOS or hardware - adds a reboot if necessaryISO contents read from USB disk, not loaded to RAM.3.map : small map RAM loaded boot filesISO image created by mkISO_RAMload_sort.cmdLoads textmode boot part to RAM, about 10-20mb data. This includes recovery console.Other files are read by windows drivers at USB 2.0 speedPrefer at USB1.x BIOS speed3.dd: small dd RAM loaded boot filesUses dd to copy data. Lower speed, a fargmented ISO image possible.4: RAM loaded install filesISO image created by mkISO_RAMload_sort.cmdLoads textmode boot and copy part to RAMFastest approach at USB 2.0 BIOS speed 5: RAM load ISO imagesimple approach, use a existing ISO imageTried out this method, I get to the textmode partition screen, I can select the device to install to, it get's formatted, and then setup pops up an error saying it can't find firadisk.sys, and various other files from the XP_INST.gz file. Am I doing something wrong?
cdob Posted April 26, 2012 Author Posted April 26, 2012 it get's formatted, and then setup pops up an error saying it can't find firadisk.sysRemembers to a BIOS issue.Which hardware do you use?Which windows files do you use? Do you use a original or a edited version? Any parts removed? Do you use a file winnt.sif?Try double virtual floppy disk.title Setup Windows XP from ISO \n1: simple case, unfriendly BIOS \ntry this 2ndset dir=/imagesset myISO=%dir%/XP_RAM.ISOecho %myISO%set fdIMA=%dir%/XP_INST.imacat --length=0 %myISO% > nul || find --set-root --devices=hf %myISO%map %myISO% (222)map --mem %fdIMA% (fd1)map --mem %fdIMA% (fd0)map --hook > nul#use original firadisk.inf#cat --number=1 --locatei="firaedit.inf" --replace="firadisk.inf" (fd1)/TXTSETUP.OEM > nul#chenall's ntbootcat --locate=###### --number=1 (fd1)/TXTSETUP.OEM > nul || call :error %fdIMA% file error..set offset=%?%set fira.opt=cdrom,vmem=find:%myISO%;write --offset=%offset% (fd1)/TXTSETUP.OEM value=Parameters,StartOptions,REG_SZ,"%fira.opt%"\r\n;cat --skip=%offset% --locate=/ --replace=\\ (fd1)/TXTSETUP.OEMdd if=(fd1) of=(fd0)command (fd1)/grub4dos/shifthd.batroot (222)chainloader /I386/SETUPLDR.BIN
lucidanime Posted April 27, 2012 Posted April 27, 2012 it get's formatted, and then setup pops up an error saying it can't find firadisk.sysRemembers to a BIOS issue.Which hardware do you use?Which windows files do you use? Do you use a original or a edited version? Any parts removed? Do you use a file winnt.sif?Try double virtual floppy disk.title Setup Windows XP from ISO \n1: simple case, unfriendly BIOS \ntry this 2ndset dir=/imagesset myISO=%dir%/XP_RAM.ISOecho %myISO%set fdIMA=%dir%/XP_INST.imacat --length=0 %myISO% > nul || find --set-root --devices=hf %myISO%map %myISO% (222)map --mem %fdIMA% (fd1)map --mem %fdIMA% (fd0)map --hook > nul#use original firadisk.inf#cat --number=1 --locatei="firaedit.inf" --replace="firadisk.inf" (fd1)/TXTSETUP.OEM > nul#chenall's ntbootcat --locate=###### --number=1 (fd1)/TXTSETUP.OEM > nul || call :error %fdIMA% file error..set offset=%?%set fira.opt=cdrom,vmem=find:%myISO%;write --offset=%offset% (fd1)/TXTSETUP.OEM value=Parameters,StartOptions,REG_SZ,"%fira.opt%"\r\n;cat --skip=%offset% --locate=/ --replace=\\ (fd1)/TXTSETUP.OEMdd if=(fd1) of=(fd0)command (fd1)/grub4dos/shifthd.batroot (222)chainloader /I386/SETUPLDR.BINBecause I used BTS's DriverPacks, I had OEMPreinstall =YES in my winnt.sif. I set that to no, and loaded the firadisk driver using F6, and it worked like a charm!! Is there anyway to either intergrate Firadisk into textmode, or force the system to load it from the virtual floppy without needing to press F6?
cdob Posted April 28, 2012 Author Posted April 28, 2012 Is there anyway to either intergrate Firadisk into textmodePost #104 jIf ISO image is not found after first reboot, then add hivesys.inf settings from Post #58 or force the system to load it from the virtual floppy without needing to press F6?Can be a BIOS issue still. Do you use a secret hardware?
lucidanime Posted April 30, 2012 Posted April 30, 2012 Is there anyway to either intergrate Firadisk into textmodePost #104 jIf ISO image is not found after first reboot, then add hivesys.inf settings from Post #58 or force the system to load it from the virtual floppy without needing to press F6?Can be a BIOS issue still. Do you use a secret hardware?It's not secret hardware, it's a LENOVO THINKCENTER 1578N9G. Everything worked perfectly when I pressed F6 to load firadisk, I tried integrating it, and it just gave me an error to insert Windows XP Professional SP3 disk into Drive A, so I think i'll stick with the F6 method for now
dagonas Posted June 7, 2012 Posted June 7, 2012 (edited) Hi!Is there a way to do a multiboot installation USB pendrive with Windows XP and Windows 7?Does the method you have explained in this topic work fast?Thanks in advance Edited June 7, 2012 by dagonas
OrcLex Posted August 2, 2012 Posted August 2, 2012 I have an error message using firadisk (XP_INST.IMA) for installation of WinXP if an internal smart card reader is connected to the PC (dell). See attached image:"There is no disk in the drive. Please insert a disk into drive \Device\Harddisk5\DR7."I can skip it with Cancel or Continue and get the next error messages:"There is no disk in the drive. Please insert a disk into drive \Device\Harddisk5\DR6.""There is no disk in the drive. Please insert a disk into drive \Device\Harddisk2\DR4.""There is no disk in the drive. Please insert a disk into drive \Device\Harddisk3\DR5."The installation continues without any new problems. When unplugging the card reader no error messages appear.I guess one script inside the XP_INST.IMA is checking every drive found in the system for some files but the card reader drives are empty and so an error message is thrown.Any ideas for fixing that bug?My menu.lst containstitle Setup Windows XP 1.5 [sP3 en] Step 1find --set-root /iso/WinXP-SP3-en-DVD_V1.5.isomap --mem (md)0x800+4 (99)map /iso/XP_INST.IMA (fd0)#map /iso/XP_INST.IMA (fd1)map /iso/WinXP-SP3-en-DVD_V1.5.iso (222)checkrange 0x80 read 0x8280 && map (hd0) (hd1)checkrange 0x80 read 0x8280 && map (hd1) (hd0)#map --harddrives=1map --hookwrite (99) [FiraDisk]\nStartOptions=cdrom,vmem=find:/iso/WinXP-SP3-en-DVD_V1.5.iso;floppy,vmem=find:/iso/XP_INST.IMA;\n\0rootnoverify (222)chainloadermap --statuspause Press any key twice...title Setup Windows XP 1.5 [sP3 en] Step 2map --mem (md)0x800+4 (99)checkrange 0x80 read 0x8280 && map (hd0) (hd1)checkrange 0x80 read 0x8280 && map (hd1) (hd0)#map --harddrives=1map --hookwrite (99) [FiraDisk]\nStartOptions=cdrom,vmem=find:/iso/WinXP-SP3-en-DVD_V1.5.iso;\n\0rootnoverify (hd0)chainloader +1map --statuspause Press any key . . .
OrcLex Posted August 2, 2012 Posted August 2, 2012 Hi!Is there a way to do a multiboot installation USB pendrive with Windows XP and Windows 7?Does the method you have explained in this topic work fast?Thanks in advanceYes, multiboot is working very well. Search for grub4dos, firadisk, windows 7 and use the image from this thread for windows xp.
cdob Posted August 2, 2012 Author Posted August 2, 2012 I have an error message using firadisk (XP_INST.IMA) for installation of WinXP if an internal smart card reader is connected to the PC (dell).:Which XP_INST.IMA do you use?What about XP_INST_v06.7z and inetraget menu.lst examples?Compare Post #269
OrcLex Posted August 6, 2012 Posted August 6, 2012 It seems to be fixed in the latest version. Perfect!Thanks!
shoaibjaffery Posted November 20, 2013 Posted November 20, 2013 Hi,i'm trying to install server 2003 from ram loaded iso....menu.lsttitle Loading XP RAM install - /Inst/XP_RAM.ISOls /Inst/XP_RAM.ISO || find --set-root /Inst/XP_RAM.ISOmap --mem /Inst/XP_INST.IMA (fd0)#(fd1) optional, required at some BIOS#map --mem /Inst/XP_INST.IMA (fd1)map --mem /Inst/XP_RAM.ISO (0xFF)map (hd0) (hd1)map (hd1) (hd0)map --hookchainloader (0xFF)/I386/SETUPLDR.BINbut instead of xp_ram.iso (winxp image) I repalce server2003.iso image file by same nametxt mode setup goes fine...but when gui mode starts i got message"Please goto control panel and install and configure system components"with only option of OKwhen i press ok system restarts and stops at same message again...please guide me where i'm wrong/?thnx
cdob Posted November 20, 2013 Author Posted November 20, 2013 install server 2003 from ram loaded iso....I haven't done this. "Please goto control panel and install and configure system components"Did you integrate a 2003 setup.exe to XP_INST.IMA?
shoaibjaffery Posted November 20, 2013 Posted November 20, 2013 i'm using 06 version of XP_INST.IMA which dose not require setup.exebut i checked it with older version by replacing setup.exei'm getting error in gui mode something like source is not found i think it dose not mount iso file on 2nd setup
cdob Posted November 20, 2013 Author Posted November 20, 2013 i'm using 06 version of XP_INST.IMA which dose not require setup.exei'm getting error in gui mode something like source is not found i think it dose not mount iso file on 2nd setupThere is a sample-menu.lst included, the 2nd example refers to "strange USB BIOS or hardware"Try this one.title Windows 2003#2: strange USB BIOS or hardwareset dir=/imagesset myISO=%dir%/2003.isoecho %myISO%set fdIMA=%dir%/XP_INST.gzcat --length=0 %myISO% > nul || find --set-root --devices=hf %myISO%map %myISO% (222)map --mem %fdIMA% (fd1)map --mem (md)0x6000+800 (fd0)map --hook > nuldd if=(fd1) of=(fd0) count=1#uncomment to enable fixUSBcommand (fd1)/grub4dos/fixUSB.bat %myISO%#use original firadisk.inf#cat --number=1 --locatei="firaedit.inf" --replace="firadisk.inf" (fd1)/TXTSETUP.OEM > nul#chenall's ntbootcat --locate=###### --number=1 (fd1)/TXTSETUP.OEM > nul || call :error %fdIMA% file error..set offset=%?%set fira.opt=cdrom,vmem=find:%myISO%;write --offset=%offset% (fd1)/TXTSETUP.OEM value=Parameters,StartOptions,REG_SZ,"%fira.opt%"\r\n;cat --skip=%offset% --locate=/ --replace=\\ (fd1)/TXTSETUP.OEMcommand (fd1)/grub4dos/shifthd.batroot (222)chainloader /I386/SETUPLDR.BIN || chainloader ()Yes, use XP_INST.gz from 06 version, don't change the file.By the way:I'm remember Concordia still http://en.wikipedia.org/wiki/Concordia_(Karakoram)The most impressive place I visited so far.
shoaibjaffery Posted November 21, 2013 Posted November 21, 2013 Solved...previous script was gud...problem is in my source iso file as i nlite org isowhen i use org ios everything gose OKthnx anyways...now my nxt aim to include xp64bit can u please help me in thisTHNX
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now