https://bugzilla.novell.com/show_bug.cgi?id=337492#c4 Andi Kleen <ak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #4 from Andi Kleen <ak@novell.com> 2007-10-30 13:31:01 MST --- Doesn't work I edited /etc/grub.conf to setup --stage2=/usr/lib/grub/stage2.netboot (hd0) (hd0,6) quit and then grub-install elmo:~ # grub-install GNU GRUB version 0.97 (640K lower / 3072K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ] grub> setup --stage2=/usr/lib/grub/stage2.netboot (hd0) (hd0,6) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/e2fs_stage1_5" exists... yes Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are embedded. succeeded Running "install --stage2=/usr/lib/grub/stage2.netboot /boot/grub/stage1 (hd0) (hd0)1+15 p (hd0,6)/boot/grub/stage2 /boot/grub/menu.lst"... succeeded Done. grub> quit Note it still writes /boot/grub/stage2 again which is the wrong one: elmo:~ # ls -l /boot/grub/stage2 /usr/lib/grub/stage2.netboot -rw-r--r-- 1 root root 103138 2007-12-22 06:22 /boot/grub/stage2 -rw-r--r-- 1 root root 176844 2007-12-22 06:56 /usr/lib/grub/stage2.netboot Result doesn't boot over the network. It works when I do cp /usr/lib/grub/stage2.netboot /boot/grub/stage2 but then I have the update problem again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.