Hi Trickster,
Okay - If you don't have it then please go get it - it is check install - is is easy to use and makes life much easier when a little mistake is made, and it makes nice slackware packages too.
after you have checkinstall, or if you decided to he** with pbharris, i don't need no stinking checkinstall then run make install tehre is an isntall scrpit, for the source it defaults to installing here:
/usr/local/sbin/grub-install - try running it as root and you should be on your merry way.
btw - here is pretty close to what i would make your grub.conf look like, you wopuld need to create the initrd images:
Code:
timeout=60
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
title Linux
root (hd0,3)
kernel /boot/vmlinuz ro root=/dev/hda4 hdc=ide-scsi
initrd /boot/initrd.img
title slackware
root (hd0,3)
kernel /boot/vmlinuz-2.4.20pre5 ro root=/dev/hda4 hdc=ide-scsi
initrd /boot/initrd-2.4.20.img
title windows
rootnoverify (hd0,0)
chainloader +1
i am not sure of what i would put in for the vga stuff....
Bookmarks