Hello
I seem to have a mistake in my configuration somewhere, was hoping someone might be able to spot it. I am getting an error saying:
I realize other people have had this problem, and I have tried searching for a solution, but unfortunately it seems the most common occurence of this message is usually followed by Grub booting upon pressing a key. Mine doesn't, it just stops there.
I think I have a fairly simple setup. My computer contains three drives:
Drive 1:
Simply one partition containing Windows Vista
Drive 2:
- 200MB /boot partition ext2 with grub installed on boot sector
- 8GB swap (I may want to open 100 instances of firefox some day!)
- 100GB / partition ext3.
- 80GB NTFS partition.
The partitions are listed in order of appearence on the drive.
Drive 3:
Pretty much irrelevant, just one 500GB NTFS partition with nothing on it atm.
The /boot partition on drive 2 would thus be hd(1,0) in grub and easybcd. I have followed the guide in the Wiki, and added a Linux grub entry on Drive 1, Partition 0. This should be it, shouldn't it? Yet it's not working. I'm not really sure what kind of additional info might be useful here.. settings look like this atm:
I've tried using NeoGrub as well, didn't really help much. Any help would be greatly appreciated!
I seem to have a mistake in my configuration somewhere, was hoping someone might be able to spot it. I am getting an error saying:
Code:
BootPart 2.60 Bootsector (c) 1993-2005 Gilles Vollant http://www.winimage.com/bootpart.htm
Loading new partion
Bootsector from C.H. Hochstatter
Cannot load form harddisk.
Insert Systemdisk and press any key.
I think I have a fairly simple setup. My computer contains three drives:
Drive 1:
Simply one partition containing Windows Vista
Drive 2:
- 200MB /boot partition ext2 with grub installed on boot sector
- 8GB swap (I may want to open 100 instances of firefox some day!)
- 100GB / partition ext3.
- 80GB NTFS partition.
The partitions are listed in order of appearence on the drive.
Drive 3:
Pretty much irrelevant, just one 500GB NTFS partition with nothing on it atm.
The /boot partition on drive 2 would thus be hd(1,0) in grub and easybcd. I have followed the guide in the Wiki, and added a Linux grub entry on Drive 1, Partition 0. This should be it, shouldn't it? Yet it's not working. I'm not really sure what kind of additional info might be useful here.. settings look like this atm:
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 {45b65a40-1f56-11de-8a1f-dbe32dae6e68}
displayorder {45b65a40-1f56-11de-8a1f-dbe32dae6e68}
{59aeb707-1f8f-11de-82b5-00179abb20ec}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 20
Windows Boot Loader
-------------------
identifier {45b65a40-1f56-11de-8a1f-dbe32dae6e68}
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 {45b65a41-1f56-11de-8a1f-dbe32dae6e68}
nx OptIn
Real-mode Boot Sector
---------------------
identifier {59aeb707-1f8f-11de-82b5-00179abb20ec}
device partition=C:
path \NST\nst_grub-ED77CB55E60D194EE0FDDD83C037D5D4.mbr
description Arch Linux
I've tried using NeoGrub as well, didn't really help much. Any help would be greatly appreciated!