Hi,
I have been working too long with edgy Kubuntu and now installed lucid Kubuntu on a second hard disk. But during the configuration phase of lucid (which can take several weeks to get everything running) I still need to run operational tasks on my old edgy. So, I need a dual boot. For the moment I can boot either edgy or lucid, but only if I plug in the appropriate disk as the master disk (means opening the box of my pc, which I prefer not to do...). So, I edited the file /boot/grub/menu.lst on the edgy disk, and added the lines:
title Ubuntu Lucid Lynx, kernel 2.6.32-22-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.32-22-generic root=/dev/sdb1 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
boot
I got an error "bad file or directory type", when trying to boot lucid from the edgy disk, apparently because lucid installed an ext4 file system, which is not recognised by edgy.
Then I tried:
title Ubuntu Lucid Lynx, kernel 2.6.32-22-generic
rootnoverify (hd1,0)
makeactive
chainloader +1
boot
This gives me an error "Error 13: Invalid or unsupported executable format".
I read somewhere that in order to use a chainloader grub must be installed in the MBR. So, on the lucid disk I ran the command:
grub-install hd0
This command seemed to run without problem, but nothing changed afterwards. So I can still boot lucid, but only by plugging in the hard disk as the master, and not from grub on the edgy disk.
One might think of setting the lucid disk as the master and use grub on the lucid disk for the dual boot, but on http://ubuntuguide.org/wiki/Ubuntu:Lucid, I read that there are problems in trying to do so.
Has anyone an idea on how to install a real dual boot on my edgy disk ?
I have been working too long with edgy Kubuntu and now installed lucid Kubuntu on a second hard disk. But during the configuration phase of lucid (which can take several weeks to get everything running) I still need to run operational tasks on my old edgy. So, I need a dual boot. For the moment I can boot either edgy or lucid, but only if I plug in the appropriate disk as the master disk (means opening the box of my pc, which I prefer not to do...). So, I edited the file /boot/grub/menu.lst on the edgy disk, and added the lines:
title Ubuntu Lucid Lynx, kernel 2.6.32-22-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.32-22-generic root=/dev/sdb1 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
boot
I got an error "bad file or directory type", when trying to boot lucid from the edgy disk, apparently because lucid installed an ext4 file system, which is not recognised by edgy.
Then I tried:
title Ubuntu Lucid Lynx, kernel 2.6.32-22-generic
rootnoverify (hd1,0)
makeactive
chainloader +1
boot
This gives me an error "Error 13: Invalid or unsupported executable format".
I read somewhere that in order to use a chainloader grub must be installed in the MBR. So, on the lucid disk I ran the command:
grub-install hd0
This command seemed to run without problem, but nothing changed afterwards. So I can still boot lucid, but only by plugging in the hard disk as the master, and not from grub on the edgy disk.
One might think of setting the lucid disk as the master and use grub on the lucid disk for the dual boot, but on http://ubuntuguide.org/wiki/Ubuntu:Lucid, I read that there are problems in trying to do so.
Has anyone an idea on how to install a real dual boot on my edgy disk ?
Comment