LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-17-2012, 04:19 PM   #31
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

I added a summary of my own findings to the Slackware Documentation Project:

http://docs.slackware.com/howtos:ins..._uefi_hardware
 
2 members found this post helpful.
Old 10-17-2012, 04:31 PM   #32
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Original Poster
Rep: Reputation: 75
I have tried creating a USB EFI disk as described but it doesn't seem to work.

When I try and boot the boot manager appears to recognise it as a UEFI boot but when I select it the lilo screen does not come up and the boot passes to whatever is next on the list.

Alan
 
Old 10-17-2012, 05:13 PM   #33
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by ruario View Post
I added a summary of my own findings to the Slackware Documentation Project:

http://docs.slackware.com/howtos:ins..._uefi_hardware
The page was moved to http://docs.slackware.com/howtos:sla..._uefi_hardware

Eric
 
Old 10-18-2012, 03:47 PM   #34
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Original Poster
Rep: Reputation: 75
Well I am part of the way there.

My mistake was that I had used the elilo ia64.efi file.

Now I can boot with a kernel on the USB disk but

I do not get an elilo menu and I cannot get it to boot using the kernel on my hard drive.
This is elilo.conf

Quote:
prompt
timeout=50
default=generic

image=vmlinuz-generic-3.2.29
label=generic
initrd=initrd-3.2.29
read-only
root=/dev/sda1

image=vmlinuz-huge-3.2.29
label=huge
initrd=initrd.gz
read-only
root=/dev/sda1
It occurs to me shouldn't it be image=/boot/vmlinuz-generic-3.2.29 ?
 
Old 10-19-2012, 12:31 AM   #35
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
No it shouldn't. You need to copy the kernel (and any initrd) over to the esp (efi system partition) and place them in exactly the same directory as elilo. elilo cannot read linux partitions, so the kernel has to be copied onto the esp with it.

You won't see a menu. To choose between the kernels you type the label at the boot prompt (e.g. type generic or huge) and hit enter, or just hit enter for the default (in your case generic). If you type nothing then after 5 seconds ("timeout" is in tenths of a second) it would boot generic.
 
Old 10-19-2012, 12:35 AM   #36
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
Quote:
Originally Posted by arubin View Post
My mistake was that I had used the elilo ia64.efi file.
I am not sure that was a mistake. I don't think you can buy a motherboard for a Desktop/Notebook PC with EFI that isn't 64-Bit compatible. It is important that you follow the steps on the wiki and rename it and place it in the correct directory with the other files.
 
Old 10-19-2012, 07:43 AM   #37
jtsn
Member
 
Registered: Sep 2011
Posts: 922

Rep: Reputation: 480Reputation: 480Reputation: 480Reputation: 480Reputation: 480
Quote:
Originally Posted by ruario View Post
I am not sure that was a mistake. I don't think you can buy a motherboard for a Desktop/Notebook PC with EFI that isn't 64-Bit compatible.
IA64 is a 64 bit architecture, but it is not to be confused with AMD64. The first is the ISA of Intel's failed Itanium, while the latter is also known as x86-64, which is the instruction set of the usual PC CPU today.
 
Old 10-19-2012, 08:13 AM   #38
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Original Poster
Rep: Reputation: 75
Quote:
No it shouldn't. You need to copy the kernel (and any initrd) over to the esp (efi system partition) and place them in exactly the same directory as elilo.
So if I want to run Slackware on sda1 I need to copy kernel and initrd to the usb/efi and specipy root=/dev/sda1?

Actually this is looking less useful than I thought. I was hoping elilo would automatically bring up a menu to choose slackware or windows. I am not sure that I can boot windows from elilo and if anyway I would have to tab for the menu in elilo I might as well stick with my present set up of using grub from slackware and F8 for the BIOS/UEFI menu for windows.
 
Old 10-21-2012, 11:31 AM   #39
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Quote:
Originally Posted by arubin View Post
Well I am part of the way there.

My mistake was that I had used the elilo ia64.efi file.

Now I can boot with a kernel on the USB disk but

I do not get an elilo menu and I cannot get it to boot using the kernel on my hard drive.
This is elilo.conf



It occurs to me shouldn't it be image=/boot/vmlinuz-generic-3.2.29 ?
This was my experience following the how-to as well. Everything works great from the USB stick, just as is expected, but when I create the EF00 partition on the hard drive and copy over elilo the bios doesn't recognize anything as EUFI ready and I get a message that there is no boot media. I tried everything I could think of even just mirroring the entire working USB stick to the hard drive as a proof of concept. Same result. I'm stumped.
 
  


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
[SOLVED] Installing Slackware with GPT partition table Skaperen Slackware 22 12-28-2014 06:33 AM
Slackware and Grub2 - getting a UEFI mb running linuxbird Slackware 16 12-13-2012 08:40 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
[SOLVED] Slackware 13.37 - gdisk choices, MBR, GPT or Blank GPT CFet Slackware - Installation 3 04-01-2011 04:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:58 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