LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-04-2019, 08:13 PM   #1
Zaxxon
LQ Newbie
 
Registered: Aug 2017
Posts: 12

Rep: Reputation: Disabled
Unable to boot from USB Bootstick


I installed Slackware 14.2 from the ISO which I burned to a DVD.
During the setup, the system created a boot USB "stick."

When I use it, it seems to run until it doesn't.
It gets to the point shown in the attached screenshot and freezes there.

Anyone have an idea to fix this? Get around this?
Attached Thumbnails
Click image for larger version

Name:	20190701_220410.jpg
Views:	115
Size:	287.0 KB
ID:	30845  
 
Old 07-05-2019, 12:10 PM   #2
termayto
LQ Newbie
 
Registered: Jan 2019
Distribution: Slackware64 14.2
Posts: 17

Rep: Reputation: 17
The USB stick created at boot is just an optional safety measure in case your boot loader becomes corrupted or otherwise unbootable. Like a rescue disk, kind of. I'm not sure why it's hanging there, but try booting from the hard drive without the stick and see if it's any different.
 
Old 07-05-2019, 02:36 PM   #3
Zaxxon
LQ Newbie
 
Registered: Aug 2017
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by termayto View Post
without the stick and see if it's any different.
Without the stick, my computer goes straight to Windows. LILO doesn't work on my computer, and I cannot install grub until I can access my Linux drive, so I was hoping that the stick could solve my catch-22.

Is there another way to boot my computer using the Linux drive, computer with ETI<sp?> BIOS.
 
Old 07-05-2019, 02:43 PM   #4
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
On some computers pressing the [F11] key during bios startup will take you to the boot manager where you can select the device or partition to boot from.
Sometimes it is the [F2] or [DELETE] key your manual should tell you which key to press.
HTH
PS you could also boot from the install media and make the necessary changes there.
john

Last edited by AlleyTrotter; 07-05-2019 at 02:47 PM.
 
Old 07-05-2019, 10:39 PM   #5
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
So is this a Legacy CSM/BIOS machine/setting or a UEFI setup? If it is UEFI you'd better partition as GPT but you MUST use eLILO, not lergacy LILO. You can also use Grub but the salient issue is how is your cmos setup?
 
Old 07-06-2019, 11:09 AM   #6
0XBF
Member
 
Registered: Nov 2018
Distribution: Slackware
Posts: 765

Rep: Reputation: 863Reputation: 863Reputation: 863Reputation: 863Reputation: 863Reputation: 863Reputation: 863
Quote:
Originally Posted by Zaxxon View Post
Without the stick, my computer goes straight to Windows. LILO doesn't work on my computer, and I cannot install grub until I can access my Linux drive, so I was hoping that the stick could solve my catch-22.

Is there another way to boot my computer using the Linux drive, computer with ETI<sp?> BIOS.
If you have installed 14.2 to disk without a bootloader you could use a live linux distro of some sort (e.g. I keep a copy of alienBOB's slack-live xfce for rescuing purposes), chroot into the previously installed 14.2 and install grub from there.

The other suggestions here are talking about your bios boot priority which you should take a look at first. Assuming you manage to change boot priority to the slackware partition and dont have a bootloader you will need to do something like I described to get a bootloader set up.

Yet another option is reinstall 14.2 and install grub before rebooting after the install completes. This page may help: https://docs.slackware.com/howtos:sl..._first_install
 
1 members found this post helpful.
Old 07-06-2019, 08:06 PM   #7
Pithium
Member
 
Registered: Jul 2014
Location: Far side of the Oregon Trail
Distribution: Slackware64 15.0
Posts: 501

Rep: Reputation: 583Reputation: 583Reputation: 583Reputation: 583Reputation: 583Reputation: 583
Huh, that is interesting.

I get a very similar message on my lenovo e485. It hangs with the same message, just amdgpu instead of nouveau, about the time when KMS would usually kick in to full resolution. Full disclosure, I'm on -current with a completely different GPU, but the error is nearly identical.


Are you able to reproduce this when booting up while on battery, connected to AC power, or both? On my laptop this ONLY occurs when I'm plugged in. You've got a totally different laptop so its probably unrelated, but who knows.
 
Old 07-06-2019, 10:47 PM   #8
justwantin
Member
 
Registered: Aug 2003
Location: Melbourne, Australia
Distribution: Slackware, Slackwarearm
Posts: 878

Rep: Reputation: 120Reputation: 120
If I were you I'd first try the following:

It has been a long time since I've installed from either a cd or dvd so this mightn't be relevant to your installation dvd. When I boot from an installation usb at the first screen that comes up I can hit Enter or enter a command that will boot up the installed system. For me I can use the following to boot into Slackware on my desktop from an installation usb.
Code:
huge.s root=/dev/sda2 rdinit= ro
It appears you are hanging at a line containing nouveaufb so you may not be able to boot into an x-session but you may be able to boot into run level 1 as root by appending linux single to the end of the boot directive like so:
Code:
huge.s root=/dev/sda2 rdinit= ro linux single
I am able to do that on this desktop.

If you can't do that from the dvd but have access to another linux system you could create a usb installer .... directions and image are found in the directory /usb-and-pxe-installers.

Hopefully that will get you to a point where you can set up grub either in an x session or cli.

May not be relevant to your rig, however, first partition on my desktop's first drive is a vfat efi partition and I install lilo using liloconfig when I install Slackware.
Code:
/dev/sda1        /boot/efi        vfat        defaults         1   0

Last edited by justwantin; 07-06-2019 at 10:52 PM. Reason: tyop
 
Old 07-08-2019, 12:30 PM   #9
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
The boot stops at loading the nouveaufb driver so you might have better luck with burning the current ISO and install from this:

http://bear.alienbase.nl/mirrors/sla...4-current-iso/
 
  


Reply

Tags
slackware 14.2, usb boot, usb stick



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] Slackware64-current DVD Errors creating usb bootstick aaazen Slackware 6 06-11-2016 11:08 AM
[SOLVED] installation and making USB bootstick instead of floppy klee12 Slackware 2 09-17-2011 09:21 PM
[SOLVED] How create bootstick from ISO image dafydil Linux - Newbie 8 01-17-2011 08:52 AM
[SOLVED] USB bootstick, usbimg2disk.sh and OEM recovery partition catkin Slackware 15 07-01-2010 02:54 AM
How to pass initrd parameter using slack's bootstick? Larry37 Slackware 6 08-05-2009 08:07 PM

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

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