Bootable ISOs from a folder #1246
classbproject
started this conversation in
General
Replies: 2 comments 1 reply
-
It will not. You should recreate the original scheme of that ISO image. Keka creates plain UDF or ISO9660 images. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As an alternative you can recreate it using xorriso -as mkisofs \
-V 'debian-11.6' \
-e boot/grub/efi.img \
-no-emul-boot \
-o <YOUR_DESTIONATION.iso> \
<YOUR_DEBIAN_FOLDER> You'll need to install |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used Keka to extract the Debian 11.6 distribution ISO to a folder since I wanted to edit a few files to enable serial console installation. Would the bootable state be retained if I re-archived this to an ISO using Keka?
Beta Was this translation helpful? Give feedback.
All reactions