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


_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to