UPDATE for anyone finding this via a search: The solution is in the last post. TLDR; use UUIDs in fstab. For some reason proxmox uses the old /dev/sdx system and it breaks boot.
I just tried to add new drives to my Proliant server but it boots up with all network interfaces as DOWN and an error in dmesg:
If I remove the drives everything work as expected again. I have no idea what is going on here but I'm guessing it has something to do with messed up mounting of drives. Unfourtnatly I only know a little about using fstab in linux and there's hardly anything in it.
Anyone knows what is going on?
I just tried to add new drives to my Proliant server but it boots up with all network interfaces as DOWN and an error in dmesg:
Can't load firmware file "bnx2/bnx2-mips-09-6.2.1b.fw"
If I remove the drives everything work as expected again. I have no idea what is going on here but I'm guessing it has something to do with messed up mounting of drives. Unfourtnatly I only know a little about using fstab in linux and there's hardly anything in it.
Code:
/dev/pve/root / ext4 errors=remount-ro 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
LABEL=XXXX /mnt/data ext4 defaults 0 0
LABEL=YYYY /mnt/backup ext4 defaults 0 0
Anyone knows what is going on?
Last edited: