How to create an iso using "Fedora 38 Server image extracted"

shahulhameed8

New Member
Joined
May 6, 2023
Messages
1
Reaction score
0
Credits
15
I am facing very hard time to create an iso using "Fedora 38 Server image extracted". I successfully created "Fedora 36 Server image extracted" using below.

xorriso -indev Fedora-Workstation-server-x86_64-36-1.9.iso \
-outdev test.iso \
-compliance no_emul_toc \
-map "/home/username/extractediso/EFI/BOOT/grub.cfg" "EFI/BOOT/grub.cfg" -map "/home/username/extractediso/kickstart.ks" "kickstart.ks" \
-boot_image any replay

But the above only work upto "Fedora 36 Server image extracted" not in 37 and 38. Anyone please help me.
 
Last edited:


That's what you call doing it the hard way.
Try this...

mount -o loop /path/to/Fedora-Workstation-server-x86_64-38-1.6.iso /mnt
cp -rvf /mnt/* /path/to/extracted/image

umount /mnt


I see kickstart and grub.cfg stuff here.
The extracted grub.cfg and the kickstart.ks files won't work directly off the iso image
if you're using this for kickstart.
 
Also, if you are using this for kickstart, I would recommend using the Fedora-Server iso, not
the workstation iso. You can still install the workstation stuff.
 

Members online


Top