Boot to Exodia OS
- Balena Etcher
- Ventoy
- dd
- Rufus
- WinSetupFromUSB
Download Balena Etcher
- Launch Balena Etcher, Press on Select Image and select the Exodia OS ISO Image
- Press on Select target and Select your USB drive.
- Press on Flash!
- it will will create a bootable USB for both BIOS and UEFI.
Download Ventoy
you can crate a both BIOS
and UEFI
Bootable USB
in Linux using dd
- Open up The Terminal and run this command to list all
USB
Devices-
sudo fdisk -l
-
Disk /dev/sdc: 28.82 GiB, 30943995904 bytes, 60437492 sectors
Disk model: DataTraveler 3.0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xdc106f98
Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 2048 60371951 60369904 28.8G 7 HPFS/NTFS/exFAT
/dev/sdc2 60371952 60437487 65536 32M ef EFI (FAT-12/16/32)
-
- then Run the below command to burn the ISO on
USB
with path ofISO
image and the targetedUSB
-
sudo dd bs=4M if=path/to/exodia-os.iso of=/dev/sdX status=progress oflag=sync
- in my case the
USB
is/dev/sdc
- and the
ISO
path is loacated at~/Downloads/iso/exodia-home-2024.02.21-x86_64.iso
-
sudo dd bs=4M if=~/Downloads/iso/exodia-home-2024.02.21-x86_64.iso of=/dev/sdc status=progress oflag=sync
-
Download Rufus
Download WinSetupFromUSB