grub-devel
[Top][All Lists]
Advanced

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

Re: PXE boot over NFS please


From: Beeblebrox
Subject: Re: PXE boot over NFS please
Date: Sat, 7 Jun 2014 09:15:51 +0300

Did you try pxechainloader instead? It should leave working PXE
environment.

Ah, very interesting. I have that file in the grub folder, but how / where is it invoked from? dhcp.conf has:
{next-server 192.168.2.1;
filename "grub/i386-pc/core.0";}
You are NOT suggesting modification to this I presume?

Therefore I should place it in grub.cfg? The below example did not work either unfortunately. It gets to the BTX loader but no PXE devices are available (same as before)
menuentry 'FreeBSD amd64' --class freebsd --class bsd --class os {
insmod pxe
insmod pxechainloader
kfreebsd loader
kfreebsd_loadenv device.hints    }

Thanks & Regards.

reply via email to

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