home
manual & docs drivers & updates software GNU/Linux Introduction Read this What you need to know about the aero Partitioning the harddisk Choosing the installation method Preparing the Aero for a Red Hat 6.1 harddisk install The Red Hat 6.1 Installation Process RAM-problems The Floppy Access to DOS-Partitions The Linux-BootLoader Configuring X-Windows Patching and compiling a new kernel Solving the RAM problem Installing PCMCIA and configuring it for Bad RAM Finished - What comes next? Advanced Power Management Getting WebDAV to work with XP Conclusion GNU Free Documentation License FreeDOS internal speaker the press the people (& their mails) the aeros wildest dream... links about |
Lilo |
|
The Linux Bootloader
|
||
This chapter contains information about |
||
Lilo - the LInux-Boot-LOader - is a tool to give you a startup-menu at boot-time, so you can choose which Operating System from which harddisk-partition you want to load. You also can pass some options to linux. If you have more than one linux-kernel and added these to the lilo-configuration-file, you can also choose from them at boot-time. ---------My "lilo.conf"-------------------- boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50 default=linux message=/boot/yodatux.pcx image=/boot/vmlinuz label=linux read-only append="mem=16384K" root=/dev/hda6 other=/dev/hda3 optional label=setup other=/dev/hda1 optional label=dos -------------------------------------------
In this text file you can see three (marked bold) text-blocks that are especially inserted for my aero. Access to the compaq setup-partition
other=/dev/hda3 optional label=setup
in the above shown textfile. lilo -v
as root-user in the shell. Now you can access your setup by booting the aero and hitting Alt, Cntr or Shift key when the text LILO appears and writing 'setup' to LILO's prompt. Configuring the RAM
If you have 20 MB RAM on the aero you also have to configure the RAM with lilo. If you have already patched the kernel with the BadRAM-patch, you have to give special commands in lilo to make linux see almost all of these 20 MB (20MB minus 32kB). See section "Solving the RAM problem" for more information. append="mem=16384K"
in the above shown textfile. lilo -v
Linux will now work stable with only 16 MB of RAM. What about a nice boot screen?
The original lilo text-menu is functional but I prefered a graphical menu, which is possible with recent versions of lilo. So I created a 16-color-picture: ;-) message=/boot/yodatux.pcx
If you use another linux-distribution with a mainstream lilo version 22 or higher, you can use a RLE encoded BMP-file of "yoda" instead: |
||
Comments
Suggestions for this page? Ideas? Please drop a note! |
||
|
||