The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] Boot ISO images over menu.ipxe
2013-04-19, 08:45 (This post was last modified: 2013-04-19 10:46 by Gelip.)
Post: #1
[Solved] Boot ISO images over menu.ipxe
So far I've used pxelinux.0 default menu. Now I want to replace the default menu to menu.ipxe. I'm trying boot ISO image (75.3MB) over menu.ipxe. ISO loading but stop booting and message:
Code:
Loading boot sector... Booting...
What is wrong? This is part menu.ipxe:
Code:
:mxp14
echo Mini WinXP HBCD 14 - AUTOSTART NETWORK & TEAMVIEWER
kernel memdisk
initrd /images/mxp14.iso
boot
goto start

pxelinux.0 working OK with menu default:
Code:
LABEL mxp14
MENU LABEL Mini WinXP HBCD 14 - AUTOSTART NETWORK & TEAMVIEWER
kernel memdisk
append iso
initrd /images/mxp14.iso
Is there any instruction on how to build the menu?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[Solved] Boot ISO images over menu.ipxe - Gelip - 2013-04-19 08:45



User(s) browsing this thread: 2 Guest(s)