Triple boot. Problem with Ubuntu 12.04

NHS

Member
Hello everyone.
At the beggining sorry for my english.

Originaly have Windows Vista. Later I installed Ubuntu 12.04. Now I decided to test new Windows 8.

I use EasyBCD 2.2.0.177 and when I choose Ubuntu got this message.

grub.jpg

I have one hard drive. This is a partitions on it.

gp.jpg
sda2 is Windows Vista
sda5 is Windows 8
sda6 is / for Ubuntu
sda7 is /home

When I add new entry I choose this settings (Automatically locate and load)

add new entry.jpg

This is a view after changes

display overview.jpg
display detailed.jpg

I tried to add new entry with Partition 4 and 5. Always has the same error
Also I tried change in "Advanced settings" Locale from "English" to "Poland".

What I'm doing wrong?
 
When you installed Ubuntu 12.04 where did you install GRUB for it? Did you install GRUB to the MBR (Master Boot Record) which would allow you to use the settings you have or did you install it to the Ubuntu root partition? If you installed it to the Ubuntu Root partition or the Ubuntu Home partition you will have to select that partition in the drop down menu. Then that should allow you to boot to Ubuntu with no problem.
 
I tried every combination. Adding new entry with all possible partition. I also change in "Advanced Setting" drive to C, D, BOOT and I always have the same error.
Except drive D in "Advanced Setting". In this case when I choosing to boot Ubuntu I see something like that.

error2.jpg

So copy from C to D folder NST\AutoNeoGrub0.mbr then rebooting computer and choosing Ubuntu and I see the first error "unknown filesystem".
At the beginning I used EasyBCD 2.1. Maybe this is the cause of the fault.
At the end I always use the Write MBR and exit the program.

Edit:
This is from sda6/boot/grub
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-24-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8de1f8c1-bde6-4bda-8710-e753b6728772
linux /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=8de1f8c1-bde6-4bda-8710-e753b6728772 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-24-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-24-generic-pae (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8de1f8c1-bde6-4bda-8710-e753b6728772
echo 'Wczytywanie systemu Linux 3.2.0-24-generic-pae...'
linux /boot/vmlinuz-3.2.0-24-generic-pae root=UUID=8de1f8c1-bde6-4bda-8710-e753b6728772 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.2.0-24-generic-pae
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8de1f8c1-bde6-4bda-8710-e753b6728772
linux /boot/vmlinuz-3.2.0-24-generic root=UUID=8de1f8c1-bde6-4bda-8710-e753b6728772 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-24-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.2.0-24-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8de1f8c1-bde6-4bda-8710-e753b6728772
echo 'Wczytywanie systemu Linux 3.2.0-24-generic...'
linux /boot/vmlinuz-3.2.0-24-generic root=UUID=8de1f8c1-bde6-4bda-8710-e753b6728772 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.2.0-24-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-19-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8de1f8c1-bde6-4bda-8710-e753b6728772
linux /boot/vmlinuz-3.0.0-19-generic-pae root=UUID=8de1f8c1-bde6-4bda-8710-e753b6728772 ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.0.0-19-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-19-generic-pae (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8de1f8c1-bde6-4bda-8710-e753b6728772
echo 'Wczytywanie systemu Linux 3.0.0-19-generic-pae...'
linux /boot/vmlinuz-3.0.0-19-generic-pae root=UUID=8de1f8c1-bde6-4bda-8710-e753b6728772 ro recovery nomodeset
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.0.0-19-generic-pae
}
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8de1f8c1-bde6-4bda-8710-e753b6728772
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 8de1f8c1-bde6-4bda-8710-e753b6728772
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Recovery Environment (loader) (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod fat
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3C98-AC5D
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Windows Vista (loader) (on /dev/sda2)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos2)'
search --no-floppy --fs-uuid --set=root 10DE52A4DE528240
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
 
Last edited:
Back
Top