Ubuntu can't be found after installing OpenSuse 11.3
I had Ubuntu 10.4 before and after I have installed OpenSuse 11.3, It can't recognize Ubuntu 10.4 image while booting.
Please explain how can I get Ubuntu to show up while grub2 shows boot menu during startup..
Hi, OpenSuse is using grub 0.97 with ext4 patch while Ubuntu 10.04 using grub2...
Could you post the whole "menu.lst" and the output of "df".
In your posting you say that the boot partition of Ubuntu is sda6.
You have to also find out where the root partition is with Directories like etc, bin, sbin etc.
Assuming that the root partition is sda7. The menu.1st would look like this:
You could also try to boot from Ubuntu live CD. And install grub2 of Ubuntu again hoping it will detect your OpenSuse Linux. The howto is placed here https://wiki.ubuntu.com/Grub2
Boot and Root seems to be in the same partition. As far as I remember, I didn't create a seperate boot partition. I created only /, /home, /tmp, and /var partitions.
linux-445p:~ # cat /boot/grub/menu.lst# Modified by YaST2. Last modification on Sun Sep 12 22:55:21 CDT 2010# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader# Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloaderdefault 2timeout 8##YaST - generic_mbrgfxmenu (hd0,1)/boot/message##YaST - activate###Don't change this comment - YaST2 identifier: Original name: linux###title openSUSE 11.3 - 2.6.34.4-0.1 (default) root (hd0,1) kernel /boot/vmlinuz-2.6.34.4-0.1-default root=/dev/disk/by-id/ata-ST9500420ASG_5VJ0KEHC-part2 resume=/dev/disk/by-id/ata-ST9500420ASG_5VJ0KEHC-part1 splash=silent quiet showopts vga=0x314 initrd /boot/initrd-2.6.34.4-0.1-default###Don't change this comment - YaST2 identifier: Original name: failsafe###title Failsafe -- openSUSE 11.3 - 2.6.34.4-0.1 (default) root (hd0,1) kernel /boot/vmlinuz-2.6.34.4-0.1-default root=/dev/disk/by-id/ata-ST9500420ASG_5VJ0KEHC-part2 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x314 initrd /boot/initrd-2.6.34.4-0.1-default###Don't change this comment - YaST2 identifier: Original name: linux###title Desktop -- openSUSE 11.3 - 2.6.34.4-0.1 root (hd0,1) kernel /boot/vmlinuz-2.6.34.4-0.1-desktop root=/dev/disk/by-id/ata-ST9500420ASG_5VJ0KEHC-part2 resume=/dev/disk/by-id/ata-ST9500420ASG_5VJ0KEHC-part1 splash=silent quiet showopts vga=0x314 initrd /boot/initrd-2.6.34.4-0.1-desktop###Don't change this comment - YaST2 identifier: Original name: failsafe###title Failsafe -- openSUSE 11.3 - 2.6.34.4-0.1 (desktop) root (hd0,1) kernel /boot/vmlinuz-2.6.34.4-0.1-desktop root=/dev/disk/by-id/ata-ST9500420ASG_5VJ0KEHC-part2 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x314 initrd /boot/initrd-2.6.34.4-0.1-desktop
The attached is the Image I see in the boot loader settings. I am not sure whether the ubuntu configuration is correct. boot-loader-settings.png
Josef Pospisil
Hi, yes you will be able to boot since you did not change the other settings. If the grub configuration you added to your menu.1st is wrong (it won't find the Ubuntu kernel and root partition) you will still be able to boot into SuSE.
srikanthrad
ASKER
I got an Error 15: File Not Found when I tried to boot through Ubuntu. But,as you said if Ubuntu entries are incorrect, I can still load into OpenSuse 11.3
Could you post the whole "menu.lst" and the output of "df".
In your posting you say that the boot partition of Ubuntu is sda6.
You have to also find out where the root partition is with Directories like etc, bin, sbin etc.
Assuming that the root partition is sda7. The menu.1st would look like this:
#Don't change this comment - YaST2 identifier: Ubuntu 9.04 2.6.28-11#
title Ubuntu 9.04, kernel 2.6.32-25-generic (/dev/sda6)
root (hd0,5)
kernel /boot/vmlinuz-2.6.32-25-ge
initrd /boot/initrd.img-2.6.32-25
You could also try to boot from Ubuntu live CD. And install grub2 of Ubuntu again hoping it will detect your OpenSuse Linux. The howto is placed here https://wiki.ubuntu.com/Grub2