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 12-19-2022, 11:22 AM   #16
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872

Quote:
Originally Posted by aluma View Post
Yes, to boot from a flash drive, I need to press Fn + F11, then a menu appears with disks and a flash drive, incl.
It's not F12?
Anyway, do you see the slackware flash drive in the boot menu?
If yes, you can select it? And what happen then?
 
Old 12-19-2022, 11:43 AM   #17
aluma
LQ Newbie
 
Registered: Dec 2022
Posts: 14

Original Poster
Rep: Reputation: 1
This is what I see, I apologize for the quality of the photo.
Attached Thumbnails
Click image for larger version

Name:	IMG_5187.JPG
Views:	15
Size:	89.8 KB
ID:	40058  
 
Old 12-19-2022, 11:56 AM   #18
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
So USB HDD is not the usb key, yes?

Could you post the list of usb key file (at first level)
Boot into open suse, plug the usb key, open a terminal then:
Code:
lsblk -f /dev/sdc
mount /dev/sdc1 /mnt/usbkey
ls /mnt/usbkey
 
Old 12-19-2022, 12:09 PM   #19
aluma
LQ Newbie
 
Registered: Dec 2022
Posts: 14

Original Poster
Rep: Reputation: 1
Sure I can.
But I reformatted this flash drive, it will take some time to write the image.
 
Old 12-19-2022, 12:15 PM   #20
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Maybe check bios security and startup options too (secure boot off and UEFI first set for UEFI/legacy boot)
 
Old 12-19-2022, 12:42 PM   #21
aluma
LQ Newbie
 
Registered: Dec 2022
Posts: 14

Original Poster
Rep: Reputation: 1
The output of the lsblk command and then is needed from which computer?
Netbook has Exe GNU/Linux and PCLinuxOS,
openSUSE on another computer.

In the BIOS of the netbook there is no option to select the type of boot EFI / legasy, the Vin that was on it was loaded into EFI, for Linux I created 4 msdos partitions with MBR, there were no problems booting from the hard drive yet.
 
Old 12-19-2022, 01:37 PM   #22
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Oh I see, you may need a mbr boot type install then
In this case maybe boot in the other computer with open suse, plug the usb key, then mount slackware64-15.0-install-dvd.iso in /mnt/dvd like you did before, then (do the commands as root)
Code:
# verify that usb key is /dev/sdc
lsblk
cd /mnt/dvd/usb-and-pxe-installers
sh usbimg2disk.sh -f -s /mnt/dvd -o /dev/sdc
Once it's done, try boot the laptop with the connected usb key
 
1 members found this post helpful.
Old 12-20-2022, 03:04 AM   #23
aluma
LQ Newbie
 
Registered: Dec 2022
Posts: 14

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by keefaz View Post
Oh I see, you may need a mbr boot type install then
In this case maybe boot in the other computer with open suse, plug the usb key, then mount slackware64-15.0-install-dvd.iso in /mnt/dvd like you did before, then (do the commands as root)
Code:
# verify that usb key is /dev/sdc
lsblk
cd /mnt/dvd/usb-and-pxe-installers
sh usbimg2disk.sh -f -s /mnt/dvd -o /dev/sdc
Once it's done, try boot the laptop with the connected usb key
Thanks a lot!
It works, though the loading process itself is stuck on this, but that's another question, as I understand it.
Thanks again for your help and attention.

Regards.
Attached Thumbnails
Click image for larger version

Name:	IMG_5189.JPG
Views:	14
Size:	207.9 KB
ID:	40060  

Last edited by aluma; 12-20-2022 at 03:05 AM.
 
Old 12-20-2022, 04:45 AM   #24
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Did you try the second boot option (boot with kms console)?
Also at boot, there was only one entry for usb key?
 
Old 12-20-2022, 09:11 AM   #25
aluma
LQ Newbie
 
Registered: Dec 2022
Posts: 14

Original Poster
Rep: Reputation: 1
Yes, when loading one usb key, a message appears from message.txt.
With kms.s the result is the same.
 
Old 12-20-2022, 11:29 AM   #26
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
You have to find the way to setup bios so it will boot legacy usb before efi usb...
Setting should be at startup or boot parameter in the bios
 
Old 12-20-2022, 12:48 PM   #27
aluma
LQ Newbie
 
Registered: Dec 2022
Posts: 14

Original Poster
Rep: Reputation: 1
I'm understood, thank you.

Regards.
 
  


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



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

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