LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 04-01-2013, 11:12 AM   #1
slaka
Member
 
Registered: Oct 2012
Distribution: Slackware 14.0 86x
Posts: 43

Rep: Reputation: Disabled
GPT, UEFI and BIOS Legacy


Hey,

I have been trying to install Linux to my laptop since I got it but without any success.
There are plenty information about installing Linux in this kind of conditions -- but I find information confusing, hard to understand or it just doesn't work.

So, so far I have done these things:
1. Made standard Slackware 14 installation from USB drive, no problems there. Made partitions with 'gdisk' of type 'fat'. One for root and one for home.

2. Have been trying to boot this installation by using: supergrubdisk/, Slackware installation USB drive (passing custom command 'boot: hugesmp.s root=/dev/sda7/ rdinit=ro' and without rdinit=ro, getting kernel panic).
With GRUB super disk same thing, 'not syncing VFS....' and 'init not found.....'

3. Installed Ubuntu with 'WUBI', it looked promising but after rebooting I got error message saying that 'somefileidontremember.efi' is missing.

4. Installed 'elilo' -- LILO for EFI but wasn't able to make it work, it just didn't work at all.

5. Have heard about GRUB2, but as far as I readed instructions, I find everything too advanced and confusing


I really don't care about distribution (no Ubuntu), just want to successfully boot Linux up.
I'm also cool booting Linux from usb drive.
 
Old 04-01-2013, 03:39 PM   #2
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
You do not have to use BIOS legacy. GRUB2 successfully boots from EFI mode on my machine. All that needs to be done is to disable Secure Boot in EFI. I use the GPT disk partitioning scheme on my laptop's hard drive successfully.

I would avoid WUBI to install to an existing Windows partition. It is a filesystem inside a file on the Windows partition, and is very vulnerable to hard crashes.
 
Old 04-02-2013, 05:12 AM   #3
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by slaka View Post
Hey,

1. Made standard Slackware 14 installation from USB drive, no problems there. Made partitions with 'gdisk' of type 'fat'. One for root and one for home.

2. Have been trying to boot this installation by using: supergrubdisk/, Slackware installation USB drive (passing custom command 'boot: hugesmp.s root=/dev/sda7/ rdinit=ro' and without rdinit=ro, getting kernel panic).
With GRUB super disk same thing, 'not syncing VFS....' and 'init not found.....'
Although I'm not sure if 2 is the result of 1, why did you make your partitions type 'fat'? Use a native(?) Linux one like ext3.
 
Old 04-03-2013, 06:49 PM   #4
Soapm
Member
 
Registered: Dec 2012
Posts: 182

Rep: Reputation: Disabled
Quote:
Originally Posted by goumba View Post
You do not have to use BIOS legacy. GRUB2 successfully boots from EFI mode on my machine. All that needs to be done is to disable Secure Boot in EFI. I use the GPT disk partitioning scheme on my laptop's hard drive successfully.

I would avoid WUBI to install to an existing Windows partition. It is a filesystem inside a file on the Windows partition, and is very vulnerable to hard crashes.
What kind of laptop do you have? I suspect Sony has my Vaio locked to Windows8 in EFI mode because that's all I can get to boot no matter what I do. I've even blanked out the drive and tried a new Linux install and it wouldn't boot for some reason. Kept saying no OS found.
 
Old 04-03-2013, 08:47 PM   #5
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
For Slackware, did you try this.
 
Old 04-10-2013, 12:43 AM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
It appears the beta cd/dvd listed has efi, also beta 3 will do automatic/guided partititions & create its own efi.
http://forums.debian.net/viewtopic.php?f=16&t=81120
http://cdimage.debian.org/cdimage/
 
Old 04-16-2013, 12:15 PM   #7
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
I think one big problem with this whole EFI stuff is that the working install procedure varies quite a lot between different motherboards.

I have an asus laptop and I have not yet come across any Linux installer that worked out of the box. The only way I got it working was using a bootable usb drive with an EFI shell to create boot entries manually.
I have posted the procedure that was successfull on my machine here. (Hope this link to an external forum is appropriate)

I have reused this procedure successfully for other distros as well (Archbang and Aptosid) so it's not limited to Crunchbang.
 
Old 04-17-2013, 07:25 AM   #8
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by joe_2000 View Post
I have an asus laptop and I have not yet come across any Linux installer that worked out of the box. The only way I got it working was using a bootable usb drive with an EFI shell to create boot entries manually
I have as Asus Vivobook laptop, and the Wheezy D-I worked just fine, once SecureBoot was disabled.

Unfortunately, it seems the problem is that as long as EFI has been around, there are a few distributions that have been a little on the slow side to adopt EFI, or do so properly.

The lastest live Ubuntu image worked without issue on the same laptop, while Mint had an admittedly broken EFI implementation on an installed operatying system. Unfortunately this whole EFI thing as of now is a shot in the dark if a specific distro will work or not without some effort.

Last edited by goumba; 04-17-2013 at 07:31 AM.
 
Old 04-17-2013, 07:28 AM   #9
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by Soapm View Post
What kind of laptop do you have? I suspect Sony has my Vaio locked to Windows8 in EFI mode because that's all I can get to boot no matter what I do. I've even blanked out the drive and tried a new Linux install and it wouldn't boot for some reason. Kept saying no OS found.
Sorry for the delay. I have an Asus Vivobook S200. I disabled secure boot, plugged in a USB stick with Wheezy D-I, and selected it from the boot manager and installed. I did not at any time disable Fast Boot nor enable CSM. My laptop works fine with them enabled, and Wheezy is the only OS on the machine.
 
  


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
Booting Slackware 14 with UEFI and GPT rkelsen Slackware 4 02-10-2013 05:43 AM
[SOLVED] Slackware 14.0, UEFI and GPT -- installation in unfamiliar environment slaka Slackware 3 01-05-2013 08:16 AM
[SOLVED] Need advice installing slackware to a GPT/UEFI system arubin Slackware 38 10-21-2012 11:31 AM
Help Creating UEFI A MENU For My Bootable (BIOS/UEFI) CDROM ssenuta Linux - Hardware 0 08-27-2012 09:11 PM
[SOLVED] Boot Loader Problem on Slackware64 13.37 (UEFI & GPT disk) ack_iix Slackware 22 07-12-2012 06:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:40 PM.

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