A no-nonsense way to safely backup your /etc/pve
files (pmxcfs) [^CFS] is actually very simple:
sqlite3 /var/lib/pve-cluster/config.db .dump > ~/config.dump.$(date --utc +%Z%Y%m%d%H%M%S).sql
1) Close Parallels completely | |
2) In Terminal, type : sudo nano /Library/Preferences/Parallels/network.desktop.xml (this will open the Terminal text editor "nano") | |
3) Type your admin password to access the file | |
4) Locate this line <usekextless>-1</usekextless> it could be also value 1 and replace whatever value there with 0, so you should have <usekextless>0</usekextless> | |
5) Press Ctrl+O to ask for a save, then Ctrl+X to close the editor | |
In Terminal, type : sudo nano /Library/Preferences/Parallels/dispatcher.desktop.xml | |
find <usb>0</usb> and change 0 to 1 | |
again Press Ctrl+O to ask for a save, then Ctrl+X to close the editor | |
6) Close Terminal and open Parallels like normal, your VM should load like on Catalina and before |
REDIRECT_IPV4
address to your computer's IPROOT_DOMAIN
and ROOT_DOMAIN_PATH
to where you want to redirect to (Change redirect type if necessary)docker compose up -d
from cmd
in the directory with this fileThis gist is almost entirely not unlike Derek Seaman's awesome blog:
Proxmox VE 8: Windows 11 vGPU (VT-d) Passthrough with Intel Alder Lake
As such please refer to that for pictures, here i will capture the command lines I used as i sequence the commands a little differently so it makes more logic to me.
This gists assumes you are not running ZFS and are not passing any other PCIE devices (as both of these can require addtional steps - see Derek's blog for more info)
This gist assumes you are not running proxmox in UEFI Secure boot - if you are please refer entirely to dereks blog.
import os | |
def parse_man_file(man_filepath): | |
with open(man_filepath, "r") as man_file: | |
lines = man_file.read().split("\n") | |
formatted_lines = [] | |
for line in lines: | |
# remove Apple developer comments included on the same line and strip off trailing white space |
The following works for pve 8 with 6.5 kernel.
The driver is still experimental, use with your own discretion.
git clone https://github.com/strongtz/i915-sriov-dkms
apt install dkms build-essential proxmox--headers-6.5
There is a well known issue where GPU drivers are crashing with multi-monitor setups due to an interaction with Windows MPO and both Nvidia and AMD GPUs.
Until this bug is fixed, the only solution is to disable MPO via the Windows Registry.
To apply the fix, simply run mpo_disable.reg
and reboot your computer.
This is to solve an issue where you use a non-apple european keyboard with the US keyboard layout in macOS where the Tilde key is in the wrong place.
This is the process for the Logitec MX Keys Mini
If this doesn't work: