bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Option-150


From: Joe LeKostaj
Subject: Option-150
Date: Wed, 13 Mar 2002 15:47:52 -0600

I've got grub PXEing, but it just gets to a grub prompt and disregards the config file i pass it

here's the entry i'm using in dhcpd.conf:

host fred {
hardware ethernet XX:XX:XX:XX:XX:XX;
fixed-address XXX.XXX.XXX.XXX;
option option-150 "grubconfig";
filename "pxegrub";
}

both "pxegrub" and "grubconfig" are in /tftpboot on the DHCP server.

the grubconfig looks like this for now:

serial --unit=0 --speed=9600
terminal serial
kernel (nd)/vmlinuz-2.4.9-ac9-cc root=/dev/sda3
initrd (nd)/initrd-2.4.9-ac9-cc.img.gz
boot

Any ideas why this wouldn't work?

Joe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]