vault backup: 2026-04-07 11:37:10

This commit is contained in:
2026-04-07 11:37:10 +01:00
parent dbb9db6c66
commit bd19bb5c04
4 changed files with 81 additions and 5 deletions
+34 -5
View File
@@ -116,9 +116,37 @@
"icon": "lucide-file",
"title": "My Computer Storage Devices hdd ssd"
}
},
{
"id": "335ee9e54dcadefd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Notes/2026-04-07.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "2026-04-07"
}
},
{
"id": "365556d87d138c76",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_Inbox/2026-04-07 1100 notes on proxmox and truenas machine setup.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "2026-04-07 1100 notes on proxmox and truenas machine setup"
}
}
],
"currentTab": 6
"currentTab": 9
}
],
"direction": "vertical"
@@ -327,8 +355,12 @@
"obsidian-git:Open Git source control": false
}
},
"active": "e844a4550a5208a0",
"active": "365556d87d138c76",
"lastOpenFiles": [
"_Inbox/2026-04-07 1100 notes on proxmox and truenas machine setup.md",
"Daily Notes/2026-04-07.md",
"_Inbox/Untitled.md",
"References/Dell XPS 8920 Desktop PC.md",
"Categories/Products.md",
"References/Toshiba 2TB HDD DT01ACA200.md",
"Notes/My Computer Storage Devices hdd ssd.md",
@@ -351,12 +383,9 @@
"_Inbox/2026-03-31 1416 powering off the hyper-v machine for the last time.md",
"References/Western Digital 2.0 TB HDD WD20EARX 2.md",
"References/Western Digital 2.0 TB HDD WD20EARX 3.md",
"References/Dell XPS 8920 Desktop PC.md",
"Categories/Note.md",
"References/Lenovo Thinkpad X1 Yoga (Gen 7).md",
"Attachments/ThinkPad_X1_Yoga_Gen_7_Spec.pdf",
"References/Intel Core i5-4570S CPU.md",
"Daily Notes/2026-04-02.md",
"Attachments/E7870_GRYPHON_Z87.pdf",
"Attachments/0991150002 Official Copy Lease 28.11.2006 - SF520794.pdf.pdf",
"Templates/TaskNotes/calendar-default.base",
View File
+14
View File
@@ -0,0 +1,14 @@
---
date: 2026-04-07
created: 2026-04-07T10:59:32
category:
- "[[Daily Notes]]"
---
# Tuesday 7th April 2026
[[Home]] | [[PARA|PARA Board]] | [[2026-04-06|< Back]] | [[2026-04-08|Forward >]]
## today's activity
![[Daily note today.base]]
## in focus
![[PARA.base]]
@@ -0,0 +1,33 @@
---
category:
- "[[Journal]]"
type:
- "[[Log]]"
title: notes on proxmox and truenas machine setup
created: 2026-04-07T11:00:02
date: 2026-04-07
tags:
- project
---
- Hardware:
- using mum's old [[Dell XPS 8920 Desktop PC]] as a host
- added 4gb of my own ddr4 memory that i found (don't know why i had ddr4, i don't own any ddr4 machines!)
- ssd on pcieadapter for os
- 3x 2tb hdd for zfs raid1 setup
- Installing proxmox
- installed proxmox on ssd located on a pcie adapter card (not bootable by dell bios) and created usb boot drive to boot ssd
- install proxmox using 'cli debug mode'--follow install path
- at final 'restart' step, switch into cli (crt + alt + f3) and create bootable usb with proxmox-boot-tool
- reboot
- proxmox won't boot off sdd yet
- at efi boot menu press 'e' and append following custom command `rootdelay=10 root=/dev/mapper/pve-root` and continue/enter
- this edit is volatile and does not survive reboots
- once proxmox booted add the following to `/etc/kernel/cmdline`
- `rootdelay=10 root=/dev/mapper/pve-root intel_iommu=on iommu=pt`
- note:
- `intel_iommu=on iommu=pt` enables passing sata controller to vm (ie truenas)
- `BOOT_IMAGE=/boot/linux26 ro ramdisk_size=16777216 rw splash=verbose proxdebug` -- can be omitted once proxmox installation has succeeded
- run `proxmox-boot-tool refresh` to sync changes with usb drive
- reboot and confirm changes with `cat /proc/cmdline`