LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 06-28-2015, 01:17 AM   #1
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
New Burn of Debian 8 DVD Won't Boot


Hi:

I downloaded Debian 8 Jessie yesterday.

I choose'debian-8.1.0-amd64-DVD-3.iso' directly from the Debian website and checked the md5sum signature and it matched.
http://cdimage.debian.org/debian-cd/...amd64/iso-dvd/

I used XFburn to burn a prepared compilation of the Debian .iso at the speed of 8. I didn't use MAX speed. When the burn was complete the drive door opened like it should have.

I went into the BIOS twice to ensure that the machine is set to boot to the CDROM drive first and it is.

When my desktop boots I see the black screen with the white flashing cursor and hear the DVD run in the drive and it looks like it's about to boot into the Live DVD.

It fails to boot the DVD and boots into Slackware which is my first os on a 500 GB HDD that is /dev/sda1.

Slackware see's the Debian DVD and so does Linux Mint which is on the second os on my 1TB HDD.

I tried shutting down from Mint and restarting and the DVD does the same.

The DVD+R was brand new from the stack and
I turned the DVD over and looked at it under good light and I didn't see any scratches.

I went back to the Debian page where the DVD .iso are and checked again.
I think I downloaded DVD 3. It's a set of 3 DVD .iso's. jeeeeeeeesz!

Can I just use the Debian 8 CD that I have that was Debian 8 (Testing) before it became stable to install?

Last edited by Ztcoracat; 06-28-2015 at 01:46 AM.
 
Old 06-28-2015, 06:40 AM   #2
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
you may want to try it like I do it Debian has been a pain in the back side for me also so many times I ran it live from grub.cfg
so I could set modesetting for my graphics.

Code:
}
menuentry "debian 8.1.0-" {
        set isofile="/mntiso/debian-8.1.0-amd64-DVD-1.iso"
        # or set isofile="/<username>/Downloads/debian-8.1.0-amd64-DVD-1.iso"
        # if you use a single partition for your $HOME
        loopback loop (hd0,1)$isofile
        linux (loop)/live/vmlinuz boot=live <-- Change name the folder holds the correct kernel iso-scan/filename=$isofile noprompt noeject nouveau.modeset=0
        initrd (loop)/live/initrd.img
}
}
I find this odd this is not a live disk or did I miss read if I did sorry. I always try the live cd first. 9 out of ten times they screw up installing.
yes I have a folder on one of my drives location /mntiso .
good luck hope you have better luck then I ever had with debian burns.

Last edited by Drakeo; 06-28-2015 at 11:06 AM. Reason: spelling
 
Old 06-28-2015, 06:40 AM   #3
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
You only need the first DVD -- the rest are for people who don't have an internet connection.

EDIT: To clarify, the first DVD is bootable but the others are not (they just contain the packages in the repository).

You could use the old DVD but it will be an under-developed version of the installer and will require so many updates that you may as well just download the netinstall ISO image for jessie (Debian Stable, version 8.1) and use that instead...

http://cdimage.debian.org/cdimage/un.../amd64/iso-cd/

Last edited by Head_on_a_Stick; 06-28-2015 at 06:42 AM.
 
Old 06-28-2015, 12:47 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Drakeo View Post
you may want to try it like I do it Debian has been a pain in the back side for me also so many times I ran it live from grub.cfg
so I could set modesetting for my graphics.

Code:
}
menuentry "debian 8.1.0-" {
        set isofile="/mntiso/debian-8.1.0-amd64-DVD-1.iso"
        # or set isofile="/<username>/Downloads/debian-8.1.0-amd64-DVD-1.iso"
        # if you use a single partition for your $HOME
        loopback loop (hd0,1)$isofile
        linux (loop)/live/vmlinuz boot=live <-- Change name the folder holds the correct kernel iso-scan/filename=$isofile noprompt noeject nouveau.modeset=0
        initrd (loop)/live/initrd.img
}
}
I find this odd this is not a live disk or did I miss read if I did sorry. I always try the live cd first. 9 out of ten times they screw up installing.
yes I have a folder on one of my drives location /mntiso .
good luck hope you have better luck then I ever had with debian burns.
Thanks Drakeo:-
I'll try your method should the new burn of the DVD-1.iso gives me a problem.
 
Old 06-28-2015, 01:00 PM   #5
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Head_on_a_Stick View Post
You only need the first DVD -- the rest are for people who don't have an internet connection.

EDIT: To clarify, the first DVD is bootable but the others are not (they just contain the packages in the repository).

You could use the old DVD but it will be an under-developed version of the installer and will require so many updates that you may as well just download the netinstall ISO image for jessie (Debian Stable, version 8.1) and use that instead...

http://cdimage.debian.org/cdimage/un.../amd64/iso-cd/
They sure don't make it clear on the page to download Debian that you need the first DVD .iso- (unless I missed something)
Looking at that page it seems/looks as though you need to download all 3 DVD .iso's.
I'm not happy that I just made a coaster.

I'll download the first DVD .iso this time, thanks for the clarification.-
 
Old 06-28-2015, 01:04 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Somehow I missed this from that page.

Quote:
Initially, you will only need to download and use the first image
Oh well, we all miss things but I've learned from making a coaster.
 
Old 06-28-2015, 01:09 PM   #7
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
In all fairness, the Debian website isn't exactly a model of crystal clarity

Glad you got it working!
 
1 members found this post helpful.
Old 06-28-2015, 01:14 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Head_on_a_Stick View Post
In all fairness, the Debian website isn't exactly a model of crystal clarity

Glad you got it working!
Amen!

New .iso is downloading now.-
 
Old 07-04-2015, 12:40 AM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
FWIW debians packages are updated so often that it's better to get a regular cd or netinstall because after downloading the dvd the system will ask if you want to update anyway. The only difference is the dvd will have all of the DE's available.
 
Old 07-04-2015, 11:46 AM   #10
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
The download kept failing. I'm pretty sure that my ISP is throttling my wifi.
A friend downloaded Debian for me and I got it today.-

If I can download g-parted today I'll be able to install Debian.
 
Old 07-04-2015, 12:24 PM   #11
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Install transmission & use torrents that way you won't have the failed downloads.
 
Old 07-04-2015, 12:28 PM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by EDDY1 View Post
Install transmission & use torrents that way you won't have the failed downloads.
I found it, Thanks!
http://slackbuilds.org/repository/14.../transmission/
 
Old 07-04-2015, 12:38 PM   #13
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
G-parted is available as a zip or an .iso on this page.
http://sourceforge.net/projects/gpar...able/0.22.0-2/

I'm not sure how Transmission would work as a torrent is not listed on that page.

Maybe try wget -c ?
 
Old 07-05-2015, 03:02 PM   #14
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
G-parted Live finally downloaded for me and I had a successful burn.

I tip my hat to the men that made G-parted Live:-
 
  


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
DVD Writer won't burn DVD's spandey Linux - Hardware 7 01-13-2011 10:25 PM
CD-DVD drives won't burn Sony OEM DVD-R SX jdtiede Linux - Hardware 0 03-11-2009 02:03 PM
cdrecord won`t burn dvd AlanL Slackware 13 02-13-2009 07:59 PM
burn't dvd won't play lindberg.bill Slackware 9 01-23-2007 03:59 AM
DVD-R won't burn k3b smudge|lala Linux - Software 21 08-06-2005 01:25 PM

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

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