Okay this is going to seam a bit complicated so please bear with me.
I had a version of Intrepid installed with the following method:
http://www.linuxbasement.com/content...t-burning-a-cd
and while playing with it a bit it started to refuse to upgrade.
So I decided to reinstall it with the same method to the same partition.
I went here to get the needed files:
http://www.archive.ubuntu.com/ubuntu...nstaller/i386/
Installation went without a problem, except for installing grub. It refused so I went back a step and went through the install grub routine again. This one worked and I could install grub tom second HD partition6 (hd1,5).
Now I booted into my hardy (main) and added these lines to my menu.lst:
which I had previously copied from the Intrepid menu.lst.
So far so good.
Trying to boot Intrepid gives a "bad file or directory press any key to resume" error.
Now it gets interesting.
I rebooted into HH (main) and did:
sudo grub
root (hd1,5)
setup (hd0)
quit
exit.
upon rebooting I get the intrepid grub splash and can boot into Intrepid.
So, I figured I would "reinstall" my normal grub from Hardy (main). That works fine but Intrepid refuses to boot again.
I am seriously confused.
Edit:
There is also this line in the intrepid menu.lst:
I tried that with the same results.
Strangely enough my Intrepid upgraded from Hardy boots fine but has a lot of upgrades help back.
But that is another story.
I had a version of Intrepid installed with the following method:
http://www.linuxbasement.com/content...t-burning-a-cd
and while playing with it a bit it started to refuse to upgrade.
So I decided to reinstall it with the same method to the same partition.
I went here to get the needed files:
http://www.archive.ubuntu.com/ubuntu...nstaller/i386/
Installation went without a problem, except for installing grub. It refused so I went back a step and went through the install grub routine again. This one worked and I could install grub tom second HD partition6 (hd1,5).
Now I booted into my hardy (main) and added these lines to my menu.lst:
title Ubuntu intrepid (development branch), kernel 2.6.26-5-generic
root (hd1,5)
kernel /boot/vmlinuz-2.6.26-5-generic root=UUID=c08eb9e2-776e-4a99-81ba-da5e5936390b ro quiet splash
initrd /boot/initrd.img-2.6.26-5-generic
quiet
title Ubuntu intrepid (development branch), kernel 2.6.26-5-generic (recovery mode)
root (hd1,5)
kernel /boot/vmlinuz-2.6.26-5-generic root=UUID=c08eb9e2-776e-4a99-81ba-da5e5936390b ro single
initrd /boot/initrd.img-2.6.26-5-generic
root (hd1,5)
kernel /boot/vmlinuz-2.6.26-5-generic root=UUID=c08eb9e2-776e-4a99-81ba-da5e5936390b ro quiet splash
initrd /boot/initrd.img-2.6.26-5-generic
quiet
title Ubuntu intrepid (development branch), kernel 2.6.26-5-generic (recovery mode)
root (hd1,5)
kernel /boot/vmlinuz-2.6.26-5-generic root=UUID=c08eb9e2-776e-4a99-81ba-da5e5936390b ro single
initrd /boot/initrd.img-2.6.26-5-generic
So far so good.
Trying to boot Intrepid gives a "bad file or directory press any key to resume" error.
Now it gets interesting.
I rebooted into HH (main) and did:
sudo grub
root (hd1,5)
setup (hd0)
quit
exit.
upon rebooting I get the intrepid grub splash and can boot into Intrepid.
So, I figured I would "reinstall" my normal grub from Hardy (main). That works fine but Intrepid refuses to boot again.
I am seriously confused.
Edit:
There is also this line in the intrepid menu.lst:
title Ubuntu intrepid (development branch), kernel Last successful boot
root (hd1,5)
kernel /boot/last-good-boot/vmlinuz root=UUID=c08eb9e2-776e-4a99-81ba-da5e5936390b ro quiet splash last-good-boot
initrd /boot/last-good-boot/initrd.img
quiet
root (hd1,5)
kernel /boot/last-good-boot/vmlinuz root=UUID=c08eb9e2-776e-4a99-81ba-da5e5936390b ro quiet splash last-good-boot
initrd /boot/last-good-boot/initrd.img
quiet
Strangely enough my Intrepid upgraded from Hardy boots fine but has a lot of upgrades help back.
But that is another story.
Comment