Latest activity

  • bbgeek17
    bbgeek17 replied to the thread New VM already installed OS.
    In the PVE API here: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/disks/lvmthin and here: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/disks/wipedisk You can make a call to "Also wipe disks so they can be repurposed...
  • D
    Thank you :) Now it works
  • C
    Cutthroat replied to the thread New VM already installed OS.
    Yes, VRTX-SSD is LVM based. So, what is the correct way; using the PVE GUI to Remove (Delete) a VM isn't enough? Can you provide an example on how to use the above commands? Thanks.
  • O
    Onslow replied to the thread [SOLVED] VM filesystem corrupted.
    I'm not sure about the wording. But probably yes. You must attach it to the (virtual) optical drive and change the boot options so that the VM boots from it. I haven't met the error message you quoted, but as the VM wants to execute a fs check...
  • 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...