Bonum Certa Men Certa

Comparing U.E.F.I. to B.I.O.S. (Bloat and Insecurity to K.I.S.S.)

posted by Roy Schestowitz on Mar 19, 2024,
updated Mar 19, 2024

Erawan National Park Thailand

By Sami Tikkanen (original in [1, 2])

                        UEFI & BIOS fact sheet
                                                    
  _______________________________________________________________________                                                  
 /|                                |                                     |
| |   UEFI                         |   IBM PC-compatible BIOS            |
| |++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++|
| | - Is hardcoded to always use   | - Can use any partition scheme,     |
| | GPT partitioning               | unlimited partitions                |
| |--------------------------------+-------------------------------------|
| | - Does not have any runtime    | - Has runtime services for basic    |
| | services - the operating       | I/O - the operating system does not |
| | system needs a driver for      | need drivers for disk controllers,  |
| | every device in the computer(1)| keyboard and display to work        |
| |--------------------------------+-------------------------------------|
| | - Has a LONG specification     | - The specification is relatively   |
| | and the implementations are    | simple and an average BIOS fits     |
| | also huge (usually at least    | into a 64 kB rom chip.              |
| | 64 - 128 megabytes in size)    |                                     |
| |--------------------------------+-------------------------------------|
| | - Only supports one CPU mode   | - Has runtime services for          |
| | per implementation             | switching between different 16-bit  |
| |                                | and 32-bit CPU modes                |
| |--------------------------------+-------------------------------------|
| | - Boot services are            | - Returns control to the operating  |
| | completely blocking. Does      | system while doing disk I/O via     |
| | not support multitasking       | the int15,ah=90 hook.               |
| |--------------------------------+-------------------------------------|
| | - Bootable binaries have to    | - Loads the first sector of the     |
| | be in Microsoft's PE file      | boot drive into memory and runs it  |
| | format                         |                                     |
| |--------------------------------+-------------------------------------|
| | - Has a "secure boot" that     | - Can boot from a physically write  |
| | doesn't really work, because   | protected media, which cannot be    |
| | of various security flaws      | hacked.                             |
| | in the overly complex          |                                     |
| | UEFI implementations           |                                     |
| |--------------------------------+-------------------------------------|
| | - Usually slow boot times      | - POSTing time can be less than     |
| | because of the complexity      | ten seconds                         |
| |--------------------------------+-------------------------------------|
| | - Can not boot operating       | - Any operating system can easily   |
| | systems that don't support     | be ported to a computer that uses   |
| | GPT partitioning               | BIOS                                |
| |--------------------------------+-------------------------------------|
| | - Requires a FAT32 filesystem  | - Does not require any filesystems  |
| | on the disk where the bootable | at all.                             |
| | binaries are stored. (2)       |                                     |
| |--------------------------------+-------------------------------------|
| | - Can only boot from random    | - Can boot from any device, even    |
| | access devices                 | from tape drives                    |
| |--------------------------------+-------------------------------------|
|/______________________________________________________________________/

The UEFI API is designed to be as anticompetitive as legally possible and lock other operating systems out without directly boot-locking the computer to one operating system. (1)
The FAT32 filesystem was still patented by Microsoft when UEFI became a requirement for Windows 8. It means that creating UEFI-bootable operating systems was illegal without buying the necessary licenses to use the patented features of FAT32. (2)
BIOS uses 64-bit indexing for disk sectors. It means that with 512-byte sectors the maximum size of a hard drive would be 8'589'934'592 terabytes. With 4096-byte sectors the limit is 68'719'476'736 terabytes.
BIOS does NOT have a 2 TB limit for hard drive size. That is Microsoft's propaganda. The 2TB partition size limit comes from the so-called MBR partitioning scheme that was designed by Microsoft for use in the MS-DOS operating system in the 80's. BIOS is in fact a much older thing than that. BIOS does not care about partitioning - the disk may have any partitioning scheme (MBR, GPT or any other) or may not be partitioned at all and BIOS can still boot from it just fine.
BIOS supports every sector size from 128 bytes to 64 kilobytes. The only limitation is that the sector size has to be a power of two.
There is absolutely no difference between the so-called "user interface" between UEFI and BIOS. Both can have either text mode or graphical SETUP programs. Some clone PCs in the 90's had a graphical SETUP program in their firmware, but it was a bad idea because it only worked with specific display hardware, usually requiring at least VGA-compatible graphic card and display.

