Vista/Ubuntu! Cant boot into Ubuntu

DARKEDEN

Member
Hi!
I got Problems to boot into Ubuntu got 4 Hard Drives

HD0 Vista
HD1 files
HD2 files
partitions start from 1 or 0?
HD3,0 files (sdd1 at ubuntu install)
HD3,1 ubuntu (sdd2 at ubuntu install)
HD3,2 ubuntu (sdd3 at ubuntu install)
HD3,3 swap space (sdd5 at ubuntu install)
Code:
Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device                  partition=C:
description             Windows Boot Manager
locale                  en-US
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default                 {4bf07d52-8e7a-11de-aec5-ea7ac46f62c9}
displayorder            {4bf07d52-8e7a-11de-aec5-ea7ac46f62c9}
                        {b086ec55-9977-11de-bf46-00248c6b65c9}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30
resume                  No

Windows Boot Loader
-------------------
identifier              {4bf07d52-8e7a-11de-aec5-ea7ac46f62c9}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Windows Vista Enterprise x64
locale                  en-US
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
osdevice                partition=C:
systemroot              \Windows
resumeobject            {4bf07d53-8e7a-11de-aec5-ea7ac46f62c9}
nx                      OptIn
numproc                 4
detecthal               No
usefirmwarepcisettings  No

Real-mode Boot Sector
---------------------
identifier              {b086ec55-9977-11de-bf46-00248c6b65c9}
device                  partition=C:
path                    \NST\nst_linux-6111847DDB0230B53E1D72FF11357726.mbr
description             Ubuntu 9.04 x64 M

Is there a method to change the path to the ubuntu partition and load the mbr from ubuntu? Or something else to get ubuntu boot? GRUB bootloader is installed on the same partition like ubuntu.
 
Hi Eden, welcome to NST.
Are you using EasyBCD 2.0 latest build ?
Grub syntax changed after Ubuntu 8.04 and is not supported in EasyBCD 1.7.
Delete the Linux entry, add it again and tick the "grub isn't ....." box (necessary if Linux does not share the Vista HDD)
 
Hi Terry!
Yes i use the last EasyBCD 2.0.
I try it but it don't works. I will use two ubuntu installations one on HD3,1 and one on HD3,2.
One time it seem to boot but it show just "GRUB>_" and i can type in something... or it shows the word GRUB up to ten times!!?
 
I get it! This works for me well! With NeoGRUB Bootloader..
default 0
timeout 10

title Ubuntu 9.04 x64, kernel 2.6.28-11-generic
root (hd3,1)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=d630094e-5a42-4821-8def-94762d4e1243 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
boot

title Ubuntu 9.04 x64, kernel 2.6.28-11-generic (recovery mode)
root (hd3,1)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=d630094e-5a42-4821-8def-94762d4e1243 ro single
initrd /boot/initrd.img-2.6.28-11-generic
boot

title Ubuntu 9.04 x64, memtest86+
root (hd3,1)
kernel /boot/memtest86+.bin
boot

title Ubuntu 9.04 x64, kernel 2.6.28-11-generic
root (hd3,2)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=e33a01f1-8474-4910-9356-a01c17f6e135 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
boot

title Ubuntu 9.04 x64, kernel 2.6.28-11-generic (recovery mode)
boot (hd3,2)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=e33a01f1-8474-4910-9356-a01c17f6e135 ro single
initrd /boot/initrd.img-2.6.28-11-generic
boot

title Ubuntu 9.04 x64, memtest86+
root (hd3,2)
kernel /boot/memtest86+.bin
boot
 
Last edited by a moderator:
Back
Top