Ik heb een dual boot gemaakt met ubuntu 11.04
Nu wou ik grub van ubuntu 10.10 terug herstellen met de handleiding die Pjotr hiervoor gemaakt heeft.
Alleen wil het niet lukken deze keer. Blijkbaar ligt het probleem in 10.10.
Dit is de menu.lst van 10.10.
# Modified by YaST2. Last modification on Thu Feb 17 12:34:34 CET 2011
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,1)/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.4
root (hd0,1)
kernel /vmlinuz root=/dev/disk/by-id/ata-WDC_WD1600JS-00MHB0_WD-WCANM1025995-part3 splash=silent quiet showopts vga=0x345
initrd /initrd
###Don't change this comment - YaST2 identifier: Original name: windows 1###
title windows 1
map (hd1) (hd0)
map (hd0) (hd1)
rootnoverify (hd1,0)
makeactive
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: windows 2###
title windows 2
map (hd1) (hd0)
map (hd0) (hd1)
rootnoverify (hd1,1)
makeactive
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: windows 3###
title windows 3
map (hd2) (hd0)
map (hd0) (hd2)
rootnoverify (hd2,1)
makeactive
chainloader +1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 11.4
root (hd0,1)
kernel /vmlinuz root=/dev/disk/by-id/ata-WDC_WD1600JS-00MHB0_WD-WCANM1025995-part3 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x345
initrd /initrd
Maar deze klopt van geen kanten. Als ik sudo update-grub doe krijg ik dit...
chris@ubuntumaverick:~$ sudo update-grub
[sudo] password for chris:
Generating grub.cfg ...
Found linux image: /vmlinux-2.6.37-20-desktop.gz
Found linux image: /vmlinuz-2.6.37-20-desktop
Found linux image: /boot/vmlinuz-2.6.35-30-generic
Found initrd image: /boot/initrd.img-2.6.35-30-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
Found Linux Mint Debian Edition (1) on /dev/sdb2
Found Ubuntu 10.04.2 LTS (10.04) on /dev/sdb5
done
chris@ubuntumaverick:~$
En nogthans krijg ik steeds de eerste grub.
Wat doe ik mis ?