On Wed, Aug 06, 2003 at 09:29:55AM +0300, Oron Peled wrote: > On Wed, 6 Aug 2003 08:35:11 +0300 > Yedidyah Bar-David <[EMAIL PROTECTED]> wrote: > > > You can boot linux with it semi-directly (with pxelinux), or through > > pxegrub (that's what we do here). > > Unrelated question: I use grub/pxegrub as well. However, I couldn't > find a way (didn't hack the source yet) to have a boot menu with > both a network boot entries and several local boot entries. What > happens is that when I use "regular" grub, it doesn't know about network > devices (nd), and when I use pxegrub, it only knows about either (nd) > or "local" (not specific (hd)...). > > My current ugly workaround is boot from pxegrub with a menu of: > local > network boot > And have the local entry boot a "regual" grub from the MBR with all > the local operating systems on this computer. > > Any better options?
I am sorry, but I do not see your problem here. The following two entries work for me with pxegrub: ====================================================================== title RedHat 7.3 Linux 2.4.20 for Pentium III or higher dhcp root (nd) kernel /linux-2.4.20-net2 ramdisk_size=10000 root=/dev/ram ip=off nousb init=/pr einit initrd=/root.gz boot title Boot Linux 2.4.2-2 RedHat 7.1 from the local disk root (hd0,0) kernel /boot/vmlinuz-2.4.2-2 root=/dev/hda1 ip=off nousb boot ====================================================================== What happens when you try something like the second one with pxegrub? -- Didi ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
