What line should I add to the grub.conf file so that this extra
partition can now be added to the boot list? I have XP, RHEL and Xandros installed in my system. My current boot loader is grub from Xandros.
in Debian edit /boot/grub/menu.lst (that is the default conf file). Add these lines to the end title memtest86 root (hdx,y) kernel /abcd ro root=/dev/hda5
where x is the ide disk (0=1st drive, 1=2nd drive etc) y is the partition (0=1st partition 1=2nd etc) abcd is your kernel usually file named vmlinuz
rgds jtd
----- Original Message ----- From: sherlock@vsnl.com
in Debian edit /boot/grub/menu.lst (that is the default conf file). Add these lines to the end
The boot loader in Xandros appears to be lilo or some custom type. I am trying to figure out from google, where the conf files are located, and will give feedback asap.
Regards,
Rony.