LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-25-2015, 08:57 PM   #1
Roy.Geer
LQ Newbie
 
Registered: Feb 2015
Posts: 18

Rep: Reputation: Disabled
Do all distros supports UEFI


Hi

I've build my desktop from scratch a long time ago and it's using the standard BIOS.

I am planning to get a laptop at some time and it has windows 8.1 with UEFI. My plan to to wipe windows off the thing and install linux.

I will be dealing with UEFI for the first time, so my question is, do I need to get an UEFI supported distro or will any linux distro detect the UEFI and install accordingly?

Thanks

Last edited by Roy.Geer; 02-25-2015 at 08:58 PM.
 
Old 02-26-2015, 12:02 AM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
can't you disable uefi in bios?

if you are buying laptop i would suggest you that you buy without windows (this means freedos or linux) so you don't pay MS for the licence.
 
Old 02-26-2015, 12:14 AM   #3
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Does Your Distribution Support EFI?

As I write (in late 2013), most Linux distributions support EFI; in fact, most have supported it for years. The quality of that support varies from one distribution to another, though. In my estimation, the quality of EFI support is best in Fedora and drops off through OpenSUSE, Ubuntu, and Mint, to name a few popular distributions. Some more "do-it-yourself" distributions, such as Gentoo, don't officially support EFI, but their nature makes it easy to add EFI support to them. In fact, it's possible to add EFI support to any Linux distribution: You need to install it (even in BIOS mode) and then install an EFI boot loader on the computer. See my Managing EFI Boot Loaders for Linux page for information on how to do this.

You should check your distribution's feature list to determine if it supports EFI. You should also pay attention to your distribution's support for Secure Boot, particularly if you intend to dual-boot with Windows 8. Note that even distributions that officially support Secure Boot may require that this feature be disabled, since Linux Secure Boot support is often poor or creates complications.
Source: http://www.rodsbooks.com/linux-uefi/

A quick search found this. Try it some time.
jdk
 
Old 02-26-2015, 12:51 AM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,124

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Quote:
Originally Posted by yooy View Post
can't you disable uefi in bios?
No, you can't.
Several options can be disabled, and it can appear to be in "BIOS mode", but if you have UEFI firmware, you can't have a BIOS.

All the modern distros seem to handle UEFI ok these days - if in doubt pick one of the popular ones. Fedora, Arch, Mint certainly handle it seamlessly.
 
Old 02-26-2015, 12:53 AM   #5
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Roy.Geer,

All major Linux distributions support UEFI.

You don't have to wipe W8.1 necessarily, although that is what I do.

You can dual boot Linux and W8.1:
http://www.dedoimedo.com/computers/d...-8-ubuntu.html

The above link features Ubuntu 14.04 but you can use whatever you prefer. Have a look at Linuxed which specialises in reviewing Linux distros:
http://mylinuxexplore.blogspot.co.uk/

My preference is for LM 17.1 MATE:
http://mylinuxexplore.blogspot.co.uk...te-review.html

You don't even need to buy a brand new laptop. There are lots of good used laptops available, including plenty of “low-mileage” W8.1 machines which are for sale simply because their owners cannot cope with this operating system and just want rid of them.
Their loss is your gain.

With a UEFI laptop you will need to access Startup/BIOS, disable secure boot, enable legacy mode and change the legacy boot order. See post #4 on:
http://www.linuxquestions.org/questi...uy-4175534783/

Last edited by beachboy2; 02-26-2015 at 12:56 AM.
 
1 members found this post helpful.
Old 02-26-2015, 12:57 AM   #6
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Quote:
Originally Posted by syg00 View Post
No, you can't.
Several options can be disabled, and it can appear to be in "BIOS mode", but if you have UEFI firmware, you can't have a BIOS.

All the modern distros seem to handle UEFI ok these days - if in doubt pick one of the popular ones. Fedora, Arch, Mint certainly handle it seamlessly.
I read some ASUS/Gigabyte motherboards support hybrid BIOS/UEFI.
 
