Skip to content

Instantly share code, notes, and snippets.

@noseka1
Last active April 2, 2020 17:44
Show Gist options
  • Save noseka1/63781c5ac983d8557e3cbd72fab39753 to your computer and use it in GitHub Desktop.
Save noseka1/63781c5ac983d8557e3cbd72fab39753 to your computer and use it in GitHub Desktop.

Install GRUB modules for BIOS and EFI:

yum install grub2-pc-modules grub2-efi-x64-modules

Install xorriso and mtools rpms that are used by grub2-mkrescue while creating the ISO image:

yum install xorriso mtools

Generate a bootable ISO image using the command:

grub2-mkrescue -o cdrom.iso [source_directory]

An ISO image cdrom.iso of about 13 MB in size should be sitting in your working directory now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment