Errors interrupting startup - Diagnostic

Hi everybody :blush:

Last two startups of my OpenSuse Tumbleweed, I got error messages which interrupt boot and offers to diagnose the problem.

In both cases, the error occurs after installing updates. Below you can see some informations from journalctl :

sudo journalctl -p 3 -xb
juil. 15 18:48:48 localhost kernel: x86/cpu: SGX disabled by BIOS.
juil. 15 18:48:50 localhost kernel: EXT4-fs error (device nvme0n1p3): ext4_orphan_get:1420: comm mount: bad orphan inode 118>
juil. 15 18:48:50 localhost kernel: ext4_test_bit(bit=5009, block=47185939) = 0
juil. 15 18:48:50 localhost kernel: EXT4-fs error (device nvme0n1p3): ext4_mark_recovery_complete:6243: comm mount: Orphan f>
juil. 15 18:48:50 localhost kernel: EXT4-fs (nvme0n1p3): mount failed
juil. 15 18:48:50 localhost systemd[1]: Failed to mount /sysroot.
░░ Subject: L’unité (unit) sysroot.mount a échoué
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: systemd-devel Info Page
â–‘â–‘
░░ L’unité (unit) sysroot.mount a échoué, avec le résultat failed.
juil. 15 16:49:42 localhost libapparmor[889]: Can’t create cache directory ‘/var/cache/apparmor/ac27e0ee.0’: Syst?me de fich>
juil. 15 16:49:43 localhost (udev-worker)[1099]: vboxdrv: /usr/lib/udev/rules.d/60-vboxdrv.rules:1 Only network interfaces c>
juil. 15 16:49:43 localhost (udev-worker)[1119]: vboxdrvu: /usr/lib/udev/rules.d/60-vboxdrv.rules:2 Only network interfaces >
juil. 15 16:49:44 localhost.localdomain (udev-worker)[1099]: vboxnetctl: /usr/lib/udev/rules.d/60-vboxdrv.rules:3 Only netwo>
juil. 15 16:50:00 localhost.localdomain bluetoothd[1520]: Failed to set mode: Failed (0x03)
juil. 15 16:50:01 localhost.localdomain bluetoothd[1520]: Failed to set mode: Failed (0x03)

In rdsosreport, I found that line but I don’t know if it’s relevant :face_with_raised_eyebrow:

[ 3.477947] localhost kernel: EXT4-fs error (device nvme0n1p3): ext4_orphan_get:1420: comm mount: bad orphan inode 11826066

How can I diagnose and solve this problem ?

Thanks for your help,

Rocary :man_technologist:t2:

Providing complete, readable, English journalctl output with non-truncated lines would be a good start. Upload complete output of

LANG=en_US.UTF-8 journalctl -b --full --no-pager

to https://paste.opensuse.org/

Hi @arvidjaar,

You’ll find a complete a readable output here : openSUSE Paste

Jul 16 18:29:31 localhost.localdomain systemd[1769]: Queued start job for default target Main User Target.

You run it as non-root user and it does not include system messages. You need to capture journalctl output when the problem happens.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.