Recent content by stuartbh

  1. S

    Trying to get wakeonlan working

    Thank you both for your replies. I am first wondering why Proxmox does not support such functionality? Is it a design choice or is it just that it has not been requested or implemented as yet? I looked at this solution: https://forum.proxmox.com/threads/wake-on-lan-for-vm.84355/ To say that I...
  2. S

    Wake on lan for VM

    Proxmox users, developers, et alia: I have rewritten this entire script, please see the file attached hereto. The issues I fixed as enumerated herein below: 1) It has far more while loops than are needed, thus the superfluous while loops were deracinated. 2) The while loops were not even...
  3. S

    Trying to get wakeonlan working

    All, I have a VLAN that my Proxmox servers sits on and I also have a laptop that is connected to the same VLAN (all are running Linux, the laptop, guests, etc...). We can call the VLAN 100 I installed ngrep on the Proxmox server and ran it using: ngrep '\xff{6}(.{6})\1{15}' -x port 9 When I...
  4. S

    Feature Request: Power Cycle option

    Exactly. I boot netbootxyz from a docker container hosted on my TrueNAS server, as such it boots as a read only device like a CD-ROM. It then HTTP boots the OS I select. In my case, the HTTP boot failed and I was in a recovery shell for the Kali Linux ISO I tried to boot, ACPI did not work. I...
  5. S

    Feature Request: Power Cycle option

    Right, and I am asking for a drop menu selection that combines both a start and stop as a "Power cycle" option. Click that option, walk away, and it just does all the start and stop steps forthrightly. Stuart
  6. S

    Feature Request: Power Cycle option

    Impact, All I can say is that I have the latest version of Proxmox (8.4.1), and it does NOT function as you state. Try these steps: 1) a VM is booted up and running. 2) a hardware change is made. 3) you click reboot expecting to get a "power off and power on" so that the VM is STOPPED NOT...
  7. S

    Feature Request: Power Cycle option

    Proxmoxers, On the power button option drop down it has options for: Reboot, Pause, Hibernate, Stop, Reset I suggest adding a "power cycle" option. Let us presume make a hardware configuration change and just wish to order Proxmox to power cycle the VM, pick up the change and reboot basically...
  8. S

    Trying to netboot with netbootxyz

    MarkusKo, Adding that device did allow for Proxmox to boot properly using a UEFI firmware selection with NetbootXYZ. I was using a VirtIO network device too. I would hope that the folks at Proxmox add a note to the configuration screen where one selects a firmware too boot with noting this can...
  9. S

    Trying to netboot with netbootxyz

    Proxmoxers, I have netbootxyz running in a container on my TrueNAS server under Portainer. I am trying to perform a network boot using OVFM (it seems to boot fine when I use SEABIOS). I created a VM within Proxmox and when I try to boot via network it states: BdsDxe: failed to boot Boot0001...
  10. S

    [TUTORIAL] HOWTO : Wrapper Script to Use Fedora CoreOS Ignition with Proxmox cloud-init system for Docker workloads

    Everyone, I just wanted to say that whilst a I really did appreciate all the work done into this project I finally decided to abandon using Fedora CoreOS and the Geco scripts under Proxmox as the maintenance of it just became too much work. I had been using Portainer under Fedora CoreOS under...
  11. S

    Feature request?

    I thought I saw the functionality, but I will have to check again. I will correct my way of capitalizing Proxmox, not sure when/why I ever started writing it that way. Stuart
  12. S

    Feature request?

    Fiona, et alia: Unless I am mistaken it would appear that the patch referenced herein previously throughout this thread has now been folded into the recently released ProxMox 8.4 version. Can I get verification on that? If my presumptions are correct, perhaps it would be prudent to mark this...
  13. S

    Feature request?

    Fiona, I hope I did not upset you or anyone at ProxMox, I have nothing but appreciation for everyone there. I did not realize he was a community member and just responded in the context of how I perceived him. I will try to pay more attention to the classification under someone's name in the...
  14. S

    Feature request?

    Neobin, Forgive me for not understanding entirely the dialogue, but this patch was written in July of 2023 and we are in February of 2025, might I ask why it is not part of the current distribution of ProxMox? I do not mean to ask this with any arrogance in mind. I completely understand that...
  15. S

    Feature request?

    ProxMox forum members, When I am in the "Create Virtual Machine" wizard and get to the OS screen and select "Use CD/DVD disc image file (ISO):", select my storage, and the get to the "ISO image" drop down menu, I am curious if there a way to access a sub-directory within that directory to get...