03-14-2013
11:41 AM
- last edited on
03-06-2024
08:12 PM
by
ROGBot
http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface#Booting wrote:
The UEFI specification defines a "boot manager", a firmware policy engine that is in charge of loading the
OS loader and all necessary drivers. The boot configuration is controlled by a set of global NVRAM variables,
including boot variables that indicate the paths to the loaders.
OS loaders are a class of UEFI applications. As such, they are stored as files on a file system that can be
accessed by the firmware. Supported file systems include FAT32, FAT16 and FAT12. Supported partition table
schemes include MBR and GPT. UEFI does not rely on a boot sector.
Boot loaders can also be auto-detected by firmware, to enable booting on removable devices. Auto-detection
relies on a standardized file path to the OS loader, depending on the actual architecture to boot
(\EFI\BOOT\BOOT[architecture name].EFI, e.g. \EFI\BOOT\BOOTx64.EFI).
It is common for UEFI firmware to include a user interface to the boot manager, to allow the user to select
and load the operating system among the possible options.
http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface#Secure_boot wrote:
The UEFI 2.2 specification adds a protocol known as Secure boot, which can secure the boot process by
preventing the loading of drivers or OS loaders that are not signed with an acceptable digital signature.
When secure boot is enabled, it is initially placed in "Setup" mode, which allows a public key known as
the "Platform key" (PK) to be written to the firmware. Once the key is written, secure boot enters "User"
mode, where only drivers and loaders signed with the platform key can be loaded by the firmware. Additional
"Key Exchange Keys" (KEK) can be added to a database stored in memory to allow other certificates to be
used, but they must still have a connection to the private portion of the Platform key. Secure boot can
also be placed in "Custom" mode, where additional public keys can be added to the system that do not match
the private key.
http://wiki.phoenix.com/wiki/index.php/Compatibility_Support_Module wrote:
The CSM provides additional functionality to UEFI. This additional functionality permits the loading of
a traditional OS or the use of a traditional OpROM.
The CSM operates in two distinct environments:
Booting a traditional or non-EFI-aware OS.
Loading a UEFI-aware OS a device that is controlled by a traditional Option ROM.
The first operation, booting a traditional or non-EFI-aware OS, is the traditional environment.
It is expected that traditional OpROMs will be around long after traditional OSs have been replaced
by EFI-aware OSs. The code that is required to load a UEFI-aware OS is a subset of the code that is
required to boot a traditional (non-EFI-aware) OS.
10-30-2014 09:34 PM
10-31-2014 05:28 AM
12-30-2014 09:01 AM
01-02-2015 01:01 PM
02-03-2015 12:49 AM
02-10-2015 01:01 PM
Karlsson wrote:
Hi guys, I am a bit lost on this UEFI thing. I got a Rampage IV Black edition and a Sabertooth 990FX. For my question I think it applies the same since they got the same options concerning CSM and Secure Boot. My situation is the following, as far as my knowledge goes, in order to install win7 in NON UEFI MODE, I selected the option "Other OS" in Secure Boot and installed Windows 7 from a DVD drive booting with the devices that didnt showed the UEFI thing. It was installed with MBR on the SSD and all good. Yesterday, I was playing around a bit with the sabertooth BIOS, and in a certain point I loaded the optimized settings and configured the BIOS again, however, I left, without noticing, the Secure boot in Windows UEFI mode. The thing is that Windows booted and worked fine, it does in both modes. Does this make any sense? Isnt supposed to be the Windows UEFI mode for when windows was installed executing the media in UEFI mode? I would appreciatte your help, this sabertoorh computer I put otgether I need it ASAP to do some work, and I am peding on knowing this to see if I can use the computer expecting it to be 100% stable, thank you all.
dpoverlord wrote:
I am installing this on an X99 Ramapge black with 2 SSD 840 512GB will I not get Trim support with raid with the main bios?
What driver do I have tlo load when I download the Intel RST its just an executable.
I turned off CSM and SEcure boot and it seems to be allowing me to install. My concern though is, I need to connect mmy old Raid 0 drives. How do I do this and not lose the info on them to back up?
02-21-2015 08:27 AM
05-13-2015 07:03 PM
07-03-2015 04:39 AM
09-02-2018 02:55 PM