i just installed linux mint, but i disabled the boot loader installation because i already have a grub installed on another linux partition (puppy). now to boot into my fresh new linux mint i need to know the command to insert on the menu.lst file. Can somebody tell me, i searched the net but couldn't find any clue. here's my current file:
- Code: Select all
timeout 10
color magenta/blue black/magenta
title Windows XP
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
rootnoverify (hd0,1)
makeactive
chainloader +1
title Ubuntu
root (hd0,7)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=974643b5-6f8a-4046-a295-31a3e63882bd ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.20-16-generic
title Puppy Linux
root (hd0,8)
kernel /boot/vmlinuz root=/dev/sda9 ro vga=normal
thanks to anyone who'll answer
Dorian





