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

 

 

 

Creating Debian Live or NetInst USB

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
User avatar
ticojohn
Posts: 1284
Joined: 2009-08-29 18:10
Location: Costa Rica
Has thanked: 21 times
Been thanked: 44 times

Creating Debian Live or NetInst USB

#1 Post by ticojohn »

In the past I have always used the dd command to create netinst and live usb's. Just wondering if it is possible to use a program like HandBrake to burn the .iso file to a USB.
I am not irrational, I'm just quantum probabilistic.

User avatar
Jimmyfd
Posts: 63
Joined: 2011-01-02 14:18
Location: Denmark
Contact:

Re: Creating Debian Live or NetInst USB

#2 Post by Jimmyfd »

You could use Startup disk creator
UBUNTU ? Debian programmer gone mad !

User avatar
ticojohn
Posts: 1284
Joined: 2009-08-29 18:10
Location: Costa Rica
Has thanked: 21 times
Been thanked: 44 times

Re: Creating Debian Live or NetInst USB

#3 Post by ticojohn »

Jimmyfd wrote: 2021-11-10 20:49 You could use Startup disk creator
I don't see that in the Debian repo.
I am not irrational, I'm just quantum probabilistic.

User avatar
sunrat
Administrator
Administrator
Posts: 6593
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 502 times

Re: Creating Debian Live or NetInst USB

#4 Post by sunrat »

The cp command syntax is simpler than dd:

Code: Select all

cp example.iso /dev/sdX ; sync
Of course you could use the ridiculously boated Balena Etcher but that's an appimage or something, also not in the repo.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
ticojohn
Posts: 1284
Joined: 2009-08-29 18:10
Location: Costa Rica
Has thanked: 21 times
Been thanked: 44 times

Re: Creating Debian Live or NetInst USB

#5 Post by ticojohn »

sunrat wrote: 2021-11-10 21:54 The cp command syntax is simpler than dd:

Code: Select all

cp example.iso /dev/sdX ; sync
Of course you could use the ridiculously boated Balena Etcher but that's an appimage or something, also not in the repo.
Hey there @sunrat. Yes I knew about using cp, I was just wondering about some kind of GUI based option. I'm a GUI freak. :lol:

I happen to have the gnome-disk-utilites package installed, even though I use XFCE, and I found that it includes a program called Disk Image Writer. I tried that and it seems to work well. So my inquisitive nature is satisfied. I'll probably continue to use dd in the future as I am fairly comfortable with dd. Might try cp the next time I have the need just to see how that works. Sure looks like a simple solution.

Thanks for the feedback. :D
I am not irrational, I'm just quantum probabilistic.

CwF
Global Moderator
Global Moderator
Posts: 2741
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 45 times
Been thanked: 206 times

Re: Creating Debian Live or NetInst USB

#6 Post by CwF »

You could just craft the desired OS in a vm and then image it to the usb.

On a big one you have the space to include other images for other systems...

User avatar
argentwolf
Posts: 201
Joined: 2021-09-05 23:21
Has thanked: 185 times
Been thanked: 15 times

Re: Creating Debian Live or NetInst USB

#7 Post by argentwolf »

Xfburn is a simple CD/DVD/Blu-ray burning tool...
https://docs.xfce.org/apps/xfburn/start
Vanguard Debian, because nothing's worse than doing nothing, whimsically!
32-bit | 2 Duo T5270 @ 1.40GHz x 2 CPU | 3.9GiB RAM | NV86 117MiB GPU | 465.76GiB SSD
64-bit | i7-4790 @ 3.60GHz x 8 CPU | 15.6GiB RAM | NVD9 1.9GiB GPU | 931.51GiB SSD

User avatar
ticojohn
Posts: 1284
Joined: 2009-08-29 18:10
Location: Costa Rica
Has thanked: 21 times
Been thanked: 44 times

Re: Creating Debian Live or NetInst USB

#8 Post by ticojohn »

argentwolf wrote: 2021-11-10 23:21 Xfburn is a simple CD/DVD/Blu-ray burning tool...
https://docs.xfce.org/apps/xfburn/start
I looked at Xfburn. It doesn't seem to have the capability to burn the image to a USB stick.
I am not irrational, I'm just quantum probabilistic.

