Boot the System Flashcards
What does LILO stand for?
Linux Loader
What does GRUB stand for?
Grand Unified Boot Loader
What file is used for LILO configuration?
/etc/lilo.conf
What are the two main sections of a LILO file?
Global and per-image
In LILO what would be used to in the configuration file to indicate a Linux kernel?
image=
In LILO what would be used to in the configuration file to indicate an OS other than a Linux kernel?
other=
What is initrd=
Initial RAM disk
What command is used to install LILO in the MBR?
lilo - as root
What boots lilo into single-user mode?
boot: linux 1/s/S/single
What command to boot into an alternative init in lilo such as shell?
boot: linux init=/bin/sh
Where is the location of the grub config file?
/boot/grub/menu.lst or /boot/grub/grub.conf
What two sections are a grub file broken into?
Global and per-image
What file lists grub’s drive mappings?
/boot/grub/device.map
In grub what does hd0 ,0 represent?
First partition on the first disk
In grub how are floppy devices expressed?
fd0 or fd1 etc