Fix add Discovering the firmware type
If found the way of preview the page, so now is fixed
This commit is contained in:
parent
75bf2911df
commit
08ff04cd1a
1 changed files with 6 additions and 3 deletions
|
|
@ -531,14 +531,17 @@ Reinstalling GRUB 2 is a convenient way to fix certain problems usually caused b
|
|||
|
||||
* Adding the boot information to another drive.
|
||||
|
||||
[[Discovering the firmware type]]
|
||||
[[Discovering-the_firmware_type]]
|
||||
=== Discovering the firmware type ===
|
||||
|
||||
To discover what firmware your machine uses, run the following command:
|
||||
|
||||
# [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
|
||||
[subs="attributes"]
|
||||
----
|
||||
~]#{nbsp}[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
|
||||
----
|
||||
|
||||
The output returns only UEFI or BIOS, depending on the firmware your machine runs.
|
||||
The output returns only UEFI or BIOS, depending on the firmware your machine runs.
|
||||
|
||||
[[sec-grub2-reinstall_on_BIOS-Based_Machines]]
|
||||
=== Reinstalling GRUB 2 on BIOS-Based Machines
|
||||
|
|
|
|||
Reference in a new issue