Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 1996 06:41:46 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bora@wireless.stanford.edu, msmith@atrad.adelaide.edu.au
Cc:        hackers@FreeBSD.org, questions@FreeBSD.org
Subject:   Re: Boot Loader when both IDE and SCSI present. How to Install? V.2
Message-ID:  <199601021941.GAA29677@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> > Not a big problem, but in my opinion, LINUX booting process is ten times 
>> > better.
>> 
>> Care to tell us about how it works?  We're always happy to improve...
>OK,
>Here is how the Linux boot loader works (I did not write so I am giving you
>only a functional description, you can check out the details at www.linux.org
>under Howto section under LILO.

>Linux uses a boot loader called LILO. LILO may use the MBR. It uses a file
>callled /etc/lilo.conf. In this file you specify which image to boot from
>where and it also uses a map of the disk drives. You run lilo, it installs

LILO is actually an optional boot loader (sort of like booteasy except it
handles kernel images too) that is used by many distributions because the
loader built into the kernel images is so much _worse_ than FreeBSD's
native boot loader.  With LILO, you can specify the Linux root device
using an arg string (e.g., "root=/dev/hda1") (good) but changing the
kernel requires running a utility to set up a map of the blocks used in
the kernel (bad).

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601021941.GAA29677>