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 07-04-2020, 06:21 PM   #166
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,396

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594

add -c to your mkinitrd command
Code:
mkinitrd -c -k 5.4.49-smp -f ext2 -r /dev/mmcblk0p2 -w 15 -m mmc_core:mmc_block:sdhci:sdhci_acpi:sdhci_pci:usb_storage:xhci_hcd:uas:xhci_pci:ext2 -u -o /boot/initrd.gz
There may be remnants of your 4.14 kernel left over and the -c will clear it out.
 
Old 07-04-2020, 06:50 PM   #167
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
I attach the screen photo.
Attached Thumbnails
Click image for larger version

Name:	IMG-8080.jpg
Views:	19
Size:	253.0 KB
ID:	33571  
 
Old 07-04-2020, 07:01 PM   #168
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,396

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
Came across this thread of yours from april https://www.linuxquestions.org/quest...mc-4175627938/
from that thread
Quote:
I only installed the basic package (a series)
If this is still true, would suggest at a minimum installing all of a/ ap/ l/ n/

also from that thread by
volkerdi:
Quote:
You'll need to use generic+initrd for that.
so you will need to use generic, not huge kernel

Last edited by colorpurple21859; 07-04-2020 at 07:10 PM.
 
Old 07-04-2020, 07:03 PM   #169
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
No, I only downloaded CD 1 of 32-bit and somethings like ssh I did not installed them.
 
Old 07-04-2020, 07:12 PM   #170
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Did you see the photograph?
 
Old 07-04-2020, 07:18 PM   #171
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Quote:
Originally Posted by colorpurple21859 View Post
Came across this thread of yours from april https://www.linuxquestions.org/quest...mc-4175627938/
from that thread If this is still true, would suggest at a minimum installing all of a/ ap/ l/ n/

also from that thread by
volkerdi: so you will need to use generic, not huge kernel
And are a/ ap/ l/ n/ in CD 1? I can't realize it at first sight.
 
Old 07-04-2020, 07:30 PM   #172
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,396

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
I think so, but not for sure,
 
Old 07-04-2020, 07:35 PM   #173
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Series /l is not in CD 1. How do I install CD 2?
 
Old 07-04-2020, 07:36 PM   #174
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,396

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
has a ap and n, you may get by without l
Quote:
How do I install CD 2?
It will ask you to insert cd 2 during the install
after installing a, ap and n you maybe able to chroot with the --bind mounts and install l with
Code:
slackpkg install l

Last edited by colorpurple21859; 07-04-2020 at 07:41 PM.
 
Old 07-04-2020, 07:51 PM   #175
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,396

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
Did you upgrade to current earlier? if so then use chroot to install ap, l, n
 
Old 07-04-2020, 07:53 PM   #176
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
I'll reinstall CD 1 because it had given me 'used=1.6G' but after using slackpkg it grew to 2.2G. Isn't /l the libraries? So you'll have to wait some time until I am done, if you please. Thanks for all your help.
 
Old 07-04-2020, 07:55 PM   #177
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Quote:
Originally Posted by colorpurple21859 View Post
Did you upgrade to current earlier? if so then use chroot to install ap, l, n
No I didn't. It's too large.
 
Old 07-04-2020, 08:18 PM   #178
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,396

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
an install of current with only a ap l n is about 5G
 
Old 07-04-2020, 08:39 PM   #179
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
I am getting
Code:
bash-4.3# slackpkg install a
touch: cannot touch '/var/lock/slackpkg.2912': No such file or directory

Looking for a in package list. Please wait... DONE

No packages match the pattern for install. Try:

	/usr/sbin/slackpkg reinstall|upgrade 


bash-4.3#
 
Old 07-04-2020, 08:43 PM   #180
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,396

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
you already a installed don't you? so therefore the message

Here is a thread on a minimum install of slackware page 2 may be of interest to you https://www.linuxquestions.org/quest...-a-4175586921/

Last edited by colorpurple21859; 07-04-2020 at 08:44 PM.
 
  


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
Infinite Grub Loop: GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB... beeblequix MEPIS 2 11-02-2013 10:56 PM
Linux boot loader entry in Windows boot loader abhikohokade Linux - Newbie 6 02-22-2013 06:12 AM
I want to remove ubuntu boot loader and use windows boot loader RUshabh55 Linux - Newbie 9 11-29-2009 07:01 PM
How to change from grub boot loader to lilo boot loader linuxjamil Linux - Software 1 05-27-2008 01:47 PM

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

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