Using 2.0 Beta 76
Any time I attempt to load from Grub2 or NeoGrub, the first bootloader stalls before getting to either one.
The primary boot disk with windows is SATA, but the secondary disk is IDE.
Try (hd0, 0) NTFS5: No ang0 //Vista install
Try (hd0,1): invalid or null //One of these
Try (hd0,2): invalid or null //is and old
Try (hd0,3): invalid or null //Windows 7 Beta
Try (hd1, 0): Ext2: No ang0 //<< My Grub2 is here!
Try (hd1,1): non_MS: skip //Swap for linux
Try (hd1,2): EXT2: //Freezes here. This is really a linux install on EXT4
These errors are with Grub2. For NeoGrub replace "No ang0" with "No neogrub".
It waits forever at that last entry. The same message occures whether I use Grub2 or NeoGrub options.
Interestingly enough, these are the same errors I was getting with NeoGrub when I didnt know ubuntu used Grub2 and was using EasyBCD 1.7.2, except the "No x" used a different word for x (I cannot remember what it was)
Listing the partitions shows that my second hard drive is marked as boot, but if I set this drive as primary it falls back to the secondary and still runs the windows bootloader, which hints that its still not finding a MBR on it. Howver, the fact that it can't find NeoGrub which is on the primary booting partition could mean its a deeper issue than that.
The linux install is kubuntu 9.10, with grub installed to the first partition, swap on the second, ubuntu on the third, and the remaining as /home.
I selected the first partition to be used as "/boot" with kubuntu, and it chose to install grub to "/dev/sdb/boot". I have since tried to install it to the MBR of the second disk by using "grub-install --root-directory=/mounted/sda2/partition/1 /dev/sdb". Grub claims no errors were found, and correctly matches hd0 and hd1.
I think I am out of luck, as it cannot even start the second bootloader, and a search on these terms over the forum has no results.
Any time I attempt to load from Grub2 or NeoGrub, the first bootloader stalls before getting to either one.
The primary boot disk with windows is SATA, but the secondary disk is IDE.
Try (hd0, 0) NTFS5: No ang0 //Vista install
Try (hd0,1): invalid or null //One of these
Try (hd0,2): invalid or null //is and old
Try (hd0,3): invalid or null //Windows 7 Beta
Try (hd1, 0): Ext2: No ang0 //<< My Grub2 is here!
Try (hd1,1): non_MS: skip //Swap for linux
Try (hd1,2): EXT2: //Freezes here. This is really a linux install on EXT4
These errors are with Grub2. For NeoGrub replace "No ang0" with "No neogrub".
It waits forever at that last entry. The same message occures whether I use Grub2 or NeoGrub options.
Interestingly enough, these are the same errors I was getting with NeoGrub when I didnt know ubuntu used Grub2 and was using EasyBCD 1.7.2, except the "No x" used a different word for x (I cannot remember what it was)
Listing the partitions shows that my second hard drive is marked as boot, but if I set this drive as primary it falls back to the secondary and still runs the windows bootloader, which hints that its still not finding a MBR on it. Howver, the fact that it can't find NeoGrub which is on the primary booting partition could mean its a deeper issue than that.
The linux install is kubuntu 9.10, with grub installed to the first partition, swap on the second, ubuntu on the third, and the remaining as /home.
I selected the first partition to be used as "/boot" with kubuntu, and it chose to install grub to "/dev/sdb/boot". I have since tried to install it to the MBR of the second disk by using "grub-install --root-directory=/mounted/sda2/partition/1 /dev/sdb". Grub claims no errors were found, and correctly matches hd0 and hd1.
I think I am out of luck, as it cannot even start the second bootloader, and a search on these terms over the forum has no results.
Last edited: