LinuxQuestions.org
Visit Jeremy's Blog.
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-03-2020, 08:57 PM   #91
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593

with this
Code:
linux /boot/vmlinuz-generic root=/dev/mmcblk0p2 noapic edd=off rootdelay=15
initrd=/boot/initrd.gz
for the smp kernels run this
Code:
mkinitrd -k 4.4.14-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-smp.gz
then
at the grub menu
Code:
linux /boot/vmlinuz-generic-smp root=/dev/mmcblk0p2 noapic edd=off rootdelay=15
initrd=/boot/initrd-smp.gz
try both of them.

Last edited by colorpurple21859; 07-03-2020 at 09:02 PM.
 
Old 07-03-2020, 09:09 PM   #92
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
elilo is for an efi system you have a legacy system, use lilo or grub, in your case dont' install a bootloader in slackware use debians grub to boot slackware.
boot debian copy debians /etc/resolv.conf to slackware /etc/resolv.conf
chroot into slackware
edit /etc/slackpkg/mirrors remove the # sign from the mirror you want to use
update your system with
Code:
slackpkg update
slackpkg kernel
This being a new system, at the prompt for new configuration file select O to overwrite old files.
Code:
mkinitrd -k <new installed kernel version> -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
exit out of the chroot, reboot
Can I uncomment more than one mirror?
 
Old 07-03-2020, 09:14 PM   #93
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
I uncommented five of them, all from the US, but I keep getting Error downloading from...".
 
Old 07-03-2020, 09:17 PM   #94
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
Quote:
Can I uncomment more than one mirror?
No, it will use the first uncommented line in the list
 
Old 07-03-2020, 09:22 PM   #95
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
I keep getting this:
Code:
bash-4.3# slackpkg update

			Downloading http://carroll.aset.psu.edu/pub/linux/distributions/slackware/slackware-14.2/GPG-KEY...
--2020-07-03 23:19:23--  http://carroll.aset.psu.edu/pub/linux/distributions/slackware/slackware-14.2/GPG-KEY
Resolving carroll.aset.psu.edu (carroll.aset.psu.edu)... 128.118.2.96, 2610:8:4000:20:128:118:2:96
Connecting to carroll.aset.psu.edu (carroll.aset.psu.edu)|128.118.2.96|:80... failed: Connection timed out.
Connecting to carroll.aset.psu.edu (carroll.aset.psu.edu)|2610:8:4000:20:128:118:2:96|:80... failed: Network is unreachable.
Updating the package lists...
	Downloading...
			Downloading http://carroll.aset.psu.edu/pub/linux/distributions/slackware/slackware-14.2/ChangeLog.txt...
--2020-07-03 23:19:54--  http://carroll.aset.psu.edu/pub/linux/distributions/slackware/slackware-14.2/ChangeLog.txt
Resolving carroll.aset.psu.edu (carroll.aset.psu.edu)... 128.118.2.96, 2610:8:4000:20:128:118:2:96
Connecting to carroll.aset.psu.edu (carroll.aset.psu.edu)|128.118.2.96|:80... failed: Connection timed out.
Connecting to carroll.aset.psu.edu (carroll.aset.psu.edu)|2610:8:4000:20:128:118:2:96|:80... failed: Network is unreachable.

Error downloading from http://carroll.aset.psu.edu/pub/linux/distributions/slackware/slackware-14.2/.
Please, check your mirror and try again.

bash-4.3#
 
Old 07-03-2020, 09:26 PM   #96
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
did you copy the /etc/resolv.conf from debian to slackware?
after chrooting into slackware
Code:
ip a
to determine your network device
Code:
dhcpcd <network device>
This works with a wired network connection not sure about a wireless conection.

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

Original Poster
Rep: Reputation: 76
I tried with slackbuilds and was lucky.
 
Old 07-03-2020, 09:30 PM   #98
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
I issued 'slackpkg kernel' and got 'Unknown option'!
 
Old 07-03-2020, 09:33 PM   #99
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
my goof, suppose to be slackpkg upgrade kernel, I corrected it on my other post.
 
Old 07-03-2020, 09:35 PM   #100
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
That too gives unknown option.
 
Old 07-03-2020, 09:37 PM   #101
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
It gives 'kernel: unknown option' (slackpkg update kernel).
 
Old 07-03-2020, 09:37 PM   #102
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
did you run
Code:
slackpkg update
first?
 
Old 07-03-2020, 09:38 PM   #103
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Yes.
 
Old 07-03-2020, 09:39 PM   #104
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
I think I got it right now, its getting late,
slackpkg upgrade kernel
 
Old 07-03-2020, 09:40 PM   #105
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
Quote:
slackpkg update kernel).
this is wrong uprade kernel
 
  


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 11:55 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