Skip to content

Latest commit

 

History

History
138 lines (72 loc) · 5.6 KB

File metadata and controls

138 lines (72 loc) · 5.6 KB

BIOS Setup

Entering the BIOS Setup

Power on the Dell PC with the Fedora Bootable USB Attached. Press F2 to enter the BIOS Setup

img_001

Advanced Settings

To see all the Menus Advanced Settings should be On:

img_002

img_003

Overview

The overview gives the system model and the BIOS version:

img_004

The system processor and memory installed will be listed. System variants will be listed:

  • Processor - Intel 11th Gen
  • Memory - 16 GB
  • Video controller* - Intel Iris Xe Graphics
  • Audio controller - Realtek ALC711-VD
  • Wireless card - Intel Wireless

Drivers for each of these devices are open-source and maintained by the device manufacturers and Linux kernel developers. The Linux kernel developers only incorporate drivers they deem stable into the Linux kernel.

* Some vendors such as NVIDIA have closed-source proprietary Video Controller drivers and the Linux kernel open-source driver allows only for basic performance. Third-party drivers should be installed for a NVIDIA card after Fedora installation.

img_005

Storage Operation

Select the Storage tab. The default Storage Operation on a Dell computer is RAID. In this configuration the drives, processor and BIOS act together to create an Intel Volume Management Device (VMD).

img_006

In order for the Operating System to recognise this VMD, the Operating System requires the Linux Kernel VMD driver. Unfortunately there is no such driver. Therefore each Storage Controller should be used seperately with the AHCI/NVMe Storage Cotnroller Operation:

img_007

Select Yes:

img_008

Each Storage Controller is now independent:

img_009

For a single NVMe SSD, the Intel VMD is faster than the NVMe as it uses some processor optimisations to boost system performance. There will therefore be slight performance losses with this storage controller operation.

An Intel Optane Module was essentially a low capcity NVMe SSD cache drive which was combined with a high capacity hard drive when SSDs were expensive. Now SSDs are much cheaper and it is recommended to swap out any HDD, Intel Optane SSD for a single SSD.

Boot Configuration

Select the Boot Configuration tab. It is recommended to delete all old Boot Entries that correspond to previous Operating Systems:

img_010

The only Boot Entry should be the Fedora Bootable USB:

img_011

Secure Boot

For optimal security, Enable Secure Boot should be set to On and it should be set to Deployed Mode:

img_012

In some older models, Secure Boot has its own tab in the BIOS Setup.

Preboot Behaviour

Select the preboot behaviour tab. The default preboot behaviour is Auto. This should work in most cases:

img_013

There were initially some issues where wireless cards for example were not fully activated during boot and the Linux Kernel was unable to wake them up. Most of these issues are addressed with BIOS Updates. If the Wireless card does not show, change this setting to Throughout and then select Apply:

img_014

If the wireless card still does not show, you may need to disable it in the UEFI BIOS setup and then allow it to boot. Then power off, enter the BIOS setup and enable the wireless card.

Security

The Security tab contains the TPM 2.0 which should be enabled:

img_015

img_016

Data Wipe (Optional)

The Security Tab contains Data Wipe, although this is often found under a Maintainance tab in an older computer.

Data Wipe will securely wipe all internal drives, external drives connected by USB will not be touched. Turn Data Wipe On:

img_017

Select OK:

img_018

In order to proceed select No at the prompt to cancel:

img_019

Select Apply Changes:

img_020

Select OK and exit the BIOS Setup img_021

The system will reboot prompting for Data Wipe. Select Continue:

img_022

Select Erase:

img_023

Select OK:

img_024

Note that internal NVMe and SATA SSDs will be wiped in a couple of minutes due to the fast access time of the drive and simultaneous wiping routine.

Mechanical HDDs will take several hours to wipe due to the slow access time and stepwise wiping routine.

The systems BIOS setup is setup for Linux Isntallation and the internal drives are wiped.

Return to Fedora Installation Guide.