LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-19-2021, 05:48 AM   #1
anon118
LQ Newbie
 
Registered: May 2021
Posts: 8

Rep: Reputation: Disabled
The installation system does not see internal emmc gpt partitions in current.


Hello.
Once again trying to install the current Slackware on a laptop with a 32-bit z3775. The installation system does not see disk partitions (internal emmc) with gpt markup. Although, when you go to the TARGET menu, the EFI section is determined immediately. But in the console, all the partitions of the disk are perfectly visible.
 
Old 05-19-2021, 12:21 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
First of all, welcome to the forum. I hope I can help, at least a little.

Please share more information on this laptop, make, model.
Quote:
laptop with a 32-bit z3775
Intel describes this cpu chip as 64 bit. 32 bit OS's are being dropped quickly, so if it is 64 bit, why not run a 64 bit system?

eMCC drives have been supported for some time. Please tell us exactly what .iso you have been trying to install.

The BIOS/UEFI. These are two different animals. The CPU is 2014 vintage, there were some uefi systems around then, but mainly bios. Are you sure this is a UEFI system?

Quote:
with gpt markup.
Not sure what you mean by this. Can you tell us what tools you used to partition the emcc drive.

An efi partition needs to be formatted with fat32 file system, and flagged as an esp partition. Is this the case?

With more information we may be able to help.

Last edited by camorri; 05-19-2021 at 12:24 PM.
 
Old 05-24-2021, 11:12 AM   #3
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
As camorri mentioned, the Intel Z3775 processor is a 64bit processor.

If you're having issues seeing partitions in the installer, have you verified the partitions are set to the right partition type? The installer only supports the "Linux filesystem" partition type. It doesn't support things like "Linux root (x86-64)" or "Linux home" for the root partition. Can you check the partition types using something like fdisk -l /dev/sda and verify your root partition is listed as "Linux filesystem"?
 
Old 05-24-2021, 02:13 PM   #4
anon118
LQ Newbie
 
Registered: May 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
PHP Code:
why not run a 64 bit system
I have a platform x86 32-bit

PHP Code:
something like fdisk -/dev/sda 
Attached Thumbnails
Click image for larger version

Name:	img.jpg
Views:	31
Size:	264.6 KB
ID:	36467  
 
Old 05-24-2021, 02:35 PM   #5
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Can you tell us what .iso you are trying to install? Without changing the partitions, you need to install in EFI mode, and the boot loader will have to be elilo or grub.

Make sure secure boot is off in the UEFI system. You do not need CSM mode.

First partition is your efi partition, which you need. Partitions 2 and 4 are small swap partitions. That is OK, not sure why you have 2.

Partition 3 looks just big enough for a full install. It will be tight when you start adding more programs.

Partition 5 is fine for /home.
 
Old 05-24-2021, 03:29 PM   #6
anon118
LQ Newbie
 
Registered: May 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
what .iso
packages /home/slackware from https://ftp.heanet...rent-18_May_2021-DVD.iso

secure boot is off
 
Old 05-24-2021, 03:59 PM   #7
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
How did you make the DVD? Does it boot normally? Did you do a md5sum check on the file?

Please give some details what happens when you try to install. Errors? if yes, post them.
 
Old 05-24-2021, 10:02 PM   #8
anon118
LQ Newbie
 
Registered: May 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
It is difficult at first to deal with all the intricacies of configuration during installation.
Is it possible to somehow install all device drivers at this stage (right in the console) to exclude the reason for not recognizing the internal emmc gpt partitions by the setup from the hardware?
Can setup scripts be modified?
And how to install the system without setup?
 
Old 05-25-2021, 05:23 AM   #9
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
It is difficult at first to deal with all the intricacies of configuration during installation.
If you are new to linux, and this is your first attempt to install Slackware, I understand. We have all been there.

Quote:
Is it possible to somehow install all device drivers at this stage (right in the console) to exclude the reason for not recognizing the internal emmc gpt partitions by the setup from the hardware?
Not to the best of my knowledge. Let me explain. The installation media should boot the system, it will, if you have a basic system that is functiuonal. ( not broken ). Device drivers in linux they will be loaded by the kernel during install. To be clear, this is the kernel on the installer media.

Please take a few minutes and look at this link -->http://docs.slackware.com/slackware:install

Under the heading Booting The Installer, you will see a screen shot. Do you see this image? The image there is for 64 bit system, 32 bit installer will look very similar.

If you can not get this image, something besides the emcc is giving you problems. You don't need a hard drive of any kind to get this far.

Some more questions, have you formatted any of the partitions? The efi partition has to be Fat32, also know as VFAT in linux. It is recommended you use ext4 file system for the root partition, and home partition. Swap has its own file system. The install media can be used to do this.

Quote:
Can setup scripts be modified?
I'm sure they can. It would not be easy though, you would need a lot of knowledge to do so. What you get on the install media has been tested over and over for many years by many users. They work.

Quote:
And how to install the system without setup?
The other way, is to download one of Alienbob's current live iso's. They will boot working hardware ( you don't need a hard drive ) and you can run Slackware without installing to a HD. There is a way Alienbob had documented to install current from the live media.

Understand, current is the development branch of Slackware, that will become the next release; when its ready. Right now current is very stable, however, it takes some experience to update it. Adding other programs is not as easy as it is with 14.2.

See this link for more information on Live Slackware. -->http://docs.slackware.com/slackware:liveslak

Hope this helps.

Last edited by camorri; 05-25-2021 at 05:29 AM. Reason: Fixed some spelling errors.
 
Old 05-26-2021, 04:42 PM   #10
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Please post the make and model of this PC. Is it a Chromebook by any chance?
 
Old 05-26-2021, 08:59 PM   #11
anon118
LQ Newbie
 
Registered: May 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
model
t200ta-cp001h 2014 08
 
Old 05-27-2021, 12:55 AM   #12
anon118
LQ Newbie
 
Registered: May 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Somehow also watched, in Slackware14.2 and, I remember, in current4.14.69, the gpt emmc partitions were still visible in setup on this platform, but now I'm trying - the gpt emmc partitions in setup are no longer visible. But now the installation is better.
 
Old 05-27-2021, 03:19 AM   #13
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
You did not say who the manufacturer is. I asked for the make. I did a search on what you posted in post #11, and found this .pdf -->http://dlcdnet.asus.com/pub/ASUS/nb/...09_E9159_D.pdf

Is this the device?

From post #12, are you telling us you had Slackware 14.2 installed on this system?

If this is correct, then the BIOS of this system is not UEFI. Before we go further, we need to understand if this is a BIOS machine that was designed for a MBR ( master boot record ) or UEFI designed for a EFI partition.

The 2014 date puts it in a time of transition.
 
Old 05-27-2021, 06:09 AM   #14
anon118
LQ Newbie
 
Registered: May 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Yes

There was no system installation then, but the slackware14.2 setup recognizes emmc gpt partitions.

Quote:
if this is a BIOS machine that was designed for a MBR
Probably yes, but also with UEFI support (UEFI Firmware v2.31 is present).
 
Old 05-27-2021, 09:59 AM   #15
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
This system was shipped originally with windows 8.1 according to the documantation. As far as I know, Win8 requires UEFI. It may be possible to install it without UEFI, however, I do not know that for sure.

Since you seem to have partitioning on the emcc, could you boot up the system with the installer and run the command as root gdisk -l /dev/sda and post the results.

The drive may not be called sda, so substitute the correct name for sda. What I want to see, is if the efi partition is set up correctly or not. Here is what it looks like when it is correct.

Quote:
gdisk -l /dev/sda
GPT fdisk (gdisk) version 1.0.7

Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 312579695 sectors, 149.0 GiB
Model: WDC WD1600AAJS-0
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 214DA36C-B6D1-4039-87EB-A1B814676FA6
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 312579661
Partitions will be aligned on 2048-sector boundaries
Total free space is 3628 sectors (1.8 MiB)

Number Start (sector) End (sector) Size Code Name
1 2048 206847 100.0 MiB EF00 ESP
2 206848 8398847 3.9 GiB 8200 swap
3 8398848 59598847 24.4 GiB 8300 root
4 59598848 312578047 120.6 GiB 8300 home
Note the code column, we need the EF00 in that column. It needs to be formatted as fat32 also.
 
  


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
MBR or GPT for a external enclosure hard drive with a newer Widows 10 system with GPT james2b Linux - Newbie 10 10-27-2020 06:45 AM
Acer Aspire One Cloudbook 14 (AO1-431-C8G8) with eMMC (32GB): Is the eMMC replaceable? stf92 Linux - Hardware 2 08-19-2020 12:43 PM
Slackware -current installed in an eMMC drive - which are the best ways and your recommendations for avoiding the wearing of eMMC? ZhaoLin1457 Slackware 9 03-11-2020 03:50 AM
[SOLVED] Slackware 13.37 - gdisk choices, MBR, GPT or Blank GPT CFet Slackware - Installation 3 04-01-2011 04:46 PM
Slackware64 Setup does not see gpt partitions created with parted on raid5 Alkisx Slackware 10 10-13-2009 12:59 PM

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

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