Proxmox 3.4 boot_catalog

NetRock

Renowned Member
Apr 23, 2015
78
1
71
Hi ...
What is the bootblock in proxmox 3.4, I believe, is not isolinux.bin anymore, to create bootable media.

Thank you for your help
 
Thank you for your reply.
I am trying to edit the proxmox3.4_*.ISO, after modifying it could you please help me
what I need to use to make a bootable proxmox3.4_*.ISO again.

Thank you for your help .....
 
Thank you for your reply.
I am trying to edit the proxmox3.4_*.ISO, after modifying it could you please help me
what I need to use to make a bootable proxmox3.4_*.ISO again.

We use something like this:
Code:
grub-mkrescue -o pve-cd.iso dir-with-cd-data/ -z -r -volid 'PVE' -c boot/boot.cat
 
Thank you so much for your help.


I cannot get the compression of new ISO file working. I end up with 1GB every time without adding any new files. I tried "--compress=xz" but no size change. Also, -z and -r throws errors.
Do you know what option i can use to make the max. compression to create the new ISO.
Thanks.
 
Hi ....
Does anyone know what option needs to be used to compress the ISO file "proxmox-ve_3.4-3f2d890e-1.iso".
The option: "--compress=xz" creates an ISO file with size of 1.1GB instead of 664MB.
Thank you for your help...