Re: default / fallback: suppress prompt?

2002-03-20 Thread Joe LeKostaj
I've remedied both this, and the case where going to the serial console caused a repeated Press any key prompt by removing a bit of code in builtins.c and cmdline.c in the stage2 directory. In cmdline.c simply comment out the call to getkey() on line 194. In builtins.c, remove or comment

Option-150

2002-03-13 Thread Joe LeKostaj
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