vault backup: 2026-04-27 22:49:41
This commit is contained in:
Vendored
+21
-6
@@ -21,6 +21,20 @@
|
||||
"title": "2026-04-01 0959"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "cb28db7825f0c97f",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "_Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "2026-04-27 2233 setting up gpu with proxmox lxc"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "b04004f8333d9b26",
|
||||
"type": "leaf",
|
||||
@@ -157,7 +171,8 @@
|
||||
"title": "2026-04-24 1836 linux zfs storage pool setup"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@@ -316,10 +331,10 @@
|
||||
"state": {
|
||||
"type": "file-properties",
|
||||
"state": {
|
||||
"file": "_Inbox/2026-04-01 0959.md"
|
||||
"file": "_Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md"
|
||||
},
|
||||
"icon": "lucide-info",
|
||||
"title": "File properties for 2026-04-01 0959"
|
||||
"title": "File properties for 2026-04-27 2233 setting up gpu with proxmox lxc"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -365,8 +380,10 @@
|
||||
"obsidian-git:Open Git source control": false
|
||||
}
|
||||
},
|
||||
"active": "e3d2a529d5433780",
|
||||
"active": "cb28db7825f0c97f",
|
||||
"lastOpenFiles": [
|
||||
"_Inbox/2026-04-01 0959.md",
|
||||
"_Inbox/2026-04-27 2233 setting up gpu with proxmox lxc.md",
|
||||
"_Inbox/2026-04-07 1100 notes on proxmox and truenas machine setup.md",
|
||||
"_Inbox/2026-04-22 1302 Fow Circus tickets sale merchant.md",
|
||||
"_Inbox/2026-04-23 1005 Zfs storage pool notes.md",
|
||||
@@ -400,8 +417,6 @@
|
||||
"Daily Notes/2026-04-22.md",
|
||||
"_Inbox/2026-04-21.md",
|
||||
"References/Western Digital 2.0 TB HDD WD20EZRZ.md",
|
||||
"References/Toshiba 2TB HDD DT01ACA200.md",
|
||||
"References/Toshiba 3TB HDD Low-Energy E300.md",
|
||||
"Attachments/H87M-ITX.pdf",
|
||||
"Attachments/ThinkPad_X1_Yoga_Gen_7_Spec.pdf",
|
||||
"Attachments/Pasted Image 20260223141434_201.png",
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
category:
|
||||
- "[[Note]]"
|
||||
type:
|
||||
- "[[Log]]"
|
||||
title: setting up gpu with proxmox lxc
|
||||
created: 2026-04-27T22:33:37
|
||||
date: 2026-04-27
|
||||
tags:
|
||||
---
|
||||
passing thought gpu to [[Proxmox]] lxc container
|
||||
|
||||
- install nvidia drivers on the host
|
||||
- install partial drivers in the lxc
|
||||
- blacklist novel (something like that) drvier
|
||||
- black list files are in ``
|
||||
- edit `/etc/modprobe.d/pve-blacklist.conf` or create own .conf if it doesn't exist
|
||||
- add following lines
|
||||
- `blacklist nouveau`
|
||||
- `options nouveau modeset=0`
|
||||
- exec `update-grub`
|
||||
- exec `update-initramfs -u`
|
||||
- reboot
|
||||
- enable power management on the host
|
||||
- `nvidia-smi -pm 1`
|
||||
-
|
||||
Reference in New Issue
Block a user