LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-23-2023, 03:45 PM   #1
Bbmr
LQ Newbie
 
Registered: Mar 2023
Distribution: Debian
Posts: 22

Rep: Reputation: 0
Question Problem installing Slackware from USB stick


Hello there,
I am a Linux newbie and I decided to install Slackware 12.0 on my (rather old) computer (Aspire m1610). Therefore, I used a USB key in which I put Slackware's ISO with Unetbootin. I created three partitions on sda (that seems to be my hard drive, fdisk does not acknowledge hda). The setup program was working rather well until when I had to select from where to install Slackware (source media selection). Indeed, it proposes me to choose either CD/DVD, hard drive partition, NFS or pre-mounted directory. Of course, I want to install it from my USB stick... So what must I choose ?
Furthermore, I have troubles finding my USB key in /dev/ since I cannot mount anything in that directory. I tried to create a "usb" directory in /mnt/ and to mount something (e.g. hda or sdd) but it says it is an invalid device.
Thanks in advance.
 
Old 03-23-2023, 05:46 PM   #2
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,302
Blog Entries: 61

Rep: Reputation: Disabled
Why 12.0? I used to have a laptop (it died) with similar specs, and it ran 14.2 OK while it lived. And might have run 15.0 (32-bit). With a later release you might get the USB option.

Last edited by brianL; 03-23-2023 at 05:56 PM. Reason: it was a laptop, not netbook
 
Old 03-23-2023, 06:10 PM   #3
slac-in-the-box
Member
 
Registered: Mar 2010
Location: oregon
Distribution: slackware64-15.0 / slarm64-current
Posts: 780
Blog Entries: 1

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
Quote:
Originally Posted by Bbmr View Post
Hello there,
I am a Linux newbie and I decided to install Slackware 12.0 on my (rather old) computer (Aspire m1610). Therefore, I used a USB key in which I put Slackware's ISO with Unetbootin. I created three partitions on sda (that seems to be my hard drive, fdisk does not acknowledge hda). The setup program was working rather well until when I had to select from where to install Slackware (source media selection). Indeed, it proposes me to choose either CD/DVD, hard drive partition, NFS or pre-mounted directory. Of course, I want to install it from my USB stick... So what must I choose ?
Furthermore, I have troubles finding my USB key in /dev/ since I cannot mount anything in that directory. I tried to create a "usb" directory in /mnt/ and to mount something (e.g. hda or sdd) but it says it is an invalid device.
Thanks in advance.
Before running setup, you can manually mount slackware usb, assuming it is /dev/sdb1

Code:
mkdir /slac
mount /dev/sdb1 /slac
setup
Then you can choose "pre-mounted directory" and then feed it /slac/slackware64 as the path (just slackware if installing 32bit) -- specs say aspire m1610 came with 64-bit version of windows vista, so it is 64-bit compatible. Just because it is old hardware doesn't mean newer versions of linux won't work; although, modules that run older devices sometimes are removed from the generic kernel to keep it trim; it can always be rebuilt with those modules still present.

Regardless of slackware version, usually setup detects its own install media... but if it did not, manually mounting the usb key should rectify that situation.
 
Old 03-24-2023, 03:24 AM   #4
Bbmr
LQ Newbie
 
Registered: Mar 2023
Distribution: Debian
Posts: 22

Original Poster
Rep: Reputation: 0
Thank you for replying,
The device sdbX does not exist.
This is the content of /dev/:

Quote:
aztcd
bpcd
cdu535
cm206cd
console
cua[0-4]
devmap_mkmod.sh*
eda
eda[1-9]
fd0
fd0h1200
fd1h1440
fd1u1440
full
gscd0
hd[a-t]
kmem
lmscd
log=
logibm
loop[0-4]
lp0
makedevs.sh*
mapper/
mcd
mcdx[0-1]
md[0-3]
md[10-15]
mem
nrft0
nst[0-1]
null
optcd0
par[0-2]
parport[0-3]
pcd[0-3]
pda
pda[1-6]
ptyp[0-8]
ram[0-1]
random
rd/
rft0
rmt16
rmt8
sbpcd
sbpcd[0-1]
scd[0-4]
sg[c-h]
sjcd
socket
socksys
sonycd
spx
sr[0-4]
st[0-1]
tape-d
tape-reset
tcp
tty
tty[0-9]
ttyS[0-4]
ttyp[0-8]
udp
unix
urandom
zero
 
