I m still tracking down the Cloud-init for windows issue
and I found if I manually create the ISO using
genisoimage I need to pass it -iso-level 3 else it does not work
So I looked in the proxmox server
and found
/usr/share/perl5/PVE/QemuServer/Cloudinit.pm
run_command([['genisoimage','-R', '-V', $label, $path],
and changed that for a test but it does not seem to take effect
I restarted
pveproxy restart
But does not seem to take effect I m just wondering if there is some magic to do after editing the Perl code
Or maybe it does not even use that to make the ISO and its somewhere else
I guess the Plan B will be to change the windows cloud-init code so it an work
and I found if I manually create the ISO using
genisoimage I need to pass it -iso-level 3 else it does not work
So I looked in the proxmox server
and found
/usr/share/perl5/PVE/QemuServer/Cloudinit.pm
run_command([['genisoimage','-R', '-V', $label, $path],
and changed that for a test but it does not seem to take effect
I restarted
pveproxy restart
But does not seem to take effect I m just wondering if there is some magic to do after editing the Perl code
Or maybe it does not even use that to make the ISO and its somewhere else
I guess the Plan B will be to change the windows cloud-init code so it an work