LinuxQuestions.org
Help answer threads with 0 replies.
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 08-19-2021, 11:35 AM   #16
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 573

Rep: Reputation: 445Reputation: 445Reputation: 445Reputation: 445Reputation: 445

Quote:
Originally Posted by ssslackw View Post
1. I have my laptop booted from UEFI only and CSM enabled in the BIOS settings
2. I used gdisk to partition my harddisk gpt table;
\dev\sda1 \BIOS Partition
\dev\sda2 \EFI Partition System

...

3. Went to setup, and I got a complaint about
"Linux partition is not detected"
Having both a BIOS partition and an EFI partition seems odd, somehow. What does "gdisk -l /dev/sda" show?
 
Old 08-19-2021, 11:50 AM   #17
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,868

Rep: Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684Reputation: 1684
did you install 64 or 32 bit?
 
Old 08-19-2021, 02:59 PM   #18
quickbreakfast
Member
 
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 362

Rep: Reputation: Disabled
Quote:
Originally Posted by ssslackw View Post
It has been a very long while since I have installed Slackware.
While I am a relative Slackware newbie, but welcome back.

Quote:
I used gdisk to partition my harddisk gpt table;
\dev\sda1 \BIOS Partition
Why do you have a BIOS a partition? Isn't the BIOS part of the motherboard?

Quote:
3. Went to setup, and I got a complaint about
"Linux partition is not detected"
My bet is that neither /sda3 or sda4 where written to the disc before you quit fdisk.
 
Old 08-19-2021, 04:07 PM   #19
ssslackw
Member
 
Registered: Aug 2005
Posts: 61

Original Poster
Rep: Reputation: 2
Hi all,
After few trial and errors, I have finally got the slacker installed in my laptop.
For those who may use cfdisk or gdisk to partition a gpt partition table and use their filesystem types (linux home or linux x64 root), I noticed that when they were not be recognized. Therefore, it gave the " linux partition not detected" message.
This was solved by using the generic "linux filesystem", and configured in the setup part.

I used Slackware for many years before I switched to other linux distribution, not by choice though. I still think it is the best distribution if you want to get to set things up yourself.

Glad it is back to life!!!
 
1 members found this post helpful.
Old 08-19-2021, 08:02 PM   #20
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 365Reputation: 365Reputation: 365Reputation: 365
Quote:
Originally Posted by ssslackw View Post
Hi,
Thank you so much for all the replies.
It has been a very long while since I have installed Slackware. Anyway going back to my problem.
1. I have my laptop booted from UEFI only and CSM enabled in the BIOS settings
2. I used gdisk to partition my harddisk gpt table;
\dev\sda1 \BIOS Partition
\dev\sda2 \EFI Partition System
\dev\sda3 \Linux 64 root
\dev\sda4 \Linux home
\dev\sda5 Swap


3. Went to setup, and I got a complaint about
"Linux partition is not detected"

Any clue on what is going on.

Thanks
Sizes of BIOS and EFI partitions would be appreciated.

EDIT - What format are you using for the partitions?

Last edited by Gordie; 08-19-2021 at 11:34 PM.
 
Old 08-20-2021, 04:43 AM   #21
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,420
Blog Entries: 21

Rep: Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894
Quote:
Originally Posted by quickbreakfast View Post
Why do you have a BIOS partition? Isn't the BIOS part of the motherboard?
He means the BIOS boot partition. This is needed if you are booting a gpt disk from a BIOS (or a UEFI in legacy mode) and using GRUB to do it.
 
1 members found this post helpful.
Old 08-20-2021, 04:47 AM   #22
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,420
Blog Entries: 21

Rep: Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894Reputation: 4894
Quote:
Originally Posted by Gordie View Post
Sizes of BIOS and EFI partitions would be appreciated.

EDIT - What format are you using for the partitions?
The BIOS boot partition shouldn't have any kind of filesystem on it. Leave it blank. And it can be quite small, MB rather than GB.

If you are using an EFI partition (ESP), it must be formatted fat32. It doesn't have to be very large as long as you curate it properly, removing old kernels and initrds as they become obsolete. We had one post recently from someone who didn't do that and ended up with an overflowing partition.

Last edited by hazel; 08-20-2021 at 04:48 AM.
 
Old 08-20-2021, 06:58 AM   #23
ssslackw
Member
 
Registered: Aug 2005
Posts: 61

Original Poster
Rep: Reputation: 2
Thumbs up

Hi,
Thanks for all your help. To recap what I did:
1. Used Rufus to burn the iso onto a usb stick with "gpt' format;
2. Created the following gpt partition table with "gdisk"
- /dev/sda1 /efi system
/dev/sda2 /Linux filesystem
/dev/sda3 /Linux filesystem
/dev/sda4 /swap

3. When the installer scanned the partition table
- mounted /dev/sda2 to /
- mounted /dev/sda3 to /home

The installer should be able to continue.

Great Slackware community!
 
Old 08-20-2021, 10:09 AM   #24
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 365Reputation: 365Reputation: 365Reputation: 365
Thank you Hazel

Quote:
Originally Posted by hazel View Post
The BIOS boot partition shouldn't have any kind of filesystem on it. Leave it blank. And it can be quite small, MB rather than GB.

If you are using an EFI partition (ESP), it must be formatted fat32. It doesn't have to be very large as long as you curate it properly, removing old kernels and initrds as they become obsolete. We had one post recently from someone who didn't do that and ended up with an overflowing partition.
Thanks to you for the clarification and the explanation Hazel. Sadly, it can't help my situation but If I spring for a newer computer it most certainly will
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LXer: Qt 5.2 RC1 Released Along Side Qt Creator 3.0 RC1 LXer Syndicated Linux News 0 11-29-2013 11:11 AM
Linux Mandrake 10 RC1 -- Forget it on Laptop 1kyle Mandriva 5 03-25-2004 06:29 PM

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

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