[ipxe-devel] [gPXE] Help: sanboot with gpxe-1.0.1-gpxe.kpxe
Lee Eric
openlinuxsource at gmail.com
Tue Oct 16 15:04:46 UTC 2012
Thanks mate.
host sanboot.garfield.internal {
if exists user-class and option user-class = "gPXE" {
filename "sanboot.gpxe";
} else {
filename "gpxe-1.0.1-gpxe.kpxe";
}
hardware ethernet 52:54:00:7B:7E:A7;
option host-name "sanboot.garfield.internal";
fixed-address sanboot.garfield.internal;
}
sanboot.gpxe:
#!gpxe
sanboot iscsi:storage.garfield.internal:6:3260:1:iqn.2012-10.internal.garfield:sanboot
Is that okay?
On Tue, Oct 16, 2012 at 10:56 PM, Michael Brown <mbrown at fensystems.co.uk> wrote:
>
> On 16/10/12 14:30, Lee Eric wrote:
>>
>> Here's my host definition in dhcpd.conf:
>>
>> host sanboot.garfield.internal {
>> filename "gpxe-1.0.1-gpxe.kpxe";
>> option root-path
>> "iscsi:storage.garfield.internal:6:3260:1:iqn.2012-10.internal.garfield:sanboot";
>> hardware ethernet 52:54:00:7B:7E:A7;
>> option host-name "sanboot.garfield.internal";
>> fixed-address sanboot.garfield.internal;
>> }
>>
>> And it seems that it cannot load the iscsi target properly and just
>> starts gPXE infinitely. Is there any way to make sanboot available for
>> this host?
>
>
> See http://ipxe.org/howto/chainloading#breaking_the_infinite_loop
>
> Also, please upgrade to iPXE; gPXE contains many known bugs and is no longer maintained.
>
> Michael
More information about the ipxe-devel
mailing list