Search results

  1. A

    Update Windows 10 VM to Windows 11

    @hamguy23 I had to update my virtio drivers (a few years old) to the most recent stable before I got mine to recognise the TPM.
  2. A

    survey for "got inotify poll request in wrong process - disabling inotify" log message

    # journalctl -u pveproxy -u pvedaemon|wc -l 2491 # journalctl -u pveproxy -u pvedaemon |grep "disabling inotify"|wc -l;pveversion 11 pve-manager/8.3.5/dac3aa88bac3f300 (running kernel: 6.8.12-8-pve)
  3. A

    Why is /dev full on my LXC container?

    I had the same thing after installing syslog-ng on my Gentoo container. The default config writes to tty12 (so you can switch to that tty to look at the log). Removed the lines that did that: # By default messages are logged to tty12... #destination console_all { file("/dev/tty12"); }; #log {...
  4. A

    Can not install Windows 2019

    This also solves the error "Windows can't install on that drive 0x80300001" after loading the virtio driver and selecting the disk. OMG! What a stupid error message. How about "Please re-insert the Windows installation disk"? That would have saved me 40 minutes. Thanks Craig, I was getting very...