August 13, 201016 yr Hello, i hope you can help me, i have a problem making a multiboot cd with Grub4Dos.I read than Grub4Dos can read directly the SETUPLDR.BIN, and i do it in this way:title Windows Xpchainloader /I386/SETUPLDR.BINand show me this:Will boot NTLDR from drive =0xe0, partition=0xff(hidden sectors=0x0)and then reboot.i doing form this way too:title Windows Xpfind /I386/SETUPLDR.BINmap /I386/SETUPLDR.BIN (0xff) || map --mem /I386/SETUPLDR.BIN (0xff)map --hookchainloader (0xff)and show me this message:Invalid or unsupported executable formatI tried a lot of ways but nothing works, give me some clue what i missing.
August 13, 201016 yr Try EasyBoot and their forums http://www.ezbsystems.com/enindex.htmlSee my signature for Win7/Vista/other WinPE multiboot dvd. Doesn't fork for xp.EasyBoot is the thing for what you need. You can find tutorials on their forum.
August 13, 201016 yr Author Try EasyBoot and their forums http://www.ezbsystems.com/enindex.htmlSee my signature for Win7/Vista/other WinPE multiboot dvd. Doesn't fork for xp.EasyBoot is the thing for what you need. You can find tutorials on their forum.Thanks a lot, but i really really wanna learn to do it with grub4dos.
August 14, 201016 yr title Windows Xpchainloader /I386/SETUPLDR.BINThat's correct as for grub4dos.May be setupldr.bin dosn't find ntdetect.com.File system, file case and location is importand.How do you create the whole CD/DVD? Write some details.
August 14, 201016 yr Hello, i hope you can help me, i have a problem making a multiboot cd with Grub4Dos.I read than Grub4Dos can read directly the SETUPLDR.BIN, and i do it in this way:title Windows Xpi doing form this way too:[code]title Windows Xpfind /I386/SETUPLDR.BINmap /I386/SETUPLDR.BIN (0xff) || map --mem /I386/SETUPLDR.BIN (0xff)map --hookchainloader (0xff)The mapping is wrong.You are mapping an executable to a virtual CD device. You can map a .iso file to a CD device , but not a loader to it! WHERE did you find such an example? Check the grub4dos forum :http://www.boot-land.net/forums/index.php?showforum=66Particularly these two threads:http://www.boot-land.net/forums/index.php?showtopic=5041http://www.boot-land.net/forums/index.php?showtopic=8944An XP install or PE 1.x won't work anyway unless it has special provisions (RAMDISK build).jaclaz
August 16, 201016 yr I reckon it should be (rd) instead of (0xff):http://www.911cd.net/forums//index.php?s=&showtopic=23722&view=findpost&p=162344
Create an account or sign in to comment