Search results

  1. V

    7.4-3 How to enable Wake on LAN?

    Thank you. I have found out how to set it up, and this article has solved my problem,I checked and found out that my port input was incorrect, which caused a running error https://www.shenxue1112.tk/proxmox-pve-远程唤醒方法/
  2. V

    7.4-3 How to enable Wake on LAN?

    How to solve this problem? Need to add scripts?
  3. V

    7.4-3 How to enable Wake on LAN?

    The motherboard of my pve virtual machine has enabled the wake-on-lan function, but when I set the system configuration, as long as I restart pve, the original settings will be restored. How can I fix it?
  4. V

    How can I add hard disk and real capacity to my pve system?

    ok thank you very much for explaining it for me, i will try it but i found a trick As shown in the figure below, it seems that this can also display all the capacity
  5. V

    How can I add hard disk and real capacity to my pve system?

    My hard disk capacity is 500g. How can I set the "is_mountpoint" flag for Excuse me? Can't I hang the hard disk directly in the system storage? Do I need to enter other codes?
  6. V

    How can I add hard disk and real capacity to my pve system?

    How can I add a hard disk to display the correct capacity? Why do I always display the wrong capacity?
  7. V

    AMD core display pass-through, install win10 does not start

    Do you mean to delete this VM and create one later?
  8. V

    AMD core display pass-through, install win10 does not start

    Yes, why is that? Could it be an AMDCPU issue?
  9. V

    AMD core display pass-through, install win10 does not start

    root@pve:~# lspci -nn 00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Renoir Root Complex [1022:1630] 00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Renoir IOMMU [1022:1631] 00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge...
  10. V

    AMD core display pass-through, install win10 does not start

    swtpm_setup: Not overwriting existing state file. TASK ERROR: start failed: command '/usr/bin/kvm -id 100 -name win10 -no-shutdown -chardev 'socket,id=qmp,path=/var/run/qemu-server/100.qmp,server=on,wait=off' -mon 'chardev=qmp,mode=control' -chardev...
  11. V

    AMD core display pass-through, install win10 does not start

    Still doesn't work. . . . root@pve:~# dmesg | grep nomode [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.13.19-2-pve root=/dev/mapper/pve-root ro quiet amd_iommu=on iommu=pt nomodeset textonly video=vesafb:off video=efifb:off [ 0.017612] Kernel command line...
  12. V

    AMD core display pass-through, install win10 does not start

    My dmesg | grep nomode only have these root@pve:~# dmesg | grep nomode [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.13.19-2-pve root=/dev/mapper/pve-root ro quiet amd_iommu=on iommu=pt nomodeset textonly video=vesafb:off video=efifb:off [ 0.017841] Kernel command line...
  13. V

    AMD core display pass-through, install win10 does not start

    root@pve:~# cat /boot/grub/grub.cfg | grep nomode linux /boot/vmlinuz-5.13.19-2-pve root=/dev/mapper/pve-root ro quiet amd_iommu=on iommu=pt nomodeset textonly video=vesafb:off video=efifb:off linux /boot/vmlinuz-5.13.19-2-pve root=/dev/mapper/pve-root ro quiet amd_iommu=on...