boot Flashcards
What is the very first part of the boot process?
POST
Power On Self Test
Which GRUB command creates a new grub.cfg file?
grub2-mkconfig (8) - generate a GRUB configuration file
Which command is used to confirm that configurations were entered correctly into the GRUB configuration files?
grub2-script-check (1) - check grub.cfg for syntax errors
Which command will convert legacy-style menu.lst files into grub.cfg file?
grub2-menulst2cfg (1) - transform legacy menu.lst into grub.cf
Which command is used to create a bootable rescue image?
grub2-mkrescue (1) - make a GRUB rescue image
Which file do you edit to change settings for GRUB?
/etc/default/grub
where is grub.cfg located?
/boot/grub2
What is the path of the directory that serves files to be imported into grub.cfg?
/etc/grub.d/
What is the name and path of the configuratoin file that SUSE has added
What is the name and path of the configuration file that sets a few extra parameters added by SUSE?
/etc/sysconfig/bootloader