1

I have installed Windows, Fedora and Slackware on my laptop ( lilo is on mbr, and grub for Fedora is installed on first sector on sda6). How to add sda6 to show on beginning when I turn on computer, so I can enter in Fedora (like file menu.list on Debian) ?

Damir
  • 229

2 Answers2

1

Add something like this to /etc/lilo.conf:

other=/dev/sda6
    label=Fedora

Then run lilo.

Alternatively, put Slackware's Lilo on its partition, Fedora's Grub in the MBR, and edit Fedora's Grub configuration (either /boot/grub/menu.lst if it's Grub1, or /etc/default/grub if it's Grub2 and sufficiently like Debian, and in any case run update-grub afterwards).

0

edit /etc/lilo.conf in slackware

then run

/sbin/lilo

my advise is to install fedora's grub in MBR and it will manage slackware and Windows

jet
  • 2,733