Latest activity

  • bbgeek17
    bbgeek17 replied to the thread New VM already installed OS.
    Removing an LVM slice (if VRTX-SSD is LVM based storage) is not enough to erase the data on the underlying disk. This has been discussed in the forum a few times, although I cant give you a link at this moment. You can check by running "lsblk"...
  • cwt
    Die habe ich im Homelab, wobei das vom Setup her den klassischen Begriff „Home“ etwas übersteigt. Die P720 wären auch schon Oberkante für einfache Virtualisierungen.
  • T
    TErxleben replied to the thread Sicherung von Sicherungen.
    Falls wir nicht aneinander vorbeireden, wäre das natürlich hitverdächtig. Meine Idee ist: PBS->xyz.zst auf USB-Disk. Also so wie ich VMs mittels script an beliebigen Orten sichere.
  • C
    Cutthroat replied to the thread New VM already installed OS.
    I thought of that as well. I tried creating with a new VMID and still boots to Windows. I did try creating 2 new VM's. The first one boots to Windows, the second one boots to the Linux installer like you would expect. When I delete the VM, I did...
  • K
    Khensu replied to the thread Proxmox für 500-1000 VMs.
    Passend hierzu die letzten Tage auch was passiert:) Kann also nicht mehr allzu lange dauern. https://lore.proxmox.com/pve-devel/20260217141437.584852-34-d.kral@proxmox.com/T/#u...
  • P
    Hallo Bu66as, ganz herzlichen Dank für deine ausführliche Reparaturanleitung ! Leider habe ich inzwischen alles komplett neu aufgesetzt und sämtliche alten "Sicherungen" gelöscht. Kam jetzt leider zu spät, sorry...
  • J
    janus57 replied to the thread New VM already installed OS.
    Hi, do you reuse the same VMID ? If yes maybe the disk wasn't erase when you delete the VM with ID 610 Best regards,
  • K
    kaipee replied to the thread Wrong kernel installed.
    Huh, could be correct. Not sure why I would have installed this on plain Debian, I always deploy via ISO installers. root@pbs:~# history | head -n15 1 apt install sudo 2 clear 3 usermod -aG sudo kaipee 4 clear 5 wget...
  • M
    Hmm, blöde Frage aber hast du die '3 x Lenovo P720' im Homelab oder auf der Arbeit? Weil so ganz günstig sind die dann ja doch nicht : https://www.gekko-computer.de/c/Workstations/Lenovo-Workstations/ThinkStation-P720?page=2
  • M
    Jo Fachboden und dann quer reinlegen. Habe ich im Testlab mit 3x Lenovo P720 auch so gemacht. 4 kleine Eckwinkel mit Flansch drangeschraubt, dann rutscht auch nix.
  • J
    janus57 replied to the thread Bug report from 2024-04-22.
    Hi, that not what I understand, since the task is not "assigned" on the bugtracker. Best regards,
  • D
    Here you go. # find /etc/modprobe.d/* -exec tail -n+1 {} + tail -n+1 /proc/cmdline /etc/kernel/cmdline /etc/default/grub lspci -vnnk | awk '/VGA/{print $0}' RS= grep -sR "hostpci" /etc/pve ==> /etc/modprobe.d/blacklist.conf <== ==>...
  • Renaud L.
    Many thanks @tomsie1000 for the detailed write-ups! Sent a new revision of the patch series to also enroll the 2023 KEK: https://lore.proxmox.com/pve-devel/20260223152556.197761-1-f.ebner@proxmox.com/T/
  • C
    Cutthroat replied to the thread New VM already installed OS.
    Boot order is SCSI0, ide0. If I change to ide0 first, it does boot the ISO, but why is there any sort of OS on a newly created disk? I haven't gone through the linux install yet because this was just so weird that a Windows OS is booting. Thanks.
  • O
    odhiambo replied to the thread New VM already installed OS.
    Since you've hidden the checkboxes on the boot order, can you tell us whether you actually go through the Linux install and commit the disk wiping stage?
  • B
    Hallo @garfield2008, Zwei Sachen zum Eingrenzen: 1. Kann die VM den PVE-Node erreichen, auf dem sie NICHT läuft? Also wenn die VM auf Node1 liegt: kommt sie per SSH/HTTPS auf Node2 und Node3? Das würde klären, ob es ein Hairpin-Problem ist...
  • B
    Bu66as replied to the thread Sicherung von Sicherungen.
    @TErxleben, PBS-Backups als Raw-Images extrahieren geht direkt mit dem proxmox-backup-client — ohne VM-Restore: # Snapshots auflisten proxmox-backup-client list --repository user@pbs-host:datastore # Enthaltene Archives eines Snapshots...
  • S
    OK, so for an update.. I've managed to get the 'Virtual CD' working using PVE9.1 and iDRAC6, however this same error is still present. I'll attach a better screenshot once I get it of my phone, also I will try PVE 8.4 and let you guys know :cool:
  • G
    Giolden replied to the thread Tracking center export to file.
    Salut, Betreffend des Problems wurde dies folgendermassen gelöst: Rohdaten via SSH zu Proxmox Mail Gateway exportieren --> Als Beispiel diese ZeitRange: pmg-log-tracker -s "2026-02-17 00:00:00" -e "2026-02-24 23:59:59" -v -n -g > /tmp/raw.txt...
  • fba
    RAIDZ is the common short version of RAIDZ1, so single parity. There is no striping with just two disks available via WebGUI, because if one of the disks fails, all data would be lost. If you insist on using RAID-0 for data, it can be configured...