Mil Doc Jr
Member
This is my first attempt at trying to dual-boot anything for starters. I'm really not having that great of a time either.
My config file looks like this.
find --set-root --ignore-floppies /boot/grub/menu.lst
configfile /boot/grub/menu.lst
title Ubuntu 8.10, kernel 2.6.27-7-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=fa1a2687-6c2a-4c5b-a869-b0b53cb30a19 ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=fa1a2687-6c2a-4c5b-a869-b0b53cb30a19 ro single
initrd /boot/initrd.img-2.6.27-7-generic
what am I missing? Everytime I restart and try to go int ubuntu, it gives me error 2: bad or missing file. I've gone through simplified it as much as I could to look like the image in the guide, but I'm still unable to boot it. It got a little bit further after I added the root line, but then i still had file could not be found, until I deleted the uuid line, then it brought me into my current situation, where I get that error 2. After spending a few hours rebooting my computer (remember vista takes about a year to load up) countless times, I don't feel that i'm getting any closer to finding the right answer to my problems, than I have a chance of throwing a rock at the moon. I'm almost certain it's a syntax error and not the program. So any help would be much appreciated.
My config file looks like this.
find --set-root --ignore-floppies /boot/grub/menu.lst
configfile /boot/grub/menu.lst
title Ubuntu 8.10, kernel 2.6.27-7-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=fa1a2687-6c2a-4c5b-a869-b0b53cb30a19 ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=fa1a2687-6c2a-4c5b-a869-b0b53cb30a19 ro single
initrd /boot/initrd.img-2.6.27-7-generic
what am I missing? Everytime I restart and try to go int ubuntu, it gives me error 2: bad or missing file. I've gone through simplified it as much as I could to look like the image in the guide, but I'm still unable to boot it. It got a little bit further after I added the root line, but then i still had file could not be found, until I deleted the uuid line, then it brought me into my current situation, where I get that error 2. After spending a few hours rebooting my computer (remember vista takes about a year to load up) countless times, I don't feel that i'm getting any closer to finding the right answer to my problems, than I have a chance of throwing a rock at the moon. I'm almost certain it's a syntax error and not the program. So any help would be much appreciated.