[Bug 44510] Live installer doesn't generate correct grub menu.list (Beta 2)

Mikko Saarinen mikko.s.saarinen at mbnet.fi
Mon May 15 08:38:33 UTC 2006


Public bug reported:

I have to choose "noapic nolapic" as boot options or else the machine fails to boot.
The installer adds those parameters to the grub menu if they are selected at startup, so they are ready for the next boot. However they are not added to the recovery mode sections of the grub menu, preventing the machine to start in single user mode.

This is a part of my menu.list, so you can see for yourselves:

## ## End Default Options ##

title           Ubuntu, kernel 2.6.15-22-386
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.15-22-386 root=/dev/hda1 ro quiet splash noapic nolapic vga=0x33f
initrd          /boot/initrd.img-2.6.15-22-386
savedefault
boot

title           Ubuntu, kernel 2.6.15-22-386 (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.15-22-386 root=/dev/hda1 ro single
initrd          /boot/initrd.img-2.6.15-22-386
boot

title           Ubuntu, kernel 2.6.15-21-386
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.15-21-386 root=/dev/hda1 ro quiet splash noapic nolapic vga=0x33f
initrd          /boot/initrd.img-2.6.15-21-386
savedefault
boot

title           Ubuntu, kernel 2.6.15-21-386 (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.15-21-386 root=/dev/hda1 ro single
initrd          /boot/initrd.img-2.6.15-21-386
boot

title           Ubuntu, memtest86+
root            (hd0,0)
kernel          /boot/memtest86+.bin
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

** Affects: linux-source-2.6.15 (Ubuntu)
       Severity: Normal
       Priority: (none set)
         Status: Needs Info

-- 
Live installer doesn't generate correct grub menu.list (Beta 2)
https://launchpad.net/bugs/44510




More information about the kernel-bugs mailing list