[gPXE] hopefully user error trying to chainload menu.c32
Miller, Shao
Shao.Miller at yrdsb.edu.on.ca
Wed Oct 28 15:57:50 EDT 2009
What about:
#!gpxe
set 210:string http://pxe.influent.local/pxe/
chain ${210:string}menu.c32 ${210:string}menu.php
?
- Shao Miller
-----Original Message-----
From: J.C. Woltz [mailto:jwoltz at gmail.com]
Sent: Wednesday, October 28, 2009 15:54
To: Miller, Shao
Subject: Re: [gPXE] hopefully user error trying to chainload menu.c32
Thank you Shao. Unfortunately that did not work. Do I need to load
pxelinux to be able to run menu.32?
boot.php:
#!gpxe
set 210:string http://pxe.influent.local/pxe/
chain ${210:string}menu.c32 menu.php
When I change my boot.php to:
#!gpxe
set 210:string http://pxe.influent.local/pxe/
chain ${210:string}pxelinux.0
It loads up my files from pxelinux.cfg/default files :)
I would prefer to go the first route if possible as it gives me more
flexibility.
Any advice?
Thank you,
J.C. Woltz
More information about the gPXE
mailing list