more stuff for objectives Flashcards

1
Q

difference grub grub2, files and LVM support

A

Grub has two configuration files namely menu.lst and grub.conf whereas, Grub2 has only one main configuration file namely grub.cfg (/boot/grub/grub.cfg)

The /boot/grub/grub.cfg file is automatically generated by grub2-mkconfig using templates from /etc/grub.d and settings from /etc/default/grub

grub-install installs GRUB onto a device

/etc/grub2.cfg is a symbolic link to the grub.cfg

Grub uses physical and logical addresses to address the disk, it can’t even read from new paritions whereas, Grub2 uses UUID to identify a disk thus is more reliable. It supports LVM and RAID devices.

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

insmod

A

insert a kernel module WITHOUT dependencies

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