KJCJK Posted May 26, 2011 Posted May 26, 2011 I am trying to boot a Windows Vista/7 RE from an isolinux cd. I cannot get isolinux to boot to the bootmgr. I have tried using a *.bss file as a kernel, but I get an invalid kernel message on select. Now I'm trying to use the com32 module chain.c32 with no success. Part of my menu looks like this :label winpemenu label Windows Vista/7 RECOM32 /sources/chain.c32append boot ntldr=/sources/wvre/bootmgrWhen I boot to the cd and select this option from the menu, my computer immediately crashes and turns off.Any help appreciated.
allen2 Posted May 26, 2011 Posted May 26, 2011 You could have searched the forum: http://www.msfn.org/board/topic/147417-simple-question-isolinux-windows-7/, this topic might answer exactly your problem.
KJCJK Posted May 26, 2011 Author Posted May 26, 2011 That could work, but I'm wanting more than one pe image on the disc. This way, I would have to go through the isolinux menu, and only have one item on it for any number of pe images. Then I would have to use another menu with bootmgr. I'm trying to avoid more than one menu by having all the images on the disk listed in the same place (isolinux).
Tripredacus Posted May 27, 2011 Posted May 27, 2011 What would this do?label PE1 BOOT /folder1/boot/etfsboot.comlabel PE2 BOOT /folder2/boot/etfsboot.com
jaclaz Posted May 28, 2011 Posted May 28, 2011 There are some paths and filenames that are hardcoded.You simply cannot do "what you want".See here:http://reboot.pro/8043/but there are however ways, though not *exactly* what you asked for one of these may fit (or however give you a hint in the "right" direction):http://sites.google.com/site/rmprepusb/tutorials/how-to-create-a-usb-drive-that-will-install-vista-win7-and-server-2008http://sites.google.com/site/rmprepusb/tutorials/multi_boot-wimhttp://sites.google.com/site/rmprepusb/tutorials/winisohttp://sites.google.com/site/rmprepusb/tutorials/multiisoimdiskautounattend(first one is the "evolution" of the method involving different BCD's)The easiest, as said on the other thread, is using .iso mapping, nowadays memdisk can also map .iso's, see here:http://reboot.pro/8258/Another possible approach :http://reboot.pro/12292/jaclaz
KJCJK Posted May 30, 2011 Author Posted May 30, 2011 tripredacus,This generates an error statingCDBOOT: Couldn't find BOOTMGRI thought if I appended the bootmgr location to it, it would fix it, but it still shows the same error.I have decided to just use an iso of the pe images.Thanks for the help guys.
Tripredacus Posted June 1, 2011 Posted June 1, 2011 Things seem to get messy when you mix Linux with Windows. I've had a little experience with it, but so far I can use PXELinux to boot to WDS or (start) to install an OS sitting on IIS website... And the syntax for it was different than your example.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now