[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Initrd diskless netboot problems
From: |
OKUJI Yoshinori |
Subject: |
Re: Initrd diskless netboot problems |
Date: |
Tue, 10 Oct 2000 01:10:59 +0900 |
From: Michael Sullivan <address@hidden>
Subject: Initrd diskless netboot problems
Date: Mon, 9 Oct 2000 01:10:38 -0400
> rdev -R vmlinuz.rd 0
> rdev vmlinuz.rd /dev/initrd
IIRC, you must set the root device to /dev/ram instead of
/dev/initrd.
> GRUB loads everything fine - both the kernel and the image file. I did
> have to modify asm.S to make the string "/boot/grub/menu.lst" to
> "/tftpboot/grub/menu.lst". That seemed to make everything load
> corerctly.
That is deprecated. You should use the DHCP tag 150 to specify the
file name.
Okuji