Boot different XP ISO images from one USB stick or hard disk.
Edit txtsetup.oem, uncomment the line
dll = setup, ISOimage.txt
There are two approaches:
One add different XP ISO files but one floppy image
Example:
/Inst/XP_PRO.ISO and /Inst/XP_HOME.ISO
title Loading XP PRO install - write /Inst/XP_PRO.ISO
ls /Inst/XP_PRO.ISO || find --set-root /Inst/XP_PRO.ISO
map --mem /Inst/XP_INST.IMA (fd0)
#optional, (fd1) required at some BIOS
#map --mem /Inst/XP_INST.IMA (fd1)
map --mem /Inst/XP_PRO.ISO (0xFF)
map --hook
write --offset=0 (fd0)/setup/ISOimage.ini \\Inst\\XP_PRO.ISO\n;\n;\n;
chainloader (0xFF)/I386/SETUPLDR.BIN
title Loading XP HOME install - write /Inst/XP_HOME.ISO
ls /Inst/XP_HOME.ISO || find --set-root /Inst/XP_HOME.ISO
map --mem /Inst/XP_INST.IMA (fd0)
#optional, (fd1) required at some BIOS
#map --mem /Inst/XP_INST.IMA (fd1)
map --mem /Inst/XP_HOME.ISO (0xFF)
map --hook
write --offset=0 (fd0)/setup/ISOimage.ini \\Inst\\XP_HOME.ISO\n;\n;\n;
chainloader (0xFF)/I386/SETUPLDR.BIN
Or use a multi boot ISO Image, that's one ISO file, one floppy image
To create a ISO Image compare Multi-Boot CD/DVDs
http://www.msfn.org/...hp?showforum=82
title Loading XP PRO install - write /Inst/XP_RAM.ISO
ls /Inst/XP_RAM.ISO || find --set-root /Inst/XP_RAM.ISO
map --mem /Inst/XP_INST.IMA (fd0)
#optional, (fd1) required at some BIOS
#map --mem /Inst/XP_INST.IMA (fd1)
map --mem /Inst/XP_RAM.ISO (0xFF)
map --hook
write --offset=0 (fd0)/setup/ISOimage.ini \\Inst\\XP_RAM.ISO\n;\n;\n;
chainloader (0xFF)/XPPR/SETUPLDR.BIN
title Loading XP HOME install - write /Inst/XP_RAM.ISO
ls /Inst/XP_RAM.ISO || find --set-root /Inst/XP_RAM.ISO
map --mem /Inst/XP_INST.IMA (fd0)
#optional, (fd1) required at some BIOS
#map --mem /Inst/XP_INST.IMA (fd1)
map --mem /Inst/XP_RAM.ISO (0xFF)
map --hook
write --offset=0 (fd0)/setup/ISOimage.ini \\Inst\\XP_RAM.ISO\n;\n;\n;
chainloader (0xFF)/XPHM/SETUPLDR.BIN
doveman, on Sep 27 2009, 06:25 PM, said:
I replaced grldr with 0.4.4 dated 20-06-09 and it does work better now
Yes, grub4dos support ISO files, ancient grub dosn't do this.
Quote
the XP setup only shows "Setup is checking your hardware config" at the top of the screen before going to a blank screen and giving up.
a dodgy drive/IDE port.
Setup require stable hardware, this includes the ports.
A i848 support SATA ports too. Can you disable broken port at BIOS?