Elijah Lofgren

I follow Jesus Christ and enjoy reading, writing, helping people, and making websites. Who is Jesus?

My life mission: "Whatever you do, do it all for the glory of God." - 1 Corinthians 10:31

You are here: Home » Linux Tips » Tips for the LILO Boot Loader

Tips for the LILO Boot Loader

  • Add option to boot into Windows on slave drive

    Do be able to boot into a windows partition you need an entry in you /etc/lilo.conf file like the following:

    other=/dev/hdb1
    label="windows"
    map-drive=0x80
    to=0x81
    map-drive=0x81
    to=0x80