Create ISO from Source / Modify ISO

ispirto

Renowned Member
Oct 20, 2012
37
1
73
I'm trying to edit some files inside the ISO file and then recreate it.

What I did is:

Code:
mount -o loop proxmox-ve_2.3-ad9c5c05-30.iso iso/
cp -R iso/* newiso/
mkisofs -R -iso-level 4 -z -V "PVE" -o pve-cd.iso -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table newiso/

It boots fine but it returns this error:

Code:
no cdrom found - unable to continue (type exit or CTRL+D to reboot)

What am I doing wrong?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!