I used a 2 TB SSD for troubleshooting once upon a time. Now I want to use the same SSD in one of my VM as a passthrough device. The problem is, the system keeps trying to use the drive and craps out until I remove it.
Without knowing any specifics, It could be a number of things.
If you don't need what is on the SSD, you may want to put it in another computer, and wipe it.
- The BIOS may have that ssd higher in the boot order than your proxmox. And it is trying to boot a bad OS
- The SSD could be in your /etc/fstab and causing errors
- Your 2 TB SSD still has old filesystem signatures, partitions, or metadata (from the troubleshooting days) that Proxmox/Debian automatically scans, mounts, or tries to import (via udev/udisks, blkid, ZFS, LVM, etc.). That scanning causes the host to “crap out” as soon as the drive is detected.
/dev/pve/root / ext4 errors=remount-ro 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
We use essential cookies to make this site work, and optional cookies to enhance your experience.