Other Recent Techrights' Posts

Who Imitates Who? Plagiarist as Client (From Microsoft), 'Plagiarism' at the Law Firm?
let's revisit the subject
Links 10/06/2025: Jaws at 50 and US Democracy Crushed Very Rapidly (Martial Law Seems Imminent)
Links for the day
Abuse Inside the Polish Patent Office (UPRP) - Part VII: Washing Their Hands After Corruption and Abuse
"Tragedy or comedy?"
Culling Bad RSS Feeds of Bad Sites
Not throwing out the baby with the bathwater
 
IBM's CEO Roasted, Sizzled and Grilled for Dumb and Inconsistent Vapourware Promises
It looks like being a chronic liar is what it takes to lead the company once synonymous with computing
IBM's Goal Is Not (and Never Was) Computer Users' Freedom
More than 1.5 decades ago I found IBM to be an "ally of convenience" because of OpenDocument Format (ODF)
Wayland Shows the IBM/Red Hat Way of Doing Things
IBM is trying to 'kill' X
GitHub is Proprietary, Controlled by Microsoft, and GPL Violation Warehouse
"IRS tax filing software [will be] released to the people as free software" ... In general this is good news
Slopfarm Catastrophe
Seems like BetaNews (or BetaNoise) has just suffered a major data loss and restored the site from a week-old backup
Abuse Inside the Polish Patent Office (UPRP) - Part VIII: Illegal Working Conditions
How many people need to die for these people to get their massive salaries?
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, June 10, 2025
IRC logs for Tuesday, June 10, 2025
Links 10/06/2025: Apple Hype and Physical Attacks on Bloggers
Links for the day
Gemini Links 10/06/2025: Loon Lake, Farming, and Forth
Links for the day
If 'Microsoft v Techrights' is Dealt With by a 'Microsoft Court' (or a Court Outsourced to Microsoft)
More on that later
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, June 09, 2025
IRC logs for Monday, June 09, 2025
Gemini Protocol Turns Six in 10 Days From Now
If you haven't tried it yet, then give it a go today
Live as You Preach
technology is fast becoming dysphoric
Gemini Links 09/06/2025: Addition Addiction and Nitride
Links for the day
Links 09/06/2025: Science, Hardware Projects, and Democracy Receding
Links for the day
Computers Got Smaller, So GNU/Linux Got Bigger
Many people here recognise the lack of urgency (or need) to get expensive new laptops
BetaNews is a Plagiarism and LLM Slop Hub, the Chief Editor Isn't Addressing This Problem Anymore
SS Fagioli is basically a parasite leeching off or exploiting other people's work
Links 09/06/2025: Chaos in Los Angeles and Hurricane Season
Links for the day
GNU/Linux Grows at Windows' Expense and Microsoft Trolls Infest and Maliciously Target Articles About It
Microsoft is - and has long been - organised crime
They Say I'm Mr. Bombastic
They didn't take good lawyers
Links 09/06/2025: Windows TCO and Many Data Breaches
Links for the day
Abuse Inside the Polish Patent Office (UPRP) - Part VI: Political Stunts by Former President Edyta Demby-Siwek and the Connection to Profound Corruption at EUIPO
it's like a money-laundering operation where one politician rewards another at taxpayers' expense
Gemini Links 09/06/2025: Pipelines and Splitgate
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, June 08, 2025
IRC logs for Sunday, June 08, 2025