Quote:
|
is there a way i can fix this add slackware to my grub menu list
|
Add an entry of Slackware in Opensuse's menu.lst file.
Mount / ( or /boot, if you created it ) partition of Slackware and note down kernel version ( vmlinuz.xxxx ).
add this code in menu.lst of OpenSuSe :
Code:
title Slackware
root (hdx,y)
kernel /boot/vmlinuz.xxxx ro root=/dev/hdx
initrd /boot/intrd.xxxxx
* Relace x and y with relevant values.
In case you have any confusion, post the contents of /etc/lilo.conf file of Slackware here.