LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-01-2019, 08:32 PM   #46
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589

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.
 
Old 09-02-2019, 02:17 PM   #47
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
@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.
 
Old 09-03-2019, 04:11 AM   #48
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
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.
Old 09-06-2019, 07:18 PM   #49
quickbreakfast
Member
 
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 335

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by abga View Post
@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.
 
Old 09-06-2019, 07:36 PM   #50
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
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.
 
Old 09-07-2019, 06:52 PM   #51
bormant
Member
 
Registered: Jan 2008
Posts: 426

Rep: Reputation: 240Reputation: 240Reputation: 240
Quote:
Originally Posted by colorpurple21859 View Post
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).
 
Old 09-07-2019, 07:03 PM   #52
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
Do you mean PARTUUID for lilo.conf?
your right it needs to be partuuid.
 
Old 09-15-2019, 08:21 AM   #53
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
quickbreakfast, did you ever get it figured out?
 
Old 10-07-2019, 06:34 PM   #54
quickbreakfast
Member
 
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 335

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
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.
 
Old 10-07-2019, 07:13 PM   #55
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
Quote:
Originally Posted by quickbreakfast View Post

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.
 
Old 10-08-2019, 03:53 AM   #56
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
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.
 
Old 04-14-2020, 09:59 PM   #57
quickbreakfast
Member
 
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 335

Original Poster
Rep: Reputation: Disabled
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

Code:
mount /dev/sda2
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.
 
  


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
[SOLVED] CPU constantly 50% also pcmanfm constantly respawning. linuxpicaxe Linux - Software 2 09-11-2012 04:45 PM
linux constantly reboots Shum Linux - General 1 05-12-2011 02:49 AM
Not booting through nfsroot but booting properly through Flash saumitralele Linux - Newbie 4 01-11-2011 10:06 PM
isolinux booting wrong kernel constantly enragedcow Linux - Software 1 12-05-2007 09:34 PM
Suse 10 Freezing Part way through instal ledgejigsaw Linux - Laptop and Netbook 2 11-15-2007 11:46 AM

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

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