Demystifying UEFI, the Overdue BIOS Replacement 379
An anonymous reader writes "After more than 30 years of unerring and yet surprising supremacy, BIOS is taking its final bows. Taking its place is UEFI, a specification that begun its life as the Intel Boot Initiative way back in 1998 when BIOS's antiquated limitations were hampering systems built with Intel's Itanium processors. UEFI, as the article explains, is a complete re-imagining of a computer boot environment, and as such it has almost no similarities to the PC BIOS that it replaces."
Didn't Demystify Much (Score:4, Insightful)
Article was a little too light on technical details for me. This article read like something you might find in an “intro to computers” textbook. Vague somewhat-technical description of what it does and a few somewhat unclearly described differences.
Not necessarily a bad article, just wasn't what I was hoping for :(
Re: (Score:2)
Looks like all the paranoia is wasted again!
Re: (Score:2)
the article does indicate that "It sits on top of BIOS", which means you should be able to get into the BIOS to change things.
But will bootloader signing certificates be one of the things that the BIOS setup allows the user to change?
It also sits either in NAND memory or a hard drive partition, (Compaq servers, anyone?) and so can be physically replaced to put Linux in as an OS instead of WinDoze8.
Good luck convincing mainstream PC manufacturers to give up the key needed to sign your own bootloader, even if you have the "service tag" (Dell's term for a hardware serial number, as opposed to the Windows product key).
Re: (Score:3)
While light on some details, the article does indicate that "It sits on top of BIOS", which means you should be able to get into the BIOS to change things. It also sits either in NAND memory or a hard drive partition, (Compaq servers, anyone?) and so can be physically replaced to put Linux in as an OS instead of WinDoze8.
Looks like all the paranoia is wasted again!
The article is badly worded. It "sits on top of BIOS" on machines that HAVE a BIOS. New machines will just boot UEFI.
If you remove UEFI you will have a brick.
If you have a 64-bit UEFI, you will not be able to boot a 32-bit OS.
If you have security enabled you will not be able to boot an unsigned OS.
One goal of UEFI is so that the hardware vendors (Intel) will not have to publish detailed specs. You will only be able to access your hardware as they want.
Looks like they sometimes are out to get the paranoids
Re: (Score:3)
Article was a little too light on technical details for me. This article read like something you might find in an “intro to computers” textbook. Vague somewhat-technical description of what it does and a few somewhat unclearly described differences.
Not necessarily a bad article, just wasn't what I was hoping for :(
Well there is always wikipedia to the rescue: UEFI on Wiki [wikipedia.org]
Re: (Score:2)
And it replaces the bios and indeed runs ontop of the bios! That part seemed especially confusing and vague.
Re:runs on top (Score:5, Funny)
So it's the Ourobios?
Re: (Score:2)
So it's the Ourobios?
Wishing I had mod points for you.....
May I ask... (Score:4, Insightful)
Re: (Score:2)
My thought exactly.
A good article for an intro to computers course, but I was hoping for some "how it actually works" details.
Re: (Score:2)
The point is to get the "zomg, Microsoft is blocking Linux with Windows 8!!!" shitstorm going again, because it got everyone in a tizzy a day or two ago, and tizzies generate clicks and clicks generate ad impressions.
I don't know... (Score:5, Insightful)
What is wrong with the BIOS anyway? Why does the boot process need to be all flashy? It seems like adding complexity there will just end up causing problems...
Maybe I'm just a relic...a lot of people don't even know how to get into their BIOS anymore, let alone what the POST and such is afterwards.
Re:I don't know... (Score:4, Insightful)
What is wrong with the BIOS anyway?
It allows you to boot Linux.
Re:I don't know... (Score:5, Insightful)
It allows you to boot Linux.
The cynical, realistic part of me thinks this is the real answer.
Re: (Score:3)
Not true. You can boot Linux on systems that don't have a BIOS.
Originally the BIOS was the full OS and on top of it sat DOS. Over the decades the BIOS just got more and more bloated. It's the only thing that takes all the various incompatible and poorly designed PC hardware and makes it look like it all just works. PCs are a mess of de-facto standards and every one is a unique design unlike all others. The BIOS is necessary to make this insane design all work. If course, the OS _could_ do this but the
Re:I don't know... (Score:5, Informative)
BIOS has a LOT of limitations. >2TB hard drives, network boot, disk controllers, GPU's, IPMI, ... everything has to subvert the BIOS in some way which makes it mightily slow. My iMac boots with Lion in 7 seconds. My Linux machine takes 15 seconds just getting to Grub, my servers take up to 45 seconds to get to the boot loader.
BIOS is ALWAYS hooked into 8086 mode (real mode) so at boot time you are limited by it's calls (such as 13h for disks) and that's hard and expensive to emulate on a non-x86 system (such as most Intel/AMD processors).
Re: (Score:3, Interesting)
All of the things you mentioned above are _positive_ things, in that you would have to be crazy to use the bios for anything other than loading the os and getting the hell out.
An interesting read [kerneltrap.org] if anyone cares for it.
All that is being done by making the boot process more complex is letting people add more bugs to firmware, do not want.
Re: (Score:3)
EFI has a driver interface that an OS can use as a last resort. So you can boot to "safe mode" and the OS, instead of using its own drivers, can use the EFI drivers and get the system in a known working state.
Or, Linux can use it to boot on wierd hardware and at least be able to minimally use the hardware. Not a bad thing if you have
Re: (Score:2)
" My iMac boots with Lion in 7 seconds. My Linux machine takes 15 seconds just getting to Grub, my servers take up to 45 seconds to get to the boot loader."
Talk abut comparing apples to orange and Three's.
I mean, really.
Re: (Score:2)
How is that comparing apples and oranges? My workstation is supposed to be much faster than my iMac but the BIOS eats up all the boot time. In a server it's because several peripheral BIOS are hooking into the main BIOS and the only way to change settings is manually in the BIOS but with EFI you could re-program your cards while booted and then do a quick reboot when necessary. It just goes to show the absurdity of the BIOS and how it can be done with EFI.
Re: (Score:2)
The article states that UEFI can (and will) be built on top of BIOS, so won't it inherit all the bloat and limitations of BIOS anyway?
Re: (Score:2)
Re: (Score:3)
The main issue for me is that BIOS is just SLOW. For something that's stored in flash memory on the motherboard and is maybe a MB or two in size (if even that), it takes far too long to load up. Throw in RAID or AHCI and it doubles the boot time. BIOS is the main reason why your machine takes 30s longer to start up than it should.
Now I'm not saying UEFI is perfect, it does seem to be a little over the top, but never the less if it allows me to have that instant-on computer that Intel has been promising us f
There are limits to how fast an HDD spins up (Score:3)
The main issue for me is that BIOS is just SLOW.
There are limits to how fast any BIOS or BIOS replacement can proceed to reading and executing the bootloader. How long does it take to write to every page of RAM and read back from it? How long does it take for a hard drive to spin up?
if it allows me to have that instant-on computer that Intel has been promising us for the last decade or two
The only instant-on computers are computers with the operating system in solid-state memory. This can be an SSD. Or it can be RAM, which means the computer has been put to sleep and the hard drive spins up while the user is entering his password.
Re: (Score:2)
Soooo....you're saying that UEFI isn't any faster than BIOS?
Re: (Score:2)
The only real, unavoidable boot delay is hardware initialization time. [...] two seconds [...] After that, hardware detection can be performed (let's be generous and say 0.1s per endpoint) and a boot menu can be presented.
But where would the boot menu software store the list of operating systems that can be booted? If on a partition table, it would still have to wait for the HDD to spin up its platters in order to read that list.
Re: (Score:3)
Sure, there are limits. But those limits are measured in microseconds.
The only real, unavoidable boot delay is hardware initialization time. That is, it can take all of two seconds for the PCI bus to settle its clocks and voltages. After that, hardware detection can be performed (let's be generous and say 0.1s per endpoint) and a boot menu can be presented.
My current system (AMD Phenom something) takes 25 seconds from power-on to boot menu, and then another 6 seconds to desktop. Frankly, anything above 10 seconds for the complete boot is outrageous.
Hard drives may take far more than 2 seconds to settle in. There are reasons why BIOS's and Linux, and others have options for 30 second delays on hard drive initializations. And those delays are very common when you start adding in SCSI and RAID controllers.
Re:There are limits to how fast an HDD spins up (Score:4, Informative)
- Memory test. Well, you could avoid it, but you shouldn't.
- Hard drive spin-up. You can detect the drives before this, but you can't read the partition table.
- USB device detection. You need this for keyboards and bootable USB devices. And with the increasing use of tablet form factors, possibly in future for touchscreens.
- Storage peripherals. A lot of storage controllers, espicially those of a RAIDy or networky nature (hardware-supported iSCSI, fibre channel) will need their own time to ready themselves and check connectivity and device integrity.
Add all those together, and you're up to about what it takes for the BIOS today to run POST and hand over to the bootloader.
Re: (Score:3)
The main issue for me is that BIOS is just SLOW.
If you disable all the hardware checks and probing and don't have a bunch of add-in cards with ROMs, it takes very little time to hand off to the boot loader.
For example, with all memory checks and the on-board SAS having RAID volumes, one of my servers takes about 4 minutes until the hand off. Disabling the hardware RAID and the boot ROM on the SAS controller (and running JBOD) saves about 30 seconds. Bypassing the memory check (24GB with NUMA is slow to check) and completely disabling the SAS controller
Re: (Score:3)
Well, for local boot the BIOS could just have been updated to load any X number of sectors at any 64 bit offset into memory, solving both the chainloading problems and 2TB boot disk limit. Then just let the OS do its thing and detect all the rest.
It gets a bit more complicated if you want to say load the configuration from the network, there's netboot but with more GUI, more options, maybe verify some digital signatures and whatnot. Then your network has to be working, you maybe need some GUI screens with m
Re: (Score:2)
They could still just update BIOS. I suspect this is just a method to enforce vendor lock-in and DMCA/DRM bullshit.
The BIOS really is an old relic the way it looks.
Honestly, why the hell does it matter? Who cares how it looks? It gets the job done for the most part, which is what matters.
Adding complexity to the boot process is just going to add potential for problems. Good for Geek Squad, bad for consumers.
Re:I don't know... (Score:5, Insightful)
What is wrong with the BIOS anyway? Why does the boot process need to be all flashy? It seems like adding complexity there will just end up causing problems...
Maybe I'm just a relic...a lot of people don't even know how to get into their BIOS anymore, let alone what the POST and such is afterwards.
So... minutes of boot time spent at "press Fwhatever to enter foo" prompts is apealing to you?
Or on the desktop side, figuring out how BIOS and one or more operating systems enumerate possible boot devices is good enough?
For a Linux user, all the weird crap you've ever had to do in grub or lilo's configuration will get reduced to something like OS X's bless command, or an intelligent boot menu like refit at least.
If you guys have no experience with other things like OpenBoot or don't understand BIOS limitations, you are not going to contribute much to this discussion. The article DOES describe what UEFI does and there are systems out there with better-than-BIOS firmware like Sparcs and EFI Macs already, and they have been available for yeeeeeeears. So don't poo on the article or the tech before educating yourselves.
Re: (Score:2)
Never run programs unknown to SmartScreen (Score:3)
From a screenshot in the ExtremeTech article: "Never run downloaded programs that are unknown to SmartScreen". So how does a software developer make a program "known to SmartScreen" for the first time other than by selling it on the Windows Store?
From the same article:
if you try to boot while an infected USB memory stick is plugged in, Windows 8 will warn you and refuse to load.
So how do I tell Windows that a USB mass storage device containing an Ubuntu install image is not "an infected USB memory stick"?
Microsoft wants you to hibernate Windows 8 rather than shut it down
So will we finally have the ability to come out of hibernate without that one peripheral not responding?
Reset restores Windows 8 to its base, just-like-new state. Refresh is similar, but it preserves all of your documents.
So now "reformat and reinstall" is becoming institutionalized.
The article links to an article about the Windows Store [extremetech.com]. It claims that "the process for getting an app certified and listed in the Windows Store will be as painless as possible." Does this include applications developed by high school students who aren't 18 yet? Or college students who don't want to spend $99 per year? It also mentions "content compliance checks", and if "content compliance checks" are anything like the ones that Microsoft uses for Xbox Live Indie Games [pineight.com], this could shut out entire genres of applications. It says "you won't be able to download a Metro app from Download.com", but wouldn't one just be able to load an app into Visual Studio Express and run it that way?
Some should make a softcore porn game for metro (Score:2)
Some should make a soft core porn game for metro and make it very clear that it is a adult game and if it gets banned sue under 1ST amendment rights and antitrust laws.
Re: (Score:2)
Some should make a soft core porn game for metro and make it very clear that it is a adult game and if it gets banned sue under 1ST amendment rights and antitrust laws.
Antitrust maybe, but the First Amendment only protects you from government restrictions on speech, not from private individuals or corporations.
UEFI is good. (Score:4, Informative)
Secure boot is bad. What is mysterious about that? If you want to understand more, related to booting Linux, read these. UEFI secure booting [dreamwidth.org] x86 EFI boot stub [lwn.net]
Re: (Score:2)
Secure boot is good. What is mysterious about that?
Re: (Score:2)
Hypothetical situation: Mom's computer gets infected with a rootkit. On the next reboot, the rootkit attempts to take over and load before key OS comments, so it can't be detected.
What is your answer to making sure this situation can't happen?
The OS is compromised, so you can't trust the OS. Next best thing is to trust something other than the OS. So now we require the BIOS to be the gate keeper. How does the BIOS determine if something is "trustable"?.... Sign it.
All of this stuff is perfectly logical, unl
Re:UEFI is good. (Score:5, Interesting)
Secure boot isn't necessarily a dumb idea and would be harmless, if done sensibly. The firmware just needs to present a UI where the owner can manage (add and delete) all the public keys used to check signatures for what the machine's owner authorizes it to run. If you buy a computer and then you are the arbiter of your computer does, then at worst that's an added capability that you don't elect to use, and at best it's useful.
But yeah, I doubt any manufacturers are installing firmware that does it right. If any are, they need to speak up so that people will know their hardware is safe to buy.
"Re-imagining" (Score:5, Insightful)
Re: (Score:2)
My question isn't about big corps, but big crime (Score:3)
My question is ten times simpler: If this thing is flashable memory, etc., doesn't it open the doors to way more cracking by folks I'd really rather avoid, that is, identity thieves et. al? How is going away from silicon going to affect this?
So how do you pronounce it? (Score:3)
YOU-fee?
YOU-fi?
you-EF-ee?
Re: (Score:2)
UEFI (Score:2)
The only reason UEFI is overdue is not because they are slow in development. It's simply the fact that UEFI isn't an open standard. If UEFI was made an open standard every new computer in a month would all have UEFI.
Re: (Score:2)
The only reason UEFI is overdue is not because they are slow in development. It's simply the fact that UEFI isn't an open standard. If UEFI was made an open standard every new computer in a month would all have UEFI.
Yep. And each implementation would be different.
Re: (Score:2)
The only reason UEFI is overdue is not because they are slow in development. It's simply the fact that UEFI isn't an open standard. If UEFI was made an open standard every new computer in a month would all have UEFI.
Interestingly, many manufacturers are already using UEFI for quite a while. I believe most AMD64 based systems use it, even though the interface is still that of the legacy BIOS's as far as the user is concerned.
Re: (Score:3)
The only reason UEFI is overdue is not because they are slow in development. It's simply the fact that UEFI isn't an open standard. If UEFI was made an open standard every new computer in a month would all have UEFI.
So, how come every new computer doesn't have Open Firmware [openfirmware.org]?
UFIA (Score:2)
Coreboot (Score:2, Insightful)
Needs a marketing department.
UEFI In The Data Center Not Ready For Prime Time (Score:3, Informative)
I've been dealing with UEFI-based servers for the past couple of years - IBM System x specifically - and while I see the potential for UEFI, it's still got a lot of teething pains in the Enterprise space as far as I am concerned. IBM was the first to basically put their entire x86 product line on UEFI-only hardware.
However, I have actually encountered machine configurations that BIOS was unable to deal with (add-in PCIe cards utilizing all of the ROM memory space and bringing the machine to a halt, amount of RAM beyond what BIOS can handle natively, etc...) so I can see the requirement for a BIOS replacement.
In its current incarnation in the servers I deal with, the architecture is essentially booting two full-blown microprocessors running code *BEFORE* the machine will even attempt to POST. The service processors in the current IBM machines (IMM - Integrated Management Module) are the first thing to fire up when power is applied to the server - since IMMs are small microprocessors in their own right (can't remember the make, but I remember hearing 100MHz speeds) loading what I believe is a micro-Linux kernel it takes time for these things to fire up. This process can take up to two (sometimes more) minutes before the power button stops blinking rapidly and goes to a normal "power off" blink. At this point you can turn the server on, which is when it will fire up the UEFI microprocessor and begin to load all of that code into the system. UEFI goes and "talks" to all of the internal hardware, loads profiles for devices, etc... during this phase. That can take up to another four minutes or so (it has gotten faster over the last two years) at which point the actual POST screen will display and you can either enter SETUP or allow the server to boot - note that add-in cards will have to load their own ROM as normal (if in Legacy Mode, which most of our server are due to OS limitations). Note that the more cards you put in a machine and more boot options you leave enabled, the longer this pre-POST initialization takes. I've seen reboot cycle times of over ten minutes in some instances, whereas the BIOS-based systems would complete that cycle in under two minutes.
So here's a brief summary of the current state-of-the-art in server UEFI:
PROS:
* Allows configuration of peripheral devices from the SETUP screen.
* Allows up to 1TB (much smaller in practive) of Option ROM space for add-in cards.
* Allows for huge amounts of memory, and very large disk sizes.
* In theory, allows for additional software to execute before the primary OS kicks in. Not really utilized in these machines.
CONS:
* Horribly slow boot cycles. Length of boot cycle dependent on amount of hardware in server. Had an IBM ATS Engineer tell me they had a machine in the lab that they plugged so much stuff into that it took 23 hours to POST.
* Corrupt firmware or firmware updates is the kiss of death for many of these machines. While there are backup firmware spaces and the appropriate jumpers to recover, this does not always work as intended. We've had quite a few brand-new systems that had to have complete system planar replacements because the code wasn't executing right.
* As these are actual mini-OSes running there are all kinds of strange quirks and odd behavior from the servers. Lots of troubleshooting involves resetting the service processors and praying they reboot properly in order to just get the server to POST normally.
* Speaking of quirks, there are lots of situations where hardware failures are either false-positive failures or not indicated as an issue when they actually have faults. Troubleshooting on these machines becomes guesswork based on intuition rather than having a solid grip on what component is doing what.
* Example: As the UEFI handles all of the components on the server, we have run into issues where bad code for the UEFI causes the Operating Systems to malfunction in strange ways, only to find the OS was reacting to thousands of repeated error messages being
Re: (Score:2)
Yeah, UEFI boot time is insane. Even on my home server which doesn't have any fancy monitoring hardware the UEFI boot takes about twice as long as booting Linux once it's finished.
lot's of hardware raid cards have some kind of tex (Score:2)
lot's of hardware raid cards have some kind of text mode GUI or a GUI that looks like the old MS-DOS Editor.
Now it can be a big plus to have gui with mouse to config a raid card with out having to boot a full os.
Why do we need that (Score:3)
"UEFI, being a pseudo-operating system, can access all of the hardware on the computer — you can surf the internet from the UEFI interface, or backup your hard drives — and it even has a full, mouse-driven GUI"
Why do we need that? Why we can't have a "BIOS" that just boots the bootloader or the system itself and nothing else. Maybe an option from where it should boot (from harddisk, CDROM, network, etc). Just a thing, that don't have the limitations of the old BIOS, but with the sole purpose to boot the system/bootloader as fast as possible and then just go out of the way.
"The fact that all of this boot data is stored on NAND flash or on a hard drive means that there’s a lot more space for things like language localization, boot-time diagnostics (begone meaningless POST beeps!), utilities (backup, restore, malware scanners), and so on."
If the graphic card or the motherboard is broken, all the computer can do is to beep, with UEFI or without. If I need diagnostics and utilities I just use my Linux live-CD or live-USB-stick (like Knoppix or SystemRescueCD). They are easy to use and much more sophisticated.
UEFI sounds like the shiny new GUI interface that nobody will use, but it was developed because the old boring program was too old fashion. Like Nero, with was 50MB and then later became a 1GB full blown suite.
Re: (Score:3)
"While BIOS is fundamentally a solid piece of firmware, UEFI is a programmable software interface that sits on top a computer’s hardware and firmware (and indeed UEFI can and does sit on top of BIOS). "
The f*ck? I thought that thing is to replace the BIOS. Why they didn't just used a Linux distribution and skipped years of development time? So why do I need this UEFI again?
Re: (Score:2)
So why do I need this UEFI again?
So Microsoft can lock down your computer so it only runs code signed by Microsoft.
UEFI benefits to justify the costs? (Score:3, Insightful)
...BIOS’s antiquated limitations were hampering systems...
What exactly are these limitations, in real-world terms? My systems all seem to boot & run fast right now...
If the BIOS has limitations, why not just flash an updated BIOS? All of my machines have had at least one BIOS update since manufacture. No problem.
As for the mini-OS-before-boot concept...I already have a bunch of Linux "Live CDs" that I use to partition drives, image & restore partitions, scan for viruses, etc without having to boot Windows. Why would I want to put a "pre-boot" OS on my hard drive, where it can be hacked and infected?
Someone please enlighten me if UEFI has any real-world benefits to outweigh its costs.
UEFI - pre-boot bloatware (Score:3)
Okay, I'm going to be a dick and say that UEFI is a load of crap. It has its own cute little platform-independent bytecode, which I suppose would come in real handy if you're in the business of selling motherboards that support more than one CPU architecture... wait, what ? And then manufacturers love to store a bunch of extensions on the hard drive, like in the Asus screenshot - but let's not call it an operating system okay ? Hell, Gigabyte even ships a few crappy games as EFI extensions on the motherboard CD.
UEFI is an overdesigned solution to a non-problem. Intel has basically given everyone carte-blanche to bloat up the pre-boot experience. We already had gimmicky mouse-driven BIOSes back in the day, I remember one as far back as the 286, where AMI had replicated a Windows 2.0 style GUI. Pointless, slow, but hey it's shiny right ? :P
What the BIOS needed was an update from its 35 year old roots - a little less 16-bit legacy cruft, a little more forward compatibility for the 64-bit era. What we got instead was a reinvention of the wheel that doesn't actually solve much. It simply replaces one simple interface with another. Instead of VESA VBE, we now use GOP, which provides (dun dun dun!) a linear frame buffer. Instead of calling interrupt 13h for disk access, we now call a C++ object. Nothing has really changed, except for the bloat.
Re:Slashdot (Score:5, Insightful)
Re: (Score:2)
What is the probability that vendors won't exploit the lock-in capabilities with UEFI? I bet close to 0%.
Good luck trying to convince people that vendor lock-in is a bad thing, though. Seems like most just want a fucking iPad so they can play Angry Birds...
Re:Slashdot (Score:5, Insightful)
Re:Slashdot (Score:4, Interesting)
Re: (Score:2)
Wiping your hard disk when installing a new OS, or re-imaging a computer could have disastrous effects.
Better buy that Extended Service Plan! Best Buy has professionals that can reinstall your OS for you! What, you want to do it yourself? What are you, some sort of hax0r?!!?
Re:Slashdot (Score:4, Insightful)
Re: (Score:2)
And then watch the resurgence of the whitebox.
That's assuming there are any vendors left to purchase the parts from to put it together.
As it is now the whitebox market is pretty damn niche as compared to the computer market overall. The death of the homebuilt PC has been heralded for years while we all scoffed, but not only is it happening, it's being deliberately driven that direction not only by the companies that benefit from vendor lock-in but consumers themselves. PC Gaming is being deliberately killed off in lieu of DRM-laden consoles and the c
Re: (Score:2)
Matthew Garrett explains secure boot implications (Score:4, Informative)
so there is no diffrence then bewteen (Score:2)
UFIA and UEFI. The latter means Un-Expected Finger Insertion
Re:Matthew Garrett explains secure boot implicatio (Score:4, Insightful)
What are the chances that the secure boot is a simple switch that we can change?
Slim. Otherwise, trojan horse programs that claim to "make Windows faster" would ask the user to turn off secure boot and restart so that they can "do their job" (actually install malware).
Re: (Score:2)
I would actually be surprised if UEFI didn't support this.
Microsoft will presumably refuse to 'Windows certify' motherboards which allow you to turn off 'secure boot'. All for the user's security, of course.
They've wanted a completely locked-in system for a decade or more since they started pushing DRM. They couldn't do that with the old BIOS, but they can now; if not in this generation then they will for 'Windows 9' once the old BIOS-based motherboards are gone.
Re: (Score:3)
Like movie DVD players there are bound to be one or two manufactures who will leave in a back door to allow install of any OS. Also, any lock in specifically designed to only allow Windows to work will either be worked around or will result in another anti-trust lawsuit for MS.
Another scenario is that Linux users will buy Macs to run Linux, since Macs already support EFI. Then seeing the impact of this other companies will try to add ways of installing Linux.
I think in the long run we have nothing to worry
Re:Slashdot (Score:4, Insightful)
Right - and Apple's MacOS X always has required EFI or UEFI and not BIOS on Intel processors (and even have their own proprietary partition map rather than MBR or GPT), so it's not like the tech itself is the problem, it's the vendor lockout possibility that Microsoft may use that is the problem. Even then it doesn't stop you from running Linux in a virtual machine, but the fact that you can't install Linux as the primary boot or set up a dual boot system on Windows preloaded PCs is what people are complaining about.
While Linux supports UEFI, I have never known anyone to install with it, but I know of at least one person that could - me. From what I remember, Windows 64 bit (Vista or 7 I think - I don't think XP 64 bit supported it) needs to be installed with UEFI/GPT partitioning or BIOS/MBR partitioning and it defaults to the latter, but it can be changed. I thought that maybe setting it up with UEFI I could make it dual boot MacOS X on non-mac hardware but I never got that working (I did manage to get it working in a VM on my laptop, however - on my desktop I believe my hardware got invalidated for not supporting Vx instructions, whereas on my laptop I have hardware essentially identical to a machine Apple ships). As far as Apple's legal requirements go, I own a real mac too, and I think their EULA is on shaky ground because copyright law allows me to back up licensed software on any hardware I want.
Re: (Score:2)
I ran Ubuntu on my MBP for a while. Since EFI isn't that widely used on Linux, it makes for a fun time if you need to configure anything..
It just convinced me to buy a Dell for my next machine, since Dell were actually selling machines preloaded with Ubuntu, with good old BIOS, so I could be sure that the hardware was supported.
Re:Slashdot (Score:5, Informative)
OSX uses GPT partition maps on x86 machines, they only had their own partition map on PPC systems. Current OSX running on x86 macs can still read disks which use the PPC partition map (as can linux), but can't boot from them.
Linux has supported EFI for a long time, and Intel have been pushing EFI for a long time.... We would have had EFI many years ago, only MS never bothered to support it until very recently.
Re: (Score:2)
It is just a side effect that it would prevent other operating systems who don't have the correct security systems in place to sign their boot loaders from installing.
Such as any homemade operating system [osdev.org] or any other operating system whose user base is too small to convince a major OEM to sign its key.
Re: (Score:2)
That's only short term thinking, if a large portion of people buy systems with windows preinstalled, and then wipe it to install something else sooner or later OEMs will catch on to this and start providing systems either blank or with whatever people are replacing windows with... At which point, MS stop making any money.
Also MS want to sell you other products, which generally only run on their OS... If you've wiped it and installed something else you won't be sending any more money their way.
They absolutel
Re:Slashdot (Score:5, Informative)
Re: (Score:2)
There's nothing wrong with Slashdot "articles" contradicting themselves, because they are not articles written by Slashdot staff. They are stories submitted by users and there's nothing wrong in contradiction arising out of two stories (which are basically opinions based on some facts) submitted by two different people.
Whoa!
You mean we don't all agree on everything?
I'm in danger of forming an opini... Nope, it went away.
Re:Slashdot (Score:5, Informative)
Re:Slashdot (Score:4, Informative)
It seems that EFI may not be the brilliant thing that it is supposed to be. Somebody doing a lot of work involving it blogs here - http://mjg59.dreamwidth.org/ [dreamwidth.org] - and there are lots of depressing things to read there. To quote from the page:
> It's an awful thing and I've lost far too much of my life to it. It complicates the process of booting for no real benefit to the OS. The only real advantage we've seen so far is that we can configure boot devices in a vaguely vendor-neutral manner without having to care about BIOS drive numbers. Woo.
Re: (Score:2)
Since that quote is wrong, I don't think I;ll bother with the link.
Re: (Score:3)
Try to boot to a partition greater than 2TB on Bios.
Try using a mouse in BIOS (Hint, if you're using a mouse, you are not in BIOS)
Additionally, EFI doesn't have to do sanity checks on the HW every boot like BIOS, doesn't require reboot when changing RAM like BIOS. It is superior to BIOS in almost all ways because it has more features and can boot much faster.
The benefit is beyond the OS, it goes to whole system management. But the average Joe won't care about most of these things because they don't ever go
Re: (Score:3, Informative)
Re: (Score:2)
Re: (Score:3)
I used a BIOS setup WITH mouse pointer support around before year 2000
Re: (Score:2)
It is superior to BIOS in almost all ways because it has more features and can boot much faster.
Perhaps it 'can', but the real world my quad-core 3GHz i5 UEFI system takes twice as long to start booting Linux as my dual-core 1.6GHz Atom system with an old-fangled BIOS.
And it's not disk spinup time because the i5 has an SSD whereas the Atom has a 'green' hard drive.
Re: (Score:3)
Re: (Score:3)
Does it still throw the CPU into busy loops and leave the CPU too overheated to boot an OS that bothers to check the temp sensors after less than 1 minute of configuring? Yes, my BIOS does that.
Re: (Score:3)
They are just that, article about what is going in in the industry. There isn't a 'Side' to be pushed.
And no, it's not lost on me that someone with the UID of 'North Korea' thinks that a news site should only push one side of a discussion.
That said, the issues wasn't Win 8 using UEFI, there in a position to abuse UEFI by buying the OEMs.
Re: (Score:3)
There isn't a 'Side' to be pushed.
But there is a side to be pushed. The side that says that UEFI is a good idea at all. It isn't.
It's an awful thing and I've lost far too much of my life to it. It complicates the process of booting for no real benefit to the OS. The only real advantage we've seen so far is that we can configure boot devices in a vaguely vendor-neutral manner without having to care about BIOS drive numbers. Woo.
That quote is spot on. UEFI is a giant stack of unnecessary abstract
Re: (Score:3, Insightful)
The plural is viruses. Also, the boot sector is on your disk. There have been attacks that hit the firmware/bios for a long time. Someone doesn't remember CIH/Chernobyl.
Re: (Score:2)
Re: (Score:2)
You could substitute just about any class of software for "games" at this point -- a lot of money is being spent on license enforcement, and vendors would prefer if they cou
Re: (Score:2)
It's called U-boot. This is just an attempt to lock out open source.
Fixed that for you. Just like Androids, sever vendors will remain unlocked, or give out the keys to owners. There will be hacking forums. And a lot of pissed off users when the next OS comes along, and won't run. It will be fun!
Sever, several, or server? (Score:2)
Just like Androids, sever vendors will remain unlocked, or give out the keys to owners.
By "sever" did you mean "cut off"? I don't think you did. So you meant either "several", which is OK, or "server", which excludes people who want to buy laptops. Which?
Re: (Score:3)
I'm sure the parent meant "severe vendors."
Re: (Score:2)
Yes!
Re: (Score:2)
Re: (Score:2)