Boot the System Flashcards

1
Q

What does LILO stand for?

A

Linux Loader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does GRUB stand for?

A

Grand Unified Boot Loader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What file is used for LILO configuration?

A

/etc/lilo.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two main sections of a LILO file?

A

Global and per-image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In LILO what would be used to in the configuration file to indicate a Linux kernel?

A

image=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In LILO what would be used to in the configuration file to indicate an OS other than a Linux kernel?

A

other=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is initrd=

A

Initial RAM disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What command is used to install LILO in the MBR?

A

lilo - as root

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What boots lilo into single-user mode?

A

boot: linux 1/s/S/single

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What command to boot into an alternative init in lilo such as shell?

A

boot: linux init=/bin/sh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Where is the location of the grub config file?

A

/boot/grub/menu.lst or /boot/grub/grub.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What two sections are a grub file broken into?

A

Global and per-image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What file lists grub’s drive mappings?

A

/boot/grub/device.map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In grub what does hd0 ,0 represent?

A

First partition on the first disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

In grub how are floppy devices expressed?

A

fd0 or fd1 etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the command for installing grub?

A

grub-install /dev/path or grub-install ‘(path)’

17
Q

What key is pressed to edit the grub menu at start up?

A

e

18
Q

What does the command dmesg (display message or driver message) display?

A

Boot messages

19
Q

What command would display the kernel ring buffer?

A

dmesg (display message or driver message)

20
Q

Where is the syslogd file?

A

/var/log/messages

21
Q

Which is the first program run at start up?

A

/sbin/init