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 01-19-2021, 07:06 PM   #1
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Rep: Reputation: 285Reputation: 285Reputation: 285
usbboot.img does not boot existing HDD install...


Has anyone else noticed this problem ?

The current usbboot.img (dated Jan 17, 2021), in slackware64-current boots OK to do an install, etc...

However, this command line is not booting the existing HDD install but rather boots the USB stick just as if that command line was not tried.

boot: huge.s root=/dev/sda1 rdinit= ro

usbboot.img in slackware64-14.2 (dated Jun 24, 2016), works perfectly with that command line.

Same result with both 'dd' to copy the image to the USB stick or with usbimg2disk.sh
 
Old 01-20-2021, 05:35 PM   #2
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Yes, I've noticed it today with the Jan 20th usbboot.img. It is odd that root can no longer be booted by that command.
 
Old 01-20-2021, 06:09 PM   #3
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
OK, it's not just me.

There does not seem to be an email address 'published' for contacting Patrick.
(which is understandable 'cus he'd be getting a million emails a day) ;-)

Does anyone know how we can notify him of this 'bug' ?
 
Old 01-20-2021, 06:26 PM   #4
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Don't worry he will see this thread.
 
1 members found this post helpful.
Old 01-21-2021, 10:46 AM   #5
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
Forgot to mention.... There is a secondary less severe problem which exists with both the USB boot and with the install DVD boot.

Even though the hardware clock is set to the correct date/time...
when the machine is booted to either the install USB or the install DVD
(without the aforementioned command line for booting the existing system),
the date/time is set to exactly 24hrs in the past.

Booting the v14.2 USB stick or the v14.2 install DVD _with_ the aforementioned command line and
now being in the existing system... the date/time are correct as were set in the hardware clock.

And of-course, when booting to the existing system on HDD the date/time are correct.
 
Old 01-27-2021, 07:43 PM   #6
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
Well... it ain't fixed yet... problem still persists with today's usbboot.img

/slackware64-current/usb-and-pxe-installers/usbboot.img 27-Jan-2021 20:42 57M
 
Old 01-28-2021, 09:47 AM   #7
folkenfanel
Member
 
Registered: Sep 2004
Location: formerly Fanelia and Zaibach
Distribution: Slackware-current !
Posts: 342

Rep: Reputation: 59
Talking Try specifying initrd= instead of rdinit=

Hi,

I think your issue is related to these:
1. https://www.linuxquestions.org/quest...so-4175687793/
2. https://www.linuxquestions.org/quest...-a-4175687446/

The solution suggested by @gus3 works perfectly:

For instance, for sda1 it would be:

Code:
boot: huge.s root=/dev/sda1 initrd= ro
This behavior was introduced with Kernel 5.10.x.
 
1 members found this post helpful.
Old 01-28-2021, 10:57 AM   #8
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 337Reputation: 337Reputation: 337Reputation: 337
In my case, last week I tried to boot my laptop using usbboot.img but it doesn't boot at all. So I created a full slackware iso, then isohybrid it. It worked fine.
 
Old 01-28-2021, 12:12 PM   #9
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
Ah ha.... that works perfectly.

Thank You !!!

Sooooo.... the only thing that needs to be changed is the screen message needs to be changed from 'rdinit=' to 'initrd='

boot: huge.s root=/dev/sda1 initrd= ro
____________________________^^^^^^^___

Thanks again
 
Old 05-12-2021, 04:50 PM   #10
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
This thread has a working solution (even if I had to adapt it):
https://www.linuxquestions.org/quest...re-4175671086/
 
Old 05-13-2021, 03:57 AM   #11
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by glennmcc View Post
Has anyone else noticed this problem ?

The current usbboot.img (dated Jan 17, 2021), in slackware64-current boots OK to do an install, etc...

However, this command line is not booting the existing HDD install but rather boots the USB stick just as if that command line was not tried.

boot: huge.s root=/dev/sda1 rdinit= ro

usbboot.img in slackware64-14.2 (dated Jun 24, 2016), works perfectly with that command line.

Same result with both 'dd' to copy the image to the USB stick or with usbimg2disk.sh
Instead you should use the slightly different commandline which is used in -current:
Code:
boot: huge.s root=/dev/sda1 initrd= ro
 
2 members found this post helpful.
  


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] Can't boot usbboot.img on EFI in -current Bertical Slackware - Installation 3 08-11-2017 01:25 AM
kernel panic when booting 13.37 or current usbboot.img Ook Slackware 1 11-26-2011 06:06 AM
[SOLVED] Successful or unsuccessful creation of usbboot.img to flash drive? .Clockwork. Linux - Newbie 1 11-25-2011 04:28 AM
usbboot.img on slackware64-current dezsmond Slackware 6 04-23-2011 12:09 PM
[SOLVED] Slackware64-current usbboot.img fails to boot disturbed1 Slackware 11 02-19-2010 01:12 AM

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

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