Rocky 9.x Ventoy
From Notes_Wiki
Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > File system management > Rocky 9.x Ventoy
It is better to use Ventoy to have multiple OS installers on a single USB in comparison to dd approach or Rufus or some live USB creator. For creating bootable USB via Ventoy use:
- Go to https://www.ventoy.net/en/download.html and download Linux .tar.gz file
- Extract the Linux tar.gz file.
- Go to that folder as root user
- Identify device name for pen-drive via "fdisk -l". *Be very careful if you make mistake you will wipe some wrong device.*
- Then install ventoy on the drive using:
- ./Ventoy2Disk.sh -i /dev/sdb
- # say y twice
- If you now do fdisk -l there should be /dev/sda1 with maximum space and /dev/sda2 approx 35MB with ventoy
- Copy required ISO to /dev/sda1 after mounting it on some local folder
- Reboot and test
Refer:
Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > File system management > Rocky 9.x Ventoy