- Edited
Hi all,
At boot, i've got this error mesage. But computer work perfectly.
Using EFI bootloader with:
The error "sck reports errors -- at least system should be rebooted" appear just before the /etc/issue file.
At boot, i've got this error mesage. But computer work perfectly.
[bruno@ zeus ~]$ cat /run/66/log/0/current | grep fsck
2020-08-31 17:15:59.469170780 66-init(src/lib66/rc_init.c: rc_init: 145): tracing: Write state file of: system-fsck
2020-08-31 17:15:59.469172884 66-init(src/lib66/rc_init.c: rc_init: 151): info: Initialized successfully: system-fsck
2020-08-31 17:16:08.184346526 s6-rc: info: processing service system-fsck: starting
2020-08-31 17:16:08.189554077 [system-fsck] starts...
2020-08-31 17:16:08.197017880 e2fsck: Cannot continue, aborting.
2020-08-31 17:16:08.198993888 fsck reports errors -- at least system should be rebooted
2020-08-31 17:16:08.206379645 s6-rc: info: service system-fsck started successfully
2020-08-31 17:16:08.430082319 66-dbctl(src/lib66/ssexec_dbctl.c: check_status: 159): tracing: Write state file of: system-fsck
2020-08-31 17:16:08.430088030 66-dbctl(src/lib66/ssexec_dbctl.c: check_status: 165): info: Started successfully: system-fsck
My / is on a crypted partition with luks (no lvm).Formatted with ext4. No swap. first partition is the FAT EFI partition.Using EFI bootloader with:
cryptdevice=UUID=uuid-of-my-nvme0n1p2:cryptroot root=/dev/mapper/cryptroot ...
I think (i may be wrong) that the fsck service ask for a real device like /dev/nvme0n1p2 and not /dev/mapper/cryptroot.The error "sck reports errors -- at least system should be rebooted" appear just before the /etc/issue file.