LinuxQuestions.org
Review your favorite Linux distribution.
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-08-2018, 03:38 PM   #1
rshepard
Member
 
Registered: Oct 2007
Location: Troutdale, Oregon
Distribution: Slackware
Posts: 435

Rep: Reputation: 28
ELILO v3.16 for EFI/x68_64: no login prompt


Got the boot options sorted so the new desktop boots -- partially. Now I need advice on how to get it to boot the rest of the way and display a login prompt.

What I see on the screen starts with the subject line above:
ELILO v3.16 for EFI/x68_64
.
Loading kernel vmlinuz ... done

And that's it. No login prompt. Keyboard not recognized; the Enter key does nothing This is with 14.2 installed.

Friday, after the UEFI boot issue was fixed the system rebooted and at the login prompt I logged in as root, then ran halt. Why it stops now where it does needs to be fixed so I can get this system upgraded, configured, and working.

Need more information? Ask and it will be provided.

TIA,

Rich

Last edited by rshepard; 09-08-2018 at 03:40 PM. Reason: Left out information.
 
Old 09-08-2018, 05:21 PM   #2
linuxtinker
Member
 
Registered: Dec 2013
Location: NJ / USA
Distribution: Slackware 64 -Current
Posts: 232

Rep: Reputation: 99
whats in your elilo.conf look like and whats in your ..EFI/Slackware directory...


mine look like this:

Code:
bash-4.4$ ls /boot/efi/EFI/Slackware/
elilo.conf  elilo.conf~  elilo.efi  initrd.gz  vmlinuz	vmlinuz-generic



bash-4.4$ cat /boot/efi/EFI/Slackware/elilo.conf
chooser=simple
delay=1
timeout=1
#
image=vmlinuz-generic
        label=vmlinuz-generic
        initrd=initrd.gz
        read-only
        append="root=UUID=dd19f790-27af-44c2-9a29-5ab7bc2cfcbd vga=normal ro"
bash-4.4$
 
Old 09-08-2018, 08:45 PM   #3
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Rich

boot off the dvd and use cfdisk or fdisk to set the /dev/sda1 boot flag. also go in the BIOS and make sure the UEFI SATA is in the boot list after the UEFI DVD.

did you create an initrd.gz, forget to copy it to /boot/efi/EFI/Slackware?

id you create an initrd.gz, copied, but forgot to edit
/boot/efi/EFI/Slackware/elilo.conf ?

chooser=simple
delay=1
timeout=1
#
image=vmlinuz-generic
label=slackware
initrd=initrd.gz
read-only
append="root=/dev/sda2 vga=normal ro"

image=vmlinuz-huge
label=slackhuge
read-only
append="root=/dev/sda2 vga=normal ro"

Did you edit elilo.conf and use the wrong "root="?
 
Old 09-09-2018, 09:50 AM   #4
rshepard
Member
 
Registered: Oct 2007
Location: Troutdale, Oregon
Distribution: Slackware
Posts: 435

Original Poster
Rep: Reputation: 28
Quote:
Originally Posted by linuxtinker View Post
whats in your elilo.conf look like and whats in your ..EFI/Slackware directory...
Well, as I wrote, I could not boot the system so I could not see elilo.conf. However, as I replied to kingbeowulf directly, and off the forum:


Ed,

This is interesting ... but not definitive.

First, I did not create an initrd because I could not boot the system to
do anything, including setting up the generic kernel.

Second, I turned on the system and the screen telling me to press F1 to
enter BIOS setup displayed. So I turned off the box.

Third, I again turned on the system and kept pressing [Del] until the BIOS
screen appeared. The date and time were set to Jan. 1, 2009 and 00:00. In
other words, the BIOS lost its settings somehow. The pictures of available
boot devices was as yesterday: left-most 'slackware', middle 'SSD',
right-most 'disabled'. So, without changing anything I pressed the button on
the bottom to boot the system.

The ELILO prompt flashed by and the system booted. Really!

Logged in as root I looked at /dev/sda/ with cfdisk. There's no option to
set a partition bootable, probably because the type is GPT, not DOS. And,
/dev/sda1 is shown as EFI system, formatted as type vfat and the Mountpoint
is /boot/efi (mounted).

So, 1) why might the date/time in the BIOS be lost? and 2) why might it
not boot directly from /dev/sda1/?

A curious mind wants to know.

A gen-u-wine puzzler, eh?
 
Old 09-09-2018, 09:56 AM   #5
rshepard
Member
 
Registered: Oct 2007
Location: Troutdale, Oregon
Distribution: Slackware
Posts: 435

Original Poster
Rep: Reputation: 28
linuxtinker/kingbeowulf:

Right after my last post I told the system to reboot. It came up with the ELILO prompt, showed it loaded vmlinuz, and froze. Just what it did before.

Am I correct in thinking this is definitely BIOS related? Why will it boot when I enter the BIOS settings main page, click the 'select boot medium' button, select 'slackware' and click the 'do it' button, but not boot directly?

Rich
 
Old 09-09-2018, 10:40 AM   #6
pr0xibus
Member
 
Registered: Apr 2004
Location: Scotland
Distribution: Slackware
Posts: 215

Rep: Reputation: 44
On your first post it looks like you logged in but it halted, so wouldnt that rule out the BIOS? If you boot from the slackware iso can you mount the efi partition? list both the boot and EFI/Slackware and if present the elilo.conf.

Huge or generic kernel? if generic following from the slackware documentation then mkinitrd and copy both initrd.gz and vmlinuz-generic-4.4.14 -> /boot/efi/EFI/slackware.

I was in a similar position trying out my m2 ssd and moving from mbr to UEFI and LVM, had a few problems but as long as initrd & vmlinuz are in efi/slackware it works
 
Old 09-10-2018, 07:51 AM   #7
rshepard
Member
 
Registered: Oct 2007
Location: Troutdale, Oregon
Distribution: Slackware
Posts: 435

Original Poster
Rep: Reputation: 28
Quote:
Originally Posted by pr0xibus View Post
On your first post it looks like you logged in but it halted, so wouldnt that rule out the BIOS? If you boot from the slackware iso can you mount the efi partition? list both the boot and EFI/Slackware and if present the elilo.conf.

Huge or generic kernel? if generic following from the slackware documentation then mkinitrd and copy both initrd.gz and vmlinuz-generic-4.4.14 -> /boot/efi/EFI/slackware.

I was in a similar position trying out my m2 ssd and moving from mbr to UEFI and LVM, had a few problems but as long as initrd & vmlinuz are in efi/slackware it works
pr0xibus,

I was not sufficiently clear so I'll try again.

I cannot log it. After the system says it has loaded vmlinuz the system is locked. That is, neither keyboard nor mouse have any response. No login prompt is displayed. Only after the first time we got the settings correct could I log in. I did so as root, then shut down the system to take it home.

The installation installs and boots the huge kernel. I was not able to create an initrd or specify the generic kernel because I can not log in to the system to do so.

Everyone has had valid ideas yet none worked here. My conclusion is that the motherboard is defective, specifically the BIOS. I even replaced the CMOS battery because the original one drained by sitting so long. So, today I order new motherboard, CPU, and memory and will put the existing CPU and RAM up for sale.

Thanks for your thoughts,

Rich
 
  


Reply

Tags
14.2 64bit, booting, elilo



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
Allow hibernation on efi based hardware using elilo naikin Slackware 7 07-23-2016 09:42 AM
[SOLVED] Cant boot in EFI mode: elilo doesnt load from the UEFI menu in a Asus motherboard. Linux-at-last Slackware 5 04-03-2014 04:23 PM
Kernel Not Starting in 14.1 with EFI/elilo Skazi Slackware 1 11-21-2013 10:53 PM
[SOLVED] elilo package missing x86_64 EFI binary? cendryon Slackware 6 02-16-2013 07:31 PM
When power is reset Linux server sits at login prompt, want this to login automatical jenniekingsland Linux - Newbie 1 09-07-2010 07:29 AM

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

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