mo-gsrider
Member
Hi All,
I originally had XP professional installed and then installed Ubuntu and later installed Win 7. After installing Win 7, Ubuntu was no longer an option (it's now using the Win 7 boot menu).
So I got EBCD and attempted to fix the problem.
On my first drive (C)I have the following:
24mb unallocated
83gb Win XP (NTFS)
18gb win files (NTFS)
282mb swap
9.5gb Ubuntu (ext3)
First I tried using the linux boot options but it didn't work.
I'm now trying to use neogrub and this is the neogrub file:
# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
# EasyBCD Documentation Home - NeoSmart Technologies Wiki
#This is our first entry
title Ubuntu
find --set-root /boot/vmlinuz-2.6.24-19-generic
root (hd0,3)
#Next Line: Translate (hd0,3) to Linux notation and set that as the root partition
kernel /boot/vmlinuz-2.6.24-19-generic root=/dev/sda4
initrd /boot/initrd.img-2.6.24-19-generic
#End Ubuntu entry
This gets me to the grub Ubuntu menu selection but when I select it, I then get:
error 19 cannot mount selected partition. I researched this error and it says grub sees this as an ext3 partition and it doesn't recognize that type of file system.
I'm sure it's something to do with my identification of what it is I want to mount/boot but cannot figure it out.
This is my menu.lst from my Ubuntu partition BEFORE I added a partition for Win 7:
default 0
timeout 10
title Ubuntu 8.04.1,
kernel 2.6.24-19-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=31ffce31-c5fb-4540-9082-b54285698f54 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.1,
kernel 2.6.24-19-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=31ffce31-c5fb-4540-9082-b54285698f54 ro single
initrd /boot/initrd.img-2.6.24-19-generic
(minus a lot of comments at the end of the Ubuntu menu.lst)
Any help in solving this problem would be greatly appreciated.
Harry
I originally had XP professional installed and then installed Ubuntu and later installed Win 7. After installing Win 7, Ubuntu was no longer an option (it's now using the Win 7 boot menu).
So I got EBCD and attempted to fix the problem.
On my first drive (C)I have the following:
24mb unallocated
83gb Win XP (NTFS)
18gb win files (NTFS)
282mb swap
9.5gb Ubuntu (ext3)
First I tried using the linux boot options but it didn't work.
I'm now trying to use neogrub and this is the neogrub file:
# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
# EasyBCD Documentation Home - NeoSmart Technologies Wiki
#This is our first entry
title Ubuntu
find --set-root /boot/vmlinuz-2.6.24-19-generic
root (hd0,3)
#Next Line: Translate (hd0,3) to Linux notation and set that as the root partition
kernel /boot/vmlinuz-2.6.24-19-generic root=/dev/sda4
initrd /boot/initrd.img-2.6.24-19-generic
#End Ubuntu entry
This gets me to the grub Ubuntu menu selection but when I select it, I then get:
error 19 cannot mount selected partition. I researched this error and it says grub sees this as an ext3 partition and it doesn't recognize that type of file system.
I'm sure it's something to do with my identification of what it is I want to mount/boot but cannot figure it out.
This is my menu.lst from my Ubuntu partition BEFORE I added a partition for Win 7:
default 0
timeout 10
title Ubuntu 8.04.1,
kernel 2.6.24-19-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=31ffce31-c5fb-4540-9082-b54285698f54 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.1,
kernel 2.6.24-19-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=31ffce31-c5fb-4540-9082-b54285698f54 ro single
initrd /boot/initrd.img-2.6.24-19-generic
(minus a lot of comments at the end of the Ubuntu menu.lst)
Any help in solving this problem would be greatly appreciated.
Harry