On 7/8/24 10:01 AM, François Patte wrote:
Bonjour,

I downloaded the f40 iso for a worksation, but I did not see on the fedora website how to burn a bootable DVD with this iso file....

Maybe someone can tell me how to proceed.

google indicates this for windows....  no windows at home.

I prefer to use command line.

Thank you.

The easiest way is to just dd the iso file to a USB stick and boot off that.

This shows you the USB drive. On my system, I have two drives internal drives, so my USB drive shows up as sdc:

lsblk

Once you've identified the USB drive, use dd to write it to the USB. In my case, it's /dev/sdc:

dd if=/path/to/Fedora-Workstation-Live-x86_64-40-1.14.iso of=/dev/sdc

Make sure your USB drive is large enough for the whole ISO file to be written to it.

I also recommend Ventoy for booting off multiple ISO files:

https://www.ventoy.net/en/index.html

Hope this helps!

--
Thomas
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to