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

 

 

 

graphic utility to create / burn the Linux ISO to usb

Ask for help with issues regarding the Installations of the Debian O/S.
Message
Author
vidocq
Posts: 4
Joined: 2018-05-27 06:30

Re: graphic utility to create / burn the Linux ISO to usb

#21 Post by vidocq »

the most simply way is :

dd if=image.iso of=/dev/sdX

sdX is your usbkey (often sdb or sdc... check with fdisk -l)

:!: be aware : if you write /dev/sda, you will probably override all your harddisk :!: (I don't think this what you want...)

=> when you want to use linux, you need to learn the command line... it's like driving a car without a licence ! it's not that hard, don't worry...

Post Reply