User avatar
argentwolf
Posts: 201
Joined: 2021-09-05 23:21
Has thanked: 185 times
Been thanked: 15 times

Re: Creating Debian Live or NetInst USB

#9 Post by argentwolf »

Sorry, I should have re-read your post. I've used MultiWriter, but if I remember is seemed very slow...
Vanguard Debian, because nothing's worse than doing nothing, whimsically!
32-bit | 2 Duo T5270 @ 1.40GHz x 2 CPU | 3.9GiB RAM | NV86 117MiB GPU | 465.76GiB SSD
64-bit | i7-4790 @ 3.60GHz x 8 CPU | 15.6GiB RAM | NVD9 1.9GiB GPU | 931.51GiB SSD

scdbackup
Posts: 24
Joined: 2014-02-19 09:29

Re: Creating Debian Live or NetInst USB

#10 Post by scdbackup »

Hi,

quite new (for Debian's time scale):

https://wiki.debian.org/XorrisoDdTarget

The script is meanwhile as package in Debian Testing, but may also be
downloaded from upstream:

https://dev.lovelyhq.com/libburnia/libi ... -dd-target

Mistrusting users check it with the signature file by gpg --verify

https://dev.lovelyhq.com/libburnia/libi ... target.sig

Have a nice day :)

Thomas

User avatar
Legion99
Posts: 20
Joined: 2021-12-08 08:33
Has thanked: 2 times
Been thanked: 2 times

Re: Creating Debian Live or NetInst USB

#11 Post by Legion99 »

Only just returned to the Debian universe so slow on this. I use Balena Etcher with good results to quickly and easily burn to USB drives https://www.balena.io/etcher/
Image Deb Trixie w/- Cinnamon, B550M Pro4 AM4, AMD Ryzen 7 5800X / RAM 32GB / SSD 260GB / 4TB hdd + HP ProBook 455 G9.

d76
Posts: 15
Joined: 2020-02-15 19:17
Has thanked: 4 times
Been thanked: 3 times

Re: Creating Debian Live or NetInst USB

#12 Post by d76 »

I have started using Ventoy - https://ventoy.net

For me, it has been the best solution for creating a live .iso and buring it to a USB. I especially like that one USB can hold multiple .iso files

User avatar
Legion99
Posts: 20
Joined: 2021-12-08 08:33
Has thanked: 2 times
Been thanked: 2 times

Re: Creating Debian Live or NetInst USB

#13 Post by Legion99 »

d76 wrote: 2021-12-12 18:56 I have started using Ventoy - https://ventoy.net

For me, it has been the best solution for creating a live .iso and buring it to a USB. I especially like that one USB can hold multiple .iso files

I thought the 'multiple .iso files sounded interesting so though I would have a play with it. Unfortunately the site is unreachable.
Image Deb Trixie w/- Cinnamon, B550M Pro4 AM4, AMD Ryzen 7 5800X / RAM 32GB / SSD 260GB / 4TB hdd + HP ProBook 455 G9.

d76
Posts: 15
Joined: 2020-02-15 19:17
Has thanked: 4 times
Been thanked: 3 times

Re: Creating Debian Live or NetInst USB

#14 Post by d76 »

I'd encourage you to give it a try.

It's not only the mulitple iso feature that I find that I find helpful but, maybe more important, I really appreciatet how easy it is to set up the usb .

I just tried the site and it is up.

User avatar
argentwolf
Posts: 201
Joined: 2021-09-05 23:21
Has thanked: 185 times
Been thanked: 15 times

Re: Creating Debian Live or NetInst USB

#15 Post by argentwolf »

d76 wrote: 2021-12-12 18:56 I have started using Ventoy - https://ventoy.net

For me, it has been the best solution for creating a live .iso and buring it to a USB. I especially like that one USB can hold multiple .iso files
Amazing! Am I the only one alerted by such a promiscuous device?
Vanguard Debian, because nothing's worse than doing nothing, whimsically!
32-bit | 2 Duo T5270 @ 1.40GHz x 2 CPU | 3.9GiB RAM | NV86 117MiB GPU | 465.76GiB SSD
64-bit | i7-4790 @ 3.60GHz x 8 CPU | 15.6GiB RAM | NVD9 1.9GiB GPU | 931.51GiB SSD

Post Reply