Improve UEFI/BIOS chekc

This commit is contained in:
Out Of Ideas 2024-04-06 16:16:23 -05:00
parent 2acd57d3a7
commit e2a66cc8f6
1 changed files with 1 additions and 3 deletions

View File

@ -118,10 +118,8 @@ If you are not familiar with manual partitioning, then you are in for a real tre
The easiest way to check that is to run:
```sh
ls -d /sys/firmware/efi
[ -d "/sys/firmware/efi" ] && echo "UEFI" || echo "Legacy BIOS"
```
If directory exists (the output will not be an error), then your system is UEFI. If it does not exist, then your system is Legacy BIOS. Make sure that you typed it correctly.
You will need to know this for disk partitioning later on.
From now on, follow the CLI or GUI installation guide.