Old 02-26-2015, 01:42 AM   #7
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
It is actually part of the official UEFI specification that the firmware ("BIOS") should have an option to disable EFI-mode and boot up in "Legacy" mode (sometimes called "CSM").
http://www.uefi.org/specifications

All UEFI systems should have this option -- if you choose a distribution that does not support EFI-mode booting you can just select "CSM" or "Legacy" mode from your firmware ("BIOS") options and party like it's 2010...
 
1 members found this post helpful.
Old 02-26-2015, 11:09 AM   #8
Roy.Geer
LQ Newbie
 
Registered: Feb 2015
Posts: 18

Original Poster
Rep: Reputation: Disabled
Thanks everyone for the replies. Once I get the laptop, and depending on what I can customize on the UEFI firmware, I will explore all those options given.

@ yooy

According to your quote
Quote:
if you are buying laptop i would suggest you that you buy without windows (this means freedos or linux) so you don't pay MS for the licence.
If I had the money to pay in full, I would opt for a good laptop from system76. But, I am buying my laptop on monthly installments from QVC and they only have MS windows on it.

Last edited by Roy.Geer; 02-26-2015 at 11:10 AM.
 
Old 02-26-2015, 11:53 AM   #9
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by yooy View Post
can't you disable uefi in bios?

if you are buying laptop i would suggest you that you buy without windows (this means freedos or linux) so you don't pay MS for the licence.
Sadly this isn't an easy option in most countries and means buying very specific laptops from certain brands only with very little choice.
Personally, since I had to buy Windows 8* and the laptop I bought has a 1TB hard drive, I went for dual boot at the moment so that any warranty claim will be easier and for the odd program I want to use which requires Windows -- at the moment that is only Amazon Video but should I apply for any new jobs soon I will likely need Windows at some point in the application process (I know I did for my current position).

*Technically, in a lot of cases, OEM discount from Microsoft, the inclusion of third-party programs and having no need to support any other OS actually makes Windows virtually free for OEMs, hence its ubiquity. This also explains the much broader choice of less expensive Windows machines.

Last edited by 273; 02-26-2015 at 11:57 AM.
 
1 members found this post helpful.
Old 02-26-2015, 12:04 PM   #10
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
I don't really see a problem with Linux and UEFI. Just disable secure boot and I am sure it will work unless it is a really old distro.
 
Old 02-26-2015, 10:16 PM   #11
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
UEFI doesn't seem to be very standard. Hopefully you have a way to boot legacy in case.

It shouldn't be too hard to get a known working system up. As always laptops are more trouble.

I'd think that more popular makers or larger makers of laptops may support linux a bit better out of the box.

We can't however assure you that your choice will work.
 
Old 03-01-2015, 03:05 AM   #12
AvinashSam
LQ Newbie
 
Registered: Jan 2015
Location: India
Distribution: Kali
Posts: 11

Rep: Reputation: Disabled
Do all distros supports UEFI

I m using sony vaio with windows 8,but I use dual boot for Kali linux .uefi for windows and legacy for linux..it doesn't cause any problem so its better having both modes
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FreeBSD-10.1-RC3-amd64-uefi-DON'T DETECT LSI MEGARAID 9240-4i S3TH76 *BSD 8 01-15-2015 02:10 AM
Which Linux distros have UEFI-aware installation media? dhave Linux - Hardware 5 10-09-2012 11:28 AM
Help Creating UEFI A MENU For My Bootable (BIOS/UEFI) CDROM ssenuta Linux - Hardware 0 08-27-2012 09:11 PM
Anyone knows where to find the fw-detect command ? (for firmware/wireless detect) frenchn00b Debian 5 01-13-2010 05:53 AM
Distros, distros, distros...slight rant.. Jamesb427 Linux - Distributions 1 05-31-2007 03:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration