grub-devel
[Top][All Lists]
Advanced

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

Re: Problems booting Linux via PXE


From: Omni Flux
Subject: Re: Problems booting Linux via PXE
Date: Thu, 26 Aug 2010 15:27:25 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2

On 2010-08-26 09:06, Bruce Edge wrote:
I have also seen this issue but chalked it up to user error. (version
1.98-1ubuntu7) I watched wireshark traces show 3 pkts and stop. This was
from a Xen domU so I suspected a Xen problem at the time and gave up and
went to Xen's pv-grub instead that has a built-in tftp client.

Where can I retrieve a Grub2 branch that resolves this issue? An Ubuntu
package would be nice, but I'll take anything that builds.

Thanks

-Bruce

I assumed user error on my part as well, until I saw someone else complain here...

You can checkout the newreloc branch from bazaar with the following command:

bzr branch http://bzr.savannah.gnu.org/r/grub/branches/newreloc/

I did the following to build and test it last night:

./autogen.sh
./configure
make
./grub-mkimage --directory=grub-core -O i386-pc --output=core.img --prefix="(pxe)/boot/grub" pxe pxecmd
cat grub-core/pxeboot.img grub-core/core.img > grub-core/grub2pxe
cp grub-core/*.mod /var/lib/tftpboot/boot/grub/
cp grub-core/*.lst /var/lib/tftpboot/boot/grub/
cp grub-core/grub2pxe /var/lib/tftpboot/boot/grub/

Your target directories will surely vary :)

--
Omni Flux



reply via email to

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