aidia Posted August 13, 2010 Share Posted August 13, 2010 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. Link to comment Share on other sites More sharing options...
atolica Posted August 13, 2010 Share Posted August 13, 2010 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. Link to comment Share on other sites More sharing options...
aidia Posted August 13, 2010 Author Share Posted August 13, 2010 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. Link to comment Share on other sites More sharing options...
cdob Posted August 14, 2010 Share Posted August 14, 2010 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. Link to comment Share on other sites More sharing options...
jaclaz Posted August 14, 2010 Share Posted August 14, 2010 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 Link to comment Share on other sites More sharing options...
uid0 Posted August 16, 2010 Share Posted August 16, 2010 I reckon it should be (rd) instead of (0xff):http://www.911cd.net/forums//index.php?s=&showtopic=23722&view=findpost&p=162344 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now