That is what I did:
I detached my HDD with Ubuntu and left only the empty HDD. Next I installed Slackware on it and when the installation asked me to install LILO I chose No. After I rebooted, an error appeared:
Code:
GRUB Loading...
Error 13 (or 15)...
(I don't remember the number of the error)
I attached my Ubuntu HDD with the Slackware HDD and booted in Ubuntu. Now I have to add Slackware in /boot/grub/menu.lst, but I don't know what to type in it
Here's content of the file now:
Code:
........
## ## End Default Options ##
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=976bf8ec-b1b3-40e2-858f-71925b78352d ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=976bf8ec-b1b3-40e2-858f-71925b78352d ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
I see Slackware as /media/disk (/) and /media/disk-1 (/home).
In GParted, the Slackware HDD is shown as /dev/sdb.
Any help would be appreciated!
*Edit: Yep, the error is 15:
Code:
GRUB Loading stage1.5.
GRUB loading, please wait...
Error 15
According to the GNU GRUB Manual this error is:
15 : File not found
This error is returned if the specified file name cannot be found, but everything else (like the disk/partition info) is OK.