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
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-08-2015, 08:36 AM   #1
jr_bob_dobbs
Member
 
Registered: Mar 2009
Distribution: Bedrock, Devuan, Slackware, Linux From Scratch, Void
Posts: 651
Blog Entries: 135

Rep: Reputation: 188Reputation: 188
slackware DVD fails to boot


I have a slackware 14.1 DVD, 64 bit version. I have used it twice to install Slackware within emulation. That worked. The fact of that working establishes two things. One: the ISO is good. Two: I'm not a moron.

After that success, it was decided to take it to the real world and boot off a physical Slackware DVD. So I burned the ISO to a DVD. I verified that this DVD was mountable and noted that the files appeared good. I mounted the ISO and ran a diff against the mounted DVD. That also checked out. So far, so good.

Rebooted my computer. The computer quietly ignored the DVD and went to its usual grub menu. Quietly, as in: no error, as if DVD were not in the drive at all.

Checked settings in my computer: boot priority to USB and CD(DVD) higher than hard drive. OK: that is as it had been before, and as it should be.

Booted another liveCD for a different distro. Booted into that fine. This establishes (a) boot priority *is* set to DVD and (b) my computer is capable of booting from a valid DVD (which makes sense, as I'd had to do that to install the distro I am currently running).

So I am perplexed. How can I get my computer to boot from a Slackware DVD?

Last edited by jr_bob_dobbs; 06-08-2015 at 08:37 AM.
 
Old 06-08-2015, 09:18 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Probably the command you used to burn the ISO to the DVD did properly transfer the files but failed to make the DVD bootable.

Try with this command (assuming the image is named slackware-dvd.iso, else adapt accordingly):
Code:
growisofs -speed=2 -dvd-compat -Z /dev/sr0=slackware-dvd.iso
If the command grwisofs is not available in your system, or you don't want to waste a DVD, you could use an USB stick instead. I have provided instructions here, see under "Burn the ISO image on a DVD, a CD or an USB stick". It's for an another installer but the instructions are exactly the same, but the name of the ISO file.

EDIT: if you use the dd command, issue the command "sync" after the dd command is completed, I forgot that in the instructions that I will complete.

Last edited by Didier Spaier; 06-08-2015 at 09:21 AM. Reason: EDIT added.
 
Old 06-08-2015, 09:19 AM   #3
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Did you follow the instructions in README.TXT in the /isolinux directory for preparing a bootable Slackware DVD ISO image?
 
Old 06-08-2015, 10:14 AM   #4
JackHair
Member
 
Registered: Aug 2009
Location: Netherlands
Distribution: Slackware64-current
Posts: 167

Rep: Reputation: 39
You can also try if the DVD works in the VM.
 
Old 06-08-2015, 10:21 AM   #5
maciuszek
Member
 
Registered: Nov 2010
Location: Toronto, Ontario
Distribution: Slackware + FreeBSD
Posts: 165

Rep: Reputation: 40
If the above doesn't work out, I would still compare hashes of the iso and written drive: https://help.ubuntu.com/community/HowToMD5SUM
To assure yourself everything went well.

Last edited by maciuszek; 06-08-2015 at 10:22 AM. Reason: Specifically look at the part that mentions cd
 
Old 06-08-2015, 10:37 AM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member response

Hi,

Quote:
Originally Posted by jr_bob_dobbs View Post
I have a slackware 14.1 DVD, 64 bit version. I have used it twice to install Slackware within emulation. That worked. The fact of that working establishes two things. One: the ISO is good. Two: I'm not a moron.
So this DVD ISO works to install to a VM. Maybe just someone not thinking this out!
Quote:
Originally Posted by jr_bob_dobbs View Post
After that success, it was decided to take it to the real world and boot off a physical Slackware DVD. So I burned the ISO to a DVD. I verified that this DVD was mountable and noted that the files appeared good. I mounted the ISO and ran a diff against the mounted DVD. That also checked out. So far, so good.
Why create another DVD? If the first one worked then use that one.

Quote:
Originally Posted by jr_bob_dobbs View Post
Rebooted my computer. The computer quietly ignored the DVD and went to its usual grub menu. Quietly, as in: no error, as if DVD were not in the drive at all.

Checked settings in my computer: boot priority to USB and CD(DVD) higher than hard drive. OK: that is as it had been before, and as it should be.

Booted another liveCD for a different distro. Booted into that fine. This establishes (a) boot priority *is* set to DVD and (b) my computer is capable of booting from a valid DVD (which makes sense, as I'd had to do that to install the distro I am currently running).

So I am perplexed. How can I get my computer to boot from a Slackware DVD?
I would suspect a bad write. Verifies do not always work, sometimes the created Image is padded out. If the first DVD you created worked to install to a VM then why not use that DVD?
Hope this helps.
 
Old 06-08-2015, 10:44 AM   #7
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
@onebuck: I assume that the OP actually meant "I first tried to boot off the DVD ISO image (the file) in a VM, then burned it to a physical DVD to try in a real machine"
 
1 members found this post helpful.
Old 06-08-2015, 11:41 AM   #8
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member response

Hi,

Not by the meaning in this;
Quote:
[I have a slackware 14.1 DVD, 64 bit version. I have used it twice to install Slackware within emulation. That worked. The fact of that working establishes two things. One: the ISO is good. Two: I'm not a moron
OP states He/she does have a Slackware 14.1 DVD in the opening statement. Also stated used same to install Slackware twice.
 
Old 06-08-2015, 11:57 AM   #9
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by onebuck View Post
Hi,

Not by the meaning in this;OP states He/she does have a Slackware 14.1 DVD in the opening statement. Also stated used same to install Slackware twice.
Could mean s/he downloaded the DVD iso vs the CD iso (which, granted, isn't available for Slackware64, but nonetheless, could be the reasoning s/he used the wording they did), and s/he specifically stated that Slackware was installed "within emulation".
 
Old 06-08-2015, 12:01 PM   #10
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
@onebuck: Yes, but:
Quote:
After that success, it was decided to take it to the real world and boot off a physical Slackware DVD. So I burned the ISO to a DVD.
Anyway, let's wait for the OP to come back

Last edited by Didier Spaier; 06-09-2015 at 02:10 AM.
 
Old 06-09-2015, 12:03 AM   #11
ppencho
Member
 
Registered: Jan 2004
Location: Bulgaria
Distribution: Slackware64-current
Posts: 94

Rep: Reputation: Disabled
Check the burnt DVD using:

Code:
dd if=/dev/sr0 | head -c `stat --format=%s slackware-dvd.iso` | md5sum
and compare the result to the original ISO md5 value.
 
  


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] Scientific Linux Install DVD fails to boot, no matter what options are passed... fedoralinuxjunkie Red Hat 7 03-04-2010 08:33 PM
Live DVD openSUSE fails to boot PietjePuk Linux - Newbie 2 09-29-2009 02:51 PM
Boot Fails on Dual Boot Slackware 12 linuxbird Linux - General 3 07-20-2008 03:08 PM
fails to boot from DVD nerdman978 Linux - Software 2 04-12-2007 03:47 AM
Slackware 9.1 fails to see LG DVD-ROM stupidflanders Linux - Hardware 0 02-16-2004 08:18 PM

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

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