Re: Using RPL to load grub

2006-02-11 Thread Yedidyah Bar-David
On Fri, Feb 10, 2006 at 05:39:46PM -0700, Shaun Jackman wrote: > On 2/10/06, Shaun Jackman <[EMAIL PROTECTED]> wrote: > ... > > By default the diskless image fetches /boot/grub/menu.lst. Is it > > possible to specify something else? Preferably something dynamic, such > > as /tftpboot/grub/%s, where

Re: Using RPL to load grub

2006-02-11 Thread Shaun Jackman
On 2/11/06, Yedidyah Bar-David <[EMAIL PROTECTED]> wrote: > Did you read all of the docs? dhcp option 150 is the path to the conf > file. Thanks for the pointer. For the mailing list archives, here's the dhcpd.conf snippet. option grub-conf code 150 = text; option grub-conf "/srv/

Re: Using RPL to load grub

2006-02-10 Thread Shaun Jackman
On 2/10/06, Shaun Jackman <[EMAIL PROTECTED]> wrote: ... > By default the diskless image fetches /boot/grub/menu.lst. Is it > possible to specify something else? Preferably something dynamic, such > as /tftpboot/grub/%s, where %s is the IP address of the booting > machine. I used a text editor (vi

Re: Using RPL to load grub

2006-02-10 Thread Shaun Jackman
On 2/10/06, Yedidyah Bar-David <[EMAIL PROTECTED]> wrote: > I have no idea, but I do not think it should be necessary - how did you > compile your grub? I am pretty sure something like '--enable-diskless' > should make it config through the network. I know this is so for nbgrub > and pxegrub, but n

Re: Using RPL to load grub

2006-02-10 Thread Yedidyah Bar-David
On Fri, Feb 10, 2006 at 10:53:05AM -0700, Shaun Jackman wrote: > Hello, > > I have a touchscreen computer that has a RPL (remote program load) > network boot ROM built into it. I was able to use the open source rpld > program to load grub/stage2 and reached a grub command prompt. I was > then able

Using RPL to load grub

2006-02-10 Thread Shaun Jackman
Hello, I have a touchscreen computer that has a RPL (remote program load) network boot ROM built into it. I was able to use the open source rpld program to load grub/stage2 and reached a grub command prompt. I was then able to use grub's DHCP and TFTP support to load an NFS root Linux kernel and n