Jump to content

Talk:UEFI

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

FAT

[edit]

According to this presentation from WinHec 2004 (page 15), the EFI System Partition (ESP) is FAT-32: EFI And Windows "Longhorn"

And Microsoft just won the case about the FAT patents: Microsoft's file system patent upheld

So to use FAT you need to license the IP from Microsoft: Microsoft FAT license (Broken link?)

But you can do that for free if you are implementing EFI, here:

http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx

The standard doesn't say anything about other partitions than the ESP, so that doesn't rule out MacOS.

EFI prediction

[edit]

"Ideally, the EFI development model will move the concept of hardware drivers from the operating system back into the lowest level of the PC structure: the hardware itself."

Does anyone else have a problem with this sentence? I edited the article to include sections and made some minor grammatical changes. I wanted to change this sentence, but I let it stand.

The problem that I see is that it makes it sound like the author is proposing that OS-level drivers are bad and EFI-level drivers are good. That debate is probably beyond the scope of this article. If the sentence stays, it should probably be worded to sound less like an opinion.


Agree with above. Also I found it a little confusing, since the article makes clear that EFI seems to make it easier to update the 'bios' level then before.. And then comments about it being in the hardware. Some clarification would be great. 70.113.217.91

Independent Drivers and Architecture

[edit]

What does that mean? I've searched for a while over there and couldnt find any info. Maybe some explanation in that lines would help me and others searching for the same? (added 15 March 2016)

Missing Sections: Vulnerabilities/Security Flaws

[edit]

Extensible in what way? Basic Input/Out System ROM is basic. Extensible, as in extending the drawbridge for malware to take over someone's personal PC. It's not theoretical, I have seen it in practice.

All the advantages of UEFI/EFI is hype.

1. Intel CPU startup in 16-bit mode for compatibility reasons. UEFI/EFI does not change this.

2. Faster startup.  False.  Bulk of the OS still needs to be loaded from a mass storage device. 

3. More secure.  False.  UEFI creates a partition to operate from, but it's actually malware. It can redirect the PC to boot into Window PE and load Windows on the System Partition in a virtual machine and take over the PC.  Rootkit infection.  If you have seen PC infected with a Rootkit, it carves out partitions without telling you or notifying you.  You'll only find it by close examination.

76.135.37.152 (talk) 20:40, 10 July 2024 (UTC)Tae Hyun Song[reply]

> Extensible in what way?
With DXE modules. I'm not saying it is particularly good, but I would say it is better extensible than a traditional x86 BIOS.
> 2. Faster startup. False.
You might be right on that one, the reference do not include any independent measurements of boot times.
> 3. More secure. False.
No. It is *more* secure. There are still security issues, but traditional BIOS had zero verification of the further steps in the boot chain. PhotographyEdits (talk) 08:17, 11 July 2024 (UTC)[reply]