Question: If your virtual machine emulates a UEFI BIOS, type cat / boot / efi / EFI / fedora / grub . cfg and press Enter.

If your virtual machine emulates a UEFI BIOS, type cat /boot/efi/EFI/fedora/grub.cfg and press Enter. Note that the set prefix and configfile lines in this file refer to the contents of the /boot/grub2/grub.cfg file.
3
At the command prompt, type less /boot/grub2/grub.cfg and press Enter. Which line sets the default timeout for user interaction at the boot screen? Are there any menuentry paragraphs? Why? Press q when finished.
4
At the command prompt, type ls -l /boot/loader/entries and press Enter. What do these files represent? Next, type cat /boot/loader/entries/*64.conf and press Enter. Note the lines that load the Linux kernel and initramfs.
5
At the command prompt, type vi /etc/default/grub and press Enter to edit the GRUB2 configuration file. Change the value of GRUB_TIMEOUT to 30. Save your changes and quit the vi editor.
6
At the command prompt, type grub2-mkconfig o /boot/grub2/grub.cfg and press Enter to rebuild the GRUB2 configuration file with your change.
7
Reboot your system by typing reboot and pressing Enter. At the GRUB2 boot screen, view the available options. How long do you have to interact with the GRUB2 boot loader after POST before the default operating system is booted? Next, press c to obtain a command prompt.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!