Proxmox install over IPMI from Supermicro

SgtNiGhTeR

New Member
Aug 15, 2023
1
0
1
Good Morning, i have very big Problem.

My System is broken becaus, about a update with
Code:
apt-get update
or with
Code:
sudo
say my system "The file system is read-only"

And my IMPI does not share an .iso then iKVM crashes

Sry console is in German
Screenshot 2023-08-16 121100.png
 
Looks like a problem with your local disk. Please check dmesg for any errors.
Yes, possibly it was remounted read-only after an error. If you are using ext4 (check with "mount" command), you may "just" need to run fsck and repair the errors. You may try to remount rw (mount -o remout,rw /), but without knowing the cause this is likely to increase your trouble a lot.