problem booting linux

zepestao

Member
Hi,

I have installed linux, a version of my university and my windows broke, linux worked great but windows doesn't

So I connected my laptop disk to my desktop and formated windows partition, back my hard drive to my laptop and reinstalled windows 7.

My hard drive is like this:
|windows 220gb|linux35gb|files rest of the HD|,

i installed easyBCD and added a entry like this:
type: grub
Drive: partition 2 Linux native

now when i try to boot into linux partition this message appears:

Ficheiro: \NST\nst_grub.mbr
Estado: 0xc000000f
informações: Não foi possível carregar a entrada seleccionada porque a aplicação está danificada ou não está presente.

my bug mode is here
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=\Device\HarddiskVolume1
description Windows Boot Manager
locale pt-PT
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {0528e74e-31ec-11df-b77c-f9c1ad9f20f0}
resumeobject {0528e74d-31ec-11df-b77c-f9c1ad9f20f0}
displayorder {0528e74e-31ec-11df-b77c-f9c1ad9f20f0}
{0528e753-31ec-11df-b77c-f9c1ad9f20f0}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 10

Windows Boot Loader
-------------------
identifier {0528e74e-31ec-11df-b77c-f9c1ad9f20f0}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale pt-PT
inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence {0528e74f-31ec-11df-b77c-f9c1ad9f20f0}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {0528e74d-31ec-11df-b77c-f9c1ad9f20f0}
nx OptIn

Real-mode Boot Sector
---------------------
identifier {0528e753-31ec-11df-b77c-f9c1ad9f20f0}
device partition=\Device\HarddiskVolume1
path \NST\NeoGrub.mbr
description Linux Feup

i want to stay with windows 7 bootloader and i want to linux boot, could anyone help me?

tks
 
Its a version of ubuntu 9.10 from my university.
i'm using easyBCD 1.7.2, im going to update to 2.0 and try it. I think its just grub!

Edit:
I have installed easyBCD 2.0.

without the option "Grub isn't installed to MBR/bootsector" it doesnt start, but doesnt appear any error, just black screen..

With option on, appears this:

Booting /boot/grub/menu.lst

Booting /grub/menu.lst

Booting /boot/grub.conf

find --set-root --ignore-floppies /boot/grub.conf

Error 15: file not found

Press any key to continue...
I press enter and...

A table with
/boot/grub/menu.lst
/grub/menu.lst
/boot/grub.conf
and down
Use the (up) and (down) keys to highlight an entry. Press enter or 'b' to boot. Press 'e' to edit the commands before booting, or 'c' for a command-line.
Any option will appear:
(...)
find --set-root --ignore-floppies /boot/grub.conf

Error 15: file not found

Press any key to continue...

debug mode
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=\Device\HarddiskVolume1
description Windows Boot Manager
locale pt-PT
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {0528e74e-31ec-11df-b77c-f9c1ad9f20f0}
resumeobject {0528e74d-31ec-11df-b77c-f9c1ad9f20f0}
displayorder {0528e74e-31ec-11df-b77c-f9c1ad9f20f0}
{0528e755-31ec-11df-b77c-f9c1ad9f20f0}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 10

Windows Boot Loader
-------------------
identifier {0528e74e-31ec-11df-b77c-f9c1ad9f20f0}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale pt-PT
inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence {0528e74f-31ec-11df-b77c-f9c1ad9f20f0}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {0528e74d-31ec-11df-b77c-f9c1ad9f20f0}
nx OptIn

Real-mode Boot Sector
---------------------
identifier {0528e755-31ec-11df-b77c-f9c1ad9f20f0}
device partition=C:
path \NST\AutoNeoGrub0.mbr
description Linux Feup

cheers
 
Last edited:
9.10 uses grub2
Use EasyBCD 2.0 latest build
delete the present Linux entry,
Add it again, select grub2 from the dropdown
Easy will find it and configure it for you.
 
Back
Top