Slackware - Installation This forum is for the discussion of installation issues with Slackware. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
09-01-2019, 08:32 PM
|
#46
|
LQ Veteran
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,843
|
Quote:
I was considering an UUID approach
|
Yes, but still have to figure what drive slackware is on to get the correct uuids. With only one drive installed during installation the slackware drive is sda. With the other drives installed the slackware drive could be sdb, sdc, or sdd.
edit: nevermind I see what your doing, disconnecting the other drives, to make it easier to get the uuid of the slackware drive/partition
@quickbreakfast It is better to use 64bit distros on a uefi system.
Last edited by colorpurple21859; 09-01-2019 at 08:40 PM.
|
|
|
09-02-2019, 02:17 PM
|
#47
|
Senior Member
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634
|
@colorpurple21859
Using UUIDS is also part of the plan, but my biggest concern was the confusion around what the OP was actually booting and the focus on fixing Slackware first.
|
|
|
09-03-2019, 04:11 AM
|
#48
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,530
|
OK, I think we can post the original problem (Slackware restarting) as solved, because somehow you had configured a 32 bit system to load a 64bit one; That will lead to confusion at some point, probably when Devuian loads the 64bit slackware kernel and starts reading it as 32bit. Get Devuan out of circulation for the moment. You're going to have problems there, afaict. Best tuck Devuan inside a VM if you want a 32 bit system, or reinstall a 64bit one. Devuan seems to be the joker in the pack.
As for the Disks, why not mount them all, & read the o/p of
Code:
ls -l /dev/disk/by-uuid
From memory, or /etc/mtab, you can tell where each is mounted. the /dev/disk/by-uuid also tells you the sda-sdc bit. You should be able to sort yourself out.
Stick to 64bit or 32bit systems all round. I don't know why anyone still wants x86 32bit, except to run M$windoze code under wine, or mebbe Adobe trash which won't compile for them on 64bit. Multilib and Alien's wine package on Slackware is an elegant way out of that. I'm surprised anyone offers and supports a 32bit distro in X86; maybe it's just habit. There are some systems that never made 64bit (e.g. 68k, and some fpga cores given away by competing chip manufacturers)
|
|
1 members found this post helpful.
|
09-06-2019, 07:18 PM
|
#49
|
Member
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 362
Original Poster
Rep: 
|
Quote:
Originally Posted by abga
@quickbreakfast
Please be more specific with your latest Slackware installation choice.
|
I took the iso linked in post #34.
Once it finished downloading I checked.The md5sum was correct.
Then I disconnected all the other drives, so that the machine either booted from the usb/iso or the Slackware drive.
The machine still looped through the boot sequence. And I became a little down hearted
Quote:
Now, according to your post #42, I know your Devuan is 32bit (any reason why you choose a 32bit version?)
|
Not that I can now remember.
Quote:
@colorpurple21859
I was considering an UUID approach - manually modifying the conf files, but opted for an easier solution, boot the system with only the Slackware HDD attached.
|
Considering that I've added two partitions using UUIID's to the Devuan partition, modifying config files should present no problems....... providing I know which files to modify.
But I'll worry about that after Salckware boots.
Late last night I added nomodeset to lilo, so the line in lilo now looks like
Code:
append="huge.s root=/dev/sda2 rdinit= ro vt.default_utf8=0 nomodeset"
boot = /dev/sda
Now the machine goes throught the boot sequence to where it used to reboot, pauses for a second then boots Devuan, not Slackware.
Which has me thinking that lilo should not be
Code:
image = /boot/vmlinuz
as it currently is, but should be
Code:
image = /dev/sda2/boot/vmlinuz
or something close?
sda1 is a uefi partition that the machine requires.
Last edited by quickbreakfast; 09-06-2019 at 07:19 PM.
|
|
|
09-06-2019, 07:36 PM
|
#50
|
LQ Veteran
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,843
|
Remove your other drives and see if slackware boots with the nomodeset option. Do not change your lilo config leave it /boot/vmlinuz with the nomodset option
Once booted into slackware run blkid to get the uuid of the slackware drive partitions. Edit the slack fstab and lilo.conf to use uuids as per the examples in the last link of post #45. Rerun lilo. Reboot and make sure slackware boots. If it boots then reinstall your other drives and see if slackware still boots
Last edited by colorpurple21859; 09-06-2019 at 07:46 PM.
|
|
|
09-07-2019, 06:52 PM
|
#51
|
Member
Registered: Jan 2008
Posts: 426
|
Quote:
Originally Posted by colorpurple21859
Edit ... lilo.conf to use uuids ...
|
Do you mean PARTUUID for lilo.conf?
As I remember, you need initrd to use UUIDs here, but PARTUUIDs is ok in every case (without and with initrd).
|
|
|
09-07-2019, 07:03 PM
|
#52
|
LQ Veteran
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,843
|
Quote:
Do you mean PARTUUID for lilo.conf?
|
your right it needs to be partuuid.
|
|
|
09-15-2019, 08:21 AM
|
#53
|
LQ Veteran
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,843
|
quickbreakfast, did you ever get it figured out?
|
|
|
10-07-2019, 06:34 PM
|
#54
|
Member
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 362
Original Poster
Rep: 
|
Quote:
Originally Posted by colorpurple21859
quickbreakfast, did you ever get it figured out?
|
Sorry for the slow reply.
For a couple of weeks higher priorities got in my way.
No, I have not got it worked out.
Went back to attempting to trying to install Slackware over he recent weekend, but no joy.
Thought if I could get it to boot through Puppy I could update lilo and away we'd go.
Alas Puppy (using UUID's) told me that the root Slackware partition did not exit, while fdisk -l told me that the Slackware HDD didn't start at a physical boundary.
The end result is that for reasons I can not understand my computer is allergic to Slackware. As such I've elected to walk away.
Thanks to everyone who attempted to solve my install problem and I apologise for being such a pain.
|
|
|
10-07-2019, 07:13 PM
|
#55
|
Senior Member
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634
|
Quote:
Originally Posted by quickbreakfast
The end result is that for reasons I can not understand my computer is allergic to Slackware. As such I've elected to walk away.
Thanks to everyone who attempted to solve my install problem and I apologise for being such a pain.
|
Sorry to hear that you gave up and hope you'll still reconsider Slackware in the future. It wasn't a pain, but a rather interesting experience and I wish we could have communicated a little bit better, understand your setup and help you get Slackware booted along with your other distros.
|
|
|
10-08-2019, 03:53 AM
|
#56
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,530
|
Quote:
Originally Posted by quickbreakfast
Alas Puppy (using UUID's) told me that the root Slackware partition did not exit, while fdisk -l told me that the Slackware HDD didn't start at a physical boundary.
|
Understand totally about other commitments. The disk not actually existing is your probable cause for slackware not operating, because after it boots the kernel, your system mounts the root drive and runs /sbin/init to complete the process. If you think slackware installed, you probably still have issues on the hd unless you tidied them up installing Puppy. Not starting at a physical boundary is a nicety only hdd formatting programs notice.
Slackware does rely a bit on user experience. I didn't start on it, but promoted myself to it after getting thoroughly sick of the issues with others.
|
|
|
04-14-2020, 09:59 PM
|
#57
|
Member
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 362
Original Poster
Rep: 
|
sloved
During Easter I got a new copy of the Slackware iso and it has installed.
With the reboot usb the machine kept rebooting when I suggested it look for the root partition with
But when I used
Code:
mount /dev/sda2/boot
there was not the problem. The machine is nicely running Slackware.
Thanks to everyone who took the trouble to read and/or respond to my request for help.
|
|
|
All times are GMT -5. The time now is 05:26 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|