Just incase anyone comes across this same issue, I have got it working by simply apending ide0 to the the bootlist. I am not sure WHY this would be needed but it is. I found it by grabbing the output of the Proxmox QEMU VM config file VMID.conf output before clicking Regenerate Image, and then...
Hello,
I am experiencing an issue with the CloudInit Drive 'auto-regenerating' after a clone, a virtual hardware hotswap, or even a reboot. The Regenerate Image button must be manually clicked in the GUI.
I have used Packer to create an image of Alma 9 Linux with cloud-init installed. It also...
I got this working with the below for anyone who comes across the same issue.
dd if=/dev/zero of=/tmp/pfsense-config.img count=204800
apt install multipath-tools
kpartx -a /tmp/pfsense-config.img
mkfs.vfat -F 32 /dev/mapper/loop0p1
mkdir /tmp/pfsense-config-temp-mount
mount /dev/mapper/loop0p1...
Thanks for the reply @leesteken !
I have added
args: -drive if=none,id=stick,format=raw,file=/var/lib/vz/template/iso/pfconfig-test.img -device nec-usb-xhci,id=xhci -device usb-storage,bus=xhci.0,drive=stick
as documented in
https://qemu-project.gitlab.io/qemu/system/devices/usb.html
The VM...
I have also looked at trying something like emulating USB on Debian which sounded promising.
https://unix.stackexchange.com/questions/338026/centos-how-to-emulate-a-usb-flashdrive
i.e. something like this (but the dummy_hcd kernel module not being included in 5.13.19-6-pve stops me. :(
modprobe...
Hello,
I am trying to automate the installation of pfSense via the use of their ECL feature (stick a USB in with the config during installation and it automatically restores every boot)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.