LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 03-24-2024, 09:39 PM   #1
jfortier
LQ Newbie
 
Registered: Mar 2024
Posts: 5

Rep: Reputation: 0
Unhappy Thinkpad T14s - Slackware won't boot


I have a Thinkpad t14s on which I recently installed slackware current. The installation went smoothly. The problem is booting - when the computer turns on, it should recognize the OS and boot to it. Instead, I'm stuck in the select boot device screen. Choosing to boot Slackware only makes the screen flash and then reappear.

I already turned off secureboot. Any ideas on which settings I should try changing? I've already tried slackware 15 and both LILO/ELILO.

I'm new to this distro. All the guides I could find only say that I need to partition a swap and a /. But I'm used to making a /boot/efi as well ¯\_(ツ)_/¯

Edit: I tried the KMS option during installation and now I can get to an ELILO 3.16 screen, but it stops after two lines. No luck with LILO

Last edited by jfortier; 03-24-2024 at 10:14 PM.
 
Old 03-25-2024, 07:05 AM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Since I see the Windows Logo under your user name. You trying to dualboot? Is Windows involved.

Maybe a Windows setting is stopping you. Might try a different kernel boot also.

I have 5.10 when 6.1 won't boot. But my IBM has no Windows and my gear is older than yours. You Might need a newer kernel than me.

https://www.lenovo.com/us/en/p/lapto...l)/len101t0014

Oh.

https://www.linuxquestions.org/quest...re-4175735247/

Last edited by rokytnji; 03-25-2024 at 07:14 AM.
 
Old 03-25-2024, 09:16 AM   #3
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,350

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Code:
All the guides I could find only say that I need to partition a swap and a /
For uefi mode a fat32 partition flagged esp/ef00 is needed. For lilo, csm needs to be enabled. If still having trouble with elilo, suggest using grub.
 
Old 03-25-2024, 09:50 AM   #4
biker_rat
Member
 
Registered: Feb 2010
Posts: 369

Rep: Reputation: 220Reputation: 220Reputation: 220
That laptop is newer model, it is almost certain to be uefi only. http://slackware.uk/slackware/slackw...EADME_UEFI.TXT
 
Old 03-25-2024, 10:26 AM   #5
jfortier
LQ Newbie
 
Registered: Mar 2024
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by rokytnji View Post
Since I see the Windows Logo under your user name. You trying to dualboot? Is Windows involved.
[/url]
Nope, this is a different computer.

Quote:
For uefi mode a fat32 partition flagged esp/ef00 is needed.
Is this possible to do with cfdisk? I don't see an option relating to esp/ef00
 
Old 03-25-2024, 12:14 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,350

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Yes, It may be called ef or efi
 
Old 03-26-2024, 03:09 PM   #7
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 589

Rep: Reputation: Disabled
Quote:
Originally Posted by jfortier View Post
I'm new to this distro. All the guides I could find only say that I need to partition a swap and a /. But I'm used to making a /boot/efi as well ¯\_(ツ)_/¯
Welcome to Slackware! I think that https://slackware.uk/slackware/slack...EADME_UEFI.TXT will be useful reading material.
 
Old 03-27-2024, 12:45 AM   #8
quickbreakfast
Member
 
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 335

Rep: Reputation: Disabled
Quote:
Originally Posted by jfortier View Post
now I can get to an ELILO 3.16 screen, but it stops after two lines. No luck with LILO
The machine is looking for elilo, so it does not surprise me that you have no luck with lilo.

Please post your /boot/efi/EFI/Slackware/elilo.config file.

I'd also be interested in knowing what files are in /boot/efi/EFI/Slackware.

edit to what. What message(s) do those two lines contain?

Last edited by quickbreakfast; 03-27-2024 at 12:47 AM.
 
Old 03-27-2024, 01:19 AM   #9
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,575
Blog Entries: 19

Rep: Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453
UEFI-based computers can boot Linux either with GRUB or elilo. GRUB has drivers for various filesystems and can therefore find your kernel and initrd, whatever partition they live on. Elilo can only read FAT filesystems, so it requires both the kernel and the initrd to be on the same EFI system partition (ESP) as itself.

Also Slackware does not provide an initrd for you. Unless you are booting with the huge kernel, you have to build your own initrd image using the mkinitrd script and copy it over to the ESP. Did you do that?

If elilo can't find the kernel it was told to look for, or if you don't have a working initrd for that kernel alongside it on the ESP, it will flash back to the menu.
 
Old 03-27-2024, 08:41 PM   #10
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
It's a long shot, but you might try booting to a Live CD/USB of something, mounting the Linux partition, and looking at the file, /var/log/boot.log. It may give you some hints as to where the boot process is failing.
 
  


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] Thinkpad T14s BIOS settings - Can't load slackware jfortier Linux - Laptop and Netbook 5 04-03-2024 05:13 AM
[SOLVED] Thinkpad T450s vs Thinkpad T480s dave67 Linux - Hardware 8 10-16-2021 12:44 PM
[SOLVED] Slackware 14.1 won't boot on thinkpad t61 insectiod Slackware 8 12-15-2013 06:43 AM
thinkpad 600x won't boot up from cd Bit Linux - Newbie 2 11-15-2002 01:51 PM

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

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