LPIC 102-2 Install a boot manager¶
Содержание:
menu.lst, grub.cfg and grub.conf — config files for grub;
grub-install — installs grub;
grub-mkconfig ;
MBR / GPT — master boot record / general partition table;
dd
— convert and copy a file by blocks (dd if=/dev/sda of=/root/mbr.bak bs=512 count=1
— backup mbr to file);LILO — Linux Loader (/etc/lilo.conf);
GRUB Legacy — GRUB 1;
GRUB — GRUB2.