RAID引导错误

在boot.log中

/dev/md1: clean, 320806/58155008 files, 91390310/232603728 blocks /dev/md0 was not cleanly unmounted, check forced. /dev/md0: 32/24384 files (9.4% non-contiguous), 19957/97536 blocks mountall: fsck /boot [484] terminated with status 1 init: ureadahead-other main process (881) terminated with status 4^M 

而服务器已经死了…我该如何解决它?

你收到这个错误后是否重新启动了机器? fsck状态1表示正在讨论的文件系统有错误,但能够修复它。 理论上,机器应该在之后继续启动。

此外,init进程中的ureadhead-其他错误有时可能由/ etc / network / interfaces文件中的拼写错误引起。 如果您最近对该文件进行了更改,则可能需要使用ubuntu急救光盘来挂载文件系统并还原这些更改或检查其中的拼写错误。 这假设你正在使用Ubuntu。