fsck: recovering journal every reboot [Solved]
- Blaze
- DEV Team
- Posts: 3998
- Joined: 28 Dec 2010, 11:31
- Distribution: ⟰ Porteus current ☯ all DEs ☯
- Location: ☭ Russian Federation, Lipetsk region, Dankov
- Contact:
fsck: recovering journal every reboot
Post#16 by Blaze » 25 Jun 2023, 05:29
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
Blaze
-
- Warlord
- Posts: 787
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
fsck: recovering journal every reboot
Post#17 by rych » 25 Jun 2023, 15:27
rych
fsck: recovering journal every reboot
Post#18 by beny » 25 Jun 2023, 15:43
beny
fsck: recovering journal every reboot
Post#19 by porteux » 26 Jun 2023, 10:56

Speaking of Nvidia driver, it's interesting that you mentioned this specific version (I couldn't find it here: https://download.nvidia.com/XFree86/Linux-x86_64/). On my machine 525.85.05 is the newest version that doesn't show artifacts, so I'm stuck on it. These new 535.xx.xx are the worse: https://v.redd.it/link/1450z8m/asset/cn ... SH_720.mp4
@beny, PorteuX 0.4 is not unmounting /union properly and this issue only appears if you have PorteuX in an EXT partition and use 'fsck' cheatcode. Also, regardless if you're running the upcoming PorteuX 0.5 or Porteus 5, kernel 6.3.x seems to have a bug where the system fails to unmount /union -- well, on my machine it fails only if I use Nvidia drivers (using nouveau it works).
porteux
fsck: recovering journal every reboot
Post#20 by porteux » 26 Jun 2023, 13:00
https://www.mediafire.com/file/itrm9ga4 ... 0.5rc1.zip
porteux
-
- Warlord
- Posts: 787
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
fsck: recovering journal every reboot
Post#21 by rych » 26 Jun 2023, 13:06
As for the kernels and Nvidia, "interesting that you mentioned this specific version" -- I was quoting from the other thread you linked:
Porteus Kernel Builder (Post by fulalas #94602) :
From which I deduced a working combination would be the rebuilt /sbin/init + kernel 6.2.11 + Nvidia driver 535.85.25. Right? Or just give me something that works best at the moment and I'll continue testingfulalas wrote: ↑24 Jun 2023, 08:45I noticed that since 6.3.x systems with Nvidia card don't shutdown/reboot properly (i.e. union is mounted as read-only because it fails to unmount).
The issue doesn't seem to be in the .config file or the Nvidia driver. That's what I did using the same .config file in all builds:
kernel 6.2.11 -> it shuts down/reboots properly with Nvidia driver 535.85.25 and 535.43.02
...

rych
-
- Warlord
- Posts: 787
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
fsck: recovering journal every reboot
Post#22 by rych » 26 Jun 2023, 13:07
Oh thanks, will try that tomorrow (if the link actually works)
rych
rych
-
- Warlord
- Posts: 787
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
fsck: recovering journal every reboot
Post#25 by rych » 28 Jun 2023, 10:26
With the new files, the problem remains exactly the same: "recovering journal" and "clearing orphaned inode" on the next reboot.
All I did was to boot PorteuX 5.0rc1 and shutdown with whatever changed saved on EXIT in an ext4 /changes folder. A second longer delay at shutdown but still not clean. Rebooting with fsck (into the Porteus 5.0) found orphaned inodes and recovered journal on the porteux partition only.
Booting with
Code: Select all
set porteus_parms="changes=EXIT:/porteux login=root fsck load=1920x1080 vga_detect"
linux /boot/syslinux/vmlinuzX $porteus_parms
initrd /boot/syslinux/initrd.zst
Code: Select all
root@porteus:/mnt/sda1/boot/syslinux# ls -la initrd* vmlinuz*
922616 Dec 15 2022 initrd.xz*
1031992 Jun 24 21:36 initrd.zst*
1034951 May 19 10:05 initrdOLD.zst*
6131200 Dec 24 2022 vmlinuz*
9513696 Jun 26 23:26 vmlinuzX*
9354624 May 22 17:37 vmlinuzXOLD*
Code: Select all
root@porteus:/mnt/sda2/porteux/base# ls -la
110092288 Jun 26 23:43 000-kernel-6.2.16.xzm*
146223104 May 20 13:21 001-core-stable-20230520.xzm*
126283776 May 20 13:36 002-xorg-stable-20230520.xzm*
23130112 May 20 13:50 002-xtra-stable-20230520.xzm*
10371072 May 22 23:51 003-lxde-0.10.1-stable-20230520.xzm*
rych
fsck: recovering journal every reboot
Post#26 by porteux » 28 Jun 2023, 12:05

https://www.mediafire.com/file/ts0jwco6 ... 6_64-1.xzm
It should work now!
porteux
-
- Warlord
- Posts: 787
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
fsck: recovering journal every reboot
Post#27 by rych » 29 Jun 2023, 05:56
rych