Results 1 to 1 of 1
have 2 hard drives, hda (master) hdb (slave) on the first drive I'm running Fedora 5,and using grub to boot both drives, on the hdb I installed Slackware 10.2. The ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-05-2006 #1Linux Newbie
- Join Date
- May 2005
- Location
- Scranton, Pa
- Posts
- 166
Booting?
have 2 hard drives, hda (master) hdb (slave) on the first drive I'm running Fedora 5,and using grub to boot both drives, on the hdb I installed Slackware 10.2. The last distro I used was mepis and it booted from my grub on the Fedora. However now I can't boot Slackware, I like to know the proper configuration in my default /boot/grub/grub.conf file, I have my existing file as such;
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora Core (2.6.17-1.2139_FC5)
root (hd0,0)
kernel /vmlinuz-2.6.17-1.2139_FC5 ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.17-1.2139_FC5.img
title Fedora Core (2.6.15-1.2054_FC5)
root (hd0,0)
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.15-1.2054_FC5.img
# Boot Ubuntu
#title Ubuntu, kernel 2.6.15-25-386
#root (hd1,0)
#kernel /boot/vmlinuz-2.6.15-25-386 ro root=/dev/hdb1
#initrd /boot/initrd.img-2.6.15-25-386
#savedefault
#boot
#title Debian, GNU/Linux
#root (hd1,0)
#kernel /boot/vmlinuz-2.4.27-2-386 ro root=/dev/hdb1
#initrd /boot/initrd.img-2.4.27-2-386
#savedefault
#boot
#title Mepis, 2.6.15-1-586tsc
#root (hd1,0)
#kernel /boot/vmlinuz-2.6.15-1-586tsc ro root=/dev/hdb1
#initrd /boot/initrd.img-2.6.15-1-586tsc
#savedefault
#boot
title Slackware, 2.4.31-noarch-1
root (hdb1,0)
kernel /boot/vmlinuz-2.4.31-noarch-1 ro root=/dev/hdb1
initrd /boot/diag1.img-2.4.31-noarch-1
savedefault
boot
Not sure if Slackware is right?
fstab
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0


Reply With Quote
