Linux wont load after Installed Linux

Kahai

Distinguished Member
okay

so i FINALLY! got vista again...

i have to HDD one with a dead XP Pro on it

and i just recently (last night) partitioned my linux HDD into, i have a 68GB HD for linux, and a 76GB HD for windows vista

i had to first install XP pro (free too! YAY COMPUTER SCIENCE!!!) becuase i was receiving errors from the partition, XP installed perfectly, and then so did Vista.

after vista was installed. i downloaded easyBCD and i added an entry for for my linux HD i selected the right partition... but maybe not all the right setting:

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                 {88b266f0-7d49-11dc-89d2-d25c6946223c}
displayorder            {88b266f0-7d49-11dc-89d2-d25c6946223c}
                        {2e977bdc-7d35-11dc-918d-001731ec07c5}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30

Windows Boot Loader
-------------------
identifier              {88b266f0-7d49-11dc-89d2-d25c6946223c}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Microsoft Windows Vista
locale                  en-US
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
osdevice                partition=C:
systemroot              \Windows
resumeobject            {88b266f1-7d49-11dc-89d2-d25c6946223c}
nx                      OptIn

Real-mode Boot Sector
---------------------
identifier              {2e977bdc-7d35-11dc-918d-001731ec07c5}
device                  boot
path                    \NST\nst_grub.mbr
description             Ubuntu-Linux

i know you need this now ^_^

also

NEW UBUNTU!!!!!! YAY

once i get linux working again, ill move all my files on to the windows HD and then clean install ubuntu 7.6 on the first partition again ^_^ sounds good?

Addendum:

i do believe i fixed it

i was able to log into ubuntu and take out some of my personal files but i still have somemore before ubuntu 7.6

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                 {88b266f0-7d49-11dc-89d2-d25c6946223c}
displayorder            {88b266f0-7d49-11dc-89d2-d25c6946223c}
                        {2e977bdd-7d35-11dc-918d-001731ec07c5}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30

Windows Boot Loader
-------------------
identifier              {88b266f0-7d49-11dc-89d2-d25c6946223c}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Microsoft Windows Vista
locale                  en-US
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
osdevice                partition=C:
systemroot              \Windows
resumeobject            {88b266f1-7d49-11dc-89d2-d25c6946223c}
nx                      OptIn

Real-mode Boot Sector
---------------------
identifier              {2e977bdd-7d35-11dc-918d-001731ec07c5}
device                  boot
path                    \NST\NeoGrub.mbr
description             Ubuntu-Linux

i can log into ubuntu with those settings

---

another thing i have error with

i have my mothers old XP pro HD that somehow cant see that there is a operating system there... but when im on vista, it pickes up the drive, i can look into it, but the moment i start to copy something, it blue screens and tells me its dumping its memory :frowning:
 
Last edited:
Oh.. I'm sure you did that already, but just to be sure: you have to specify the letter of the XP drive if you're not already booted into XP when you did that....

like so: `chkdsk X: /f` or else it'll scan your system drive.
 
Back
Top