LinuxQuestions.org
Help answer threads with 0 replies.
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-06-2022, 09:03 AM   #16
Szeryf-jahooo
LQ Newbie
 
Registered: Feb 2022
Posts: 25

Original Poster
Rep: Reputation: 1

mount /dev/sda2 /mnt
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
mount --bind /run /mnt/run
chroot /mnt
mount /dev/sda1 /boot/efi
eliloconfig

ERROR: No EFI System Partition mounted on /boot/efi.
mkfs.vfat /dev/sda1
mkfs.vfat : /dev/sda1 contains a mounted filesystem.
umount /boot/efi
mkfs.vfat /dev/sda1
mkfs.vfat: failed whilst writing reserved sector
mount /dev/sda1 /boot/efi
mount: /boot/efi: can't read superblock on /dev/sda1
 
Old 03-06-2022, 10:52 AM   #17
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,358

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Chroot into the system post the output of
Code:
fdisk -l
 
Old 03-07-2022, 05:25 AM   #18
Szeryf-jahooo
LQ Newbie
 
Registered: Feb 2022
Posts: 25

Original Poster
Rep: Reputation: 1
/dev/sda1 - 100M /boot/efi (ef00) fat32 EFI
/dev/sda2 - 137G / (8300) ext4
/dev/sdb1 - not relevant gpt (8300) ext4
/dev/sdc1 - not relevant gpt (8300) ext4
 
Old 03-07-2022, 08:54 AM   #19
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,358

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
try this
Code:
mkfs.vfat -c -s1 /dev/sda1
or
Code:
mkfs.fat -c -F16 /dev/sda1
 
Old 03-07-2022, 01:26 PM   #20
Szeryf-jahooo
LQ Newbie
 
Registered: Feb 2022
Posts: 25

Original Poster
Rep: Reputation: 1
Format /dev/sda1 fs problem.
Attached Thumbnails
Click image for larger version

Name:	2.jpg
Views:	31
Size:	41.6 KB
ID:	38545  
 
Old 03-07-2022, 03:51 PM   #21
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,358

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
why are you adding /dev/sda1rom free space to the command? remove "rom free space" from the command

Last edited by colorpurple21859; 03-07-2022 at 03:53 PM.
 
Old 03-08-2022, 05:44 AM   #22
Szeryf-jahooo
LQ Newbie
 
Registered: Feb 2022
Posts: 25

Original Poster
Rep: Reputation: 1
Sorry, it's only screen cache (rom free space) after partition creating.
I'm doing it via iDRAC.
mkfs.vfat -c -s1 /dev/sda1 is end of line - other tekst after is rubbish.
Attached Thumbnails
Click image for larger version

Name:	2.jpg
Views:	16
Size:	65.2 KB
ID:	38549  

Last edited by Szeryf-jahooo; 03-08-2022 at 05:48 AM.
 
Old 03-08-2022, 08:24 PM   #23
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,358

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Before mounting any thing to /mnt post the output of
Code:
lsblk -f
 
Old 03-09-2022, 08:23 AM   #24
Szeryf-jahooo
LQ Newbie
 
Registered: Feb 2022
Posts: 25

Original Poster
Rep: Reputation: 1
See attached picture.
Attached Thumbnails
Click image for larger version

Name:	1.jpg
Views:	24
Size:	50.2 KB
ID:	38559  
 
Old 03-09-2022, 05:25 PM   #25
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,358

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Is sda a dos or gpt drive? Did you check the md5sum of the iso?
 
Old 03-10-2022, 05:23 PM   #26
Szeryf-jahooo
LQ Newbie
 
Registered: Feb 2022
Posts: 25

Original Poster
Rep: Reputation: 1
It's gpt.
Yes, checked iso.
 
Old 03-11-2022, 05:28 PM   #27
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,358

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Quote:
I'm doing it via iDRAC.
I'm not familiar with IDRAC, the problem may have something to do with it based on post #20.
Otherwise I don't know what could be causing the problem.

Last edited by colorpurple21859; 03-11-2022 at 05:30 PM.
 
Old 03-13-2022, 10:27 AM   #28
Szeryf-jahooo
LQ Newbie
 
Registered: Feb 2022
Posts: 25

Original Poster
Rep: Reputation: 1
That's the point.
With ver 14.2 there is no problem.
Ver 15 is problem, maybe glibc.
Is there any solution to avoid it during installation process?
 
Old 03-13-2022, 09:15 PM   #29
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,358

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
The messages in the screenshot of post20 are the same ones I get when I run mkfs.vfat from a iso in virtualbox, however I don't get the invalid "ERROR: No EFI System Partition mounted on /boot/efi." message that you did. Maybe mounting the efi partition before chrooting will make a difference.

Code:
mkfs.vfat /dev/sda1
mount /dev/sda2 /mnt
mount /dev/sda1 /mnt/boot/efi
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
mount --bind /run /mnt/run
chroot /mnt
eliloconfig
exit
 
Old 03-14-2022, 04:25 PM   #30
Szeryf-jahooo
LQ Newbie
 
Registered: Feb 2022
Posts: 25

Original Poster
Rep: Reputation: 1
No, it doesn't change anything.
mkfs.vfat /dev/sda1 is problem.
Already tried.
If first step is problem next steps are unpredictable - installation process failure.
In my opinion 15 is failure to clean install.
Conclusion is clear installation process has big issue, maybe bad tests before official release(like M$).
I've tried to install current some time ago, there was no error.
 
  


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
Brightness function keys not working on Slackware64 & Slackware64 current Andersen Slackware 7 01-15-2018 04:27 AM
upgrading slackware64 13.1 multilib to slackware64 -current multilib Cultist Slackware 4 03-12-2011 09:04 AM
Updating from Slackware64-current to Slackware64 13. glore2002 Slackware 4 08-28-2009 06:50 PM
[SOLVED] Slackware64-C client wont detect Slackware64-C Samba server slackass Slackware 5 08-07-2009 11:23 PM

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

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