I just installed Slackware 9.0 and have a couple of questions. I opted not to install a bootloader as I have GRUB already installed on the MBR from RedHat. I installed it onto a floppy, so the only way I can boot into Slackware is by floppy.
Here is my partition info:
/dev/hda WinXP
/dev/hda1 /boot (RH)
/dev/hda5
/dev/hda6 / (RH)
/dev/hda7 / (Slackware)
/dev/hda8 Shared_files
This is the contents of my /boot folder in Slackware:
config
config-ide-2.4.20
system.map-ide-2.4.20
vmlinuz
vmlinuz-ide-2.4.20
Here is my mnu.lst GRUB file:
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux
root (hd0,1)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.20-8.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
This is what I have added into the GRUB.conf (menu.lst)
title SlackWare
root(hd0,6)
kernel /boot/vmlinuz-ide-2.4.20 root=/dev/hda7 hdc=ide-scsi
When booting up, I get the error message:
Error 15: File Not Found
I've also tried variances, but still get the same error.
I have no idea why it doesn't want to boot...Can you help me out?
Here is my partition info:
/dev/hda WinXP
/dev/hda1 /boot (RH)
/dev/hda5
/dev/hda6 / (RH)
/dev/hda7 / (Slackware)
/dev/hda8 Shared_files
This is the contents of my /boot folder in Slackware:
config
config-ide-2.4.20
system.map-ide-2.4.20
vmlinuz
vmlinuz-ide-2.4.20
Here is my mnu.lst GRUB file:
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux
root (hd0,1)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.20-8.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
This is what I have added into the GRUB.conf (menu.lst)
title SlackWare
root(hd0,6)
kernel /boot/vmlinuz-ide-2.4.20 root=/dev/hda7 hdc=ide-scsi
When booting up, I get the error message:
Error 15: File Not Found
I've also tried variances, but still get the same error.
I have no idea why it doesn't want to boot...Can you help me out?