Old 03-24-2023, 06:21 AM   #5
Bbmr
LQ Newbie
 
Registered: Mar 2023
Distribution: Debian
Posts: 22

Original Poster
Rep: Reputation: 0
Update:
I finally mounted my USB stick. Then, I installed Slackware from my mounted directory. The setup went wonderfully except that the installation of LILO failed.
After that, I tried to boot from my hard disk but... there isn't any OS in it.
(I mounted sda and it seemed valid)

Last edited by Bbmr; 03-24-2023 at 06:24 AM.
 
Old 03-24-2023, 06:38 AM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,375

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
Quote:
The device sdbX does not exist
why slackware 12 and not 15?
It maybe /dev/hdb?
 
Old 03-24-2023, 08:22 AM   #7
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,661
Blog Entries: 19

Rep: Reputation: 4483Reputation: 4483Reputation: 4483Reputation: 4483Reputation: 4483Reputation: 4483Reputation: 4483Reputation: 4483Reputation: 4483Reputation: 4483Reputation: 4483
Quote:
Originally Posted by colorpurple21859 View Post
It maybe /dev/hdb?
More likely the stick is sda with the hard drive as hda. istr that usb devices were treated as scsi in the days when that distinction was still being made. And that /dev directory with all those devices looks like a static one to me, which would mean a pre-udev kernel.
 
Old 03-24-2023, 09:53 AM   #8
Bbmr
LQ Newbie
 
Registered: Mar 2023
Distribution: Debian
Posts: 22

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by colorpurple21859 View Post
why slackware 12 and not 15?
It maybe /dev/hdb?
I actually thought that it was better to choose an older version of Slackware since I have an old hardware.
 
Old 03-25-2023, 09:43 AM   #9
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,302
Blog Entries: 61

Rep: Reputation: Disabled
What year does the Aspire m1610 date from? I'm running Slackware64 15.0 on old hardware: Thinkpads X200 (2008?) & T410 (2010?), and a Dell Precision T3600 (2012?), all bought refurbished. Try 15.0.
 
Old 03-26-2023, 05:36 PM   #10
slac-in-the-box
Member
 
Registered: Mar 2010
Location: oregon
Distribution: slackware64-15.0 / slarm64-current
Posts: 780
Blog Entries: 1

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
Quote:
Originally Posted by Bbmr View Post
I actually thought that it was better to choose an older version of Slackware since I have an old hardware.
With a trimmed down desktop environment, like xfce, (and without java), slackware-15 is snappy on old hardware... installing java makes starting X11 and some applications slower, but once it's loaded and cached it's snappy again...

If you can do everything you want with what already comes with slackware, then whichever works; but if you use lots of 3rd party packages, the qts, pythons, and other various libraries have had so many revisions since what was included in 12.2, that the developers and package maintainers have moved on, such that there is generally less support than with the latest stable version...
 
  


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
Installing Slackware on Dell XPS 13 using USB stick and USB Type C->Type A adapter average_user Slackware 3 08-22-2022 01:33 PM
[SOLVED] What is the difference between the processes of full installing to an usb stick and full installing to an usb hard drive ? fredmyra Linux - Newbie 7 04-29-2021 05:33 PM
How to differentiate a mounted usb stick vs plugged in but not mounted usb stick. andrewysk Linux - Newbie 22 04-05-2021 02:42 PM
LXer: Installing "Sugar on a stick" (Strawberry Release) On A USB Stick LXer Syndicated Linux News 0 08-04-2009 03:50 PM
mount/umount usb stick - PQI Intelligent Stick 2.0 sandbag Linux - Software 5 05-06-2005 11:12 AM

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

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