Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Can't create ISO of Debian 9.4 install DVD

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Tonto
Posts: 39
Joined: 2015-11-02 20:30
Been thanked: 1 time

Can't create ISO of Debian 9.4 install DVD

#1 Post by Tonto »

I have a DVD set of Debian 9.4 and need to create a bootable USB stick of the first disk. When I try to create an ISO image, all I get is a 2048-byte file.

This happens in both Brasero and K3B.

Could someone please explain why this is happening, and how to create the ISO file required as per the instructions on the Debian website?

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Can't create ISO of Debian 9.4 install DVD

#2 Post by stevepusser »

How are you converting the disk to an ISO image in those programs?
MX Linux packager and developer

Tonto
Posts: 39
Joined: 2015-11-02 20:30
Been thanked: 1 time

Re: Can't create ISO of Debian 9.4 install DVD

#3 Post by Tonto »

stevepusser wrote:How are you converting the disk to an ISO image in those programs?
Use "Copy media" with the option "image only".

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Can't create ISO of Debian 9.4 install DVD

#4 Post by p.H »

As root, use dd or cp instead.

Code: Select all

dd if=/dev/sr0 of=/path/to/image.iso bs=1M

Code: Select all

cp /dev/sr0 /path/to/image.iso
(replace sr0 with the actual DVD drive device name)

Tonto
Posts: 39
Joined: 2015-11-02 20:30
Been thanked: 1 time

Re: Can't create ISO of Debian 9.4 install DVD

#5 Post by Tonto »

OK, thanks. But WHY does this happen?

I've been using Linux for eighteen years, and in the early days used to UNDERSTAND it. Nowadays so much happens by "magic" that I no longer do, and I resent that. Even worse, documentation is fast disappearing, and being replaced by incantations. Doesn't bode well for the future.

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Can't create ISO of Debian 9.4 install DVD

#6 Post by p.H »

Tonto wrote:But WHY does this happen?
I do not use K3B and Brasero, I do not need to use bloatware to create a disk image and don't know what they do or try to do when you ask them to create such image. All I can say is that 2048 bytes is the sector size on optical disks.
Tonto wrote:I've been using Linux for eighteen years, and in the early days used to UNDERSTAND it.
Then you must have learned to use dd and cp.

Post Reply