PXE Boot menu
-
your Win81.iso needs to be changed to win81.iso to match your actual file name, too
-
now, every iso is loading, but win7 isnt.
win8.1 works,nice! ultimatebootcd works, also, but the others wont. here the errors.
[URL=‘http://abload.de/image.php?img=hjzea.jpg’][IMG]http://abload.de/thumb/hjzea.jpg[/IMG][/URL]
[URL=‘http://abload.de/image.php?img=zbx9c.jpg’][IMG]http://abload.de/thumb/zbx9c.jpg[/IMG][/URL]
-
how much ram do you have in the target computer? memdisk iso raw tries to load the entire iso into ram. also, is that a screenshot of rasbian? that’s not normally even compiled to be compatible with x86 or x86_64 systems
-
:eek: … rasbian? as a fog server? that works? o_O that never come to mind for me! Hmmm
-
ram 8gb.
false screenshot, no raspbian
-
[quote=“domii666, post: 42121, member: 24204”]false screenshot, no raspbian :O[/quote]
:oops:oh! , that would be cool if that could work as like some type of mobile Fog-IT-Tool or something a long them lines anyhow don’t wanna hijack this threads or take it off of it’s maiden voyage …
[B]domii666 [/B]I like the boot menu you are working on.
-
[url=http://abload.de/image.php?img=k3a0l.jpg][img]http://abload.de/thumb/k3a0l.jpg[/img][/url]
-
anyone idea?
-
While iPXE is handy and somewhat neat to make your life a little easier, I’m willing to bet you’d run into similar issues even if you used the old pxelinux.cfg menu system.
Some of the iso’s can operate just fine being fully loaded and directly as such. However, actual OS discs, especially those that run live cd’s it seems, don’t like the approach of loading the entire disk and booting from it in ram. This isn’t because of something FOG is doing wrong, but rather how the cd was created. The ISO is actually, once loaded, trying to locate itself from within the CD it was booted from. Because it cannot find this, it cannot boot further. The way to boot these in such ways is to extract the information of the CD/DVD and mount using it’s respective vmlinuz/bzImage and init/initrd files.
-
and how that works?