You are not logged in.

#1 2017-08-25 18:28:10

exnanilid
Member
Registered: 2016-05-22
Posts: 4

[solved] systemd-gpt-auto-generator failed to dissect

hello,

When I enable a systemd service I get a:

# systemctl enable lightdm.service
systemd-gpt-auto-generator: failed to dissect: Input/output error

I've already reformatted my system and reinstalled, but the error keeps appearing, and i wipefs all like say in this post https://bbs.archlinux.org/viewtopic.php?id=184894

I precise that i'm on a ASUS x205ta, because it seems that this computer is a problem. i follow the instructions for my install.
https://wiki.archlinux.org/index.php/ASUS_x205ta

my /etc/fstab

$ cat /etc/fstab
#
# /etc/fstab: static file system information
#
# <file system> <dir>   <type>  <options>   <dump>  <pass>
# /dev/mmcblk1p2
UUID=bf3dffbe-a3c2-4306-a962-94b8db1baa7c   /           ext4        rw,relatime,data=ordered    0 1
 
# /dev/mmcblk1p1
UUID=960E-DC53          /boot/efi   vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro    0 2

my lsblk

$ lsblk -fs
NAME         FSTYPE LABEL UUID                                 MOUNTPOINT
mmcblk1p1    vfat         960E-DC53                            /boot/efi
└─mmcblk1                                                      
mmcblk1p2    ext4         bf3dffbe-a3c2-4306-a962-94b8db1baa7c /
└─mmcblk1                                                      
mmcblk1boot0                                                  
mmcblk1boot1                                                  
mmcblk1rpmb

i searched for a fix to this issue, but am unable to find anything. Thank you all for your help.

Last edited by exnanilid (2017-08-25 21:55:39)

Offline

#2 2017-08-25 18:51:02

loqs
Member
Registered: 2014-03-06
Posts: 17,378

Re: [solved] systemd-gpt-auto-generator failed to dissect

Please use code tags node quote tags for commands plus their output.  What version of systemd is the affected system using?

Offline

#3 2017-08-25 19:00:22

exnanilid
Member
Registered: 2016-05-22
Posts: 4

Re: [solved] systemd-gpt-auto-generator failed to dissect

i do not understand

What version of systemd is the affected system using?

(i am french, bad english)

but

systemd-cat --version
systemd 234
+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid
[laureline@Jellyfish:~]$pacamn -Qs systemd
bash: pacamn : commande introuvable
[laureline@Jellyfish:~]$pacman -Qs systemd
local/libsystemd 234.11-8
    systemd client libraries
local/netctl 1.13-2 (base)
    Profile based systemd network management
local/systemd 234.11-8
    system and service manager
local/systemd-sysvcompat 234.11-8 (base)
    sysvinit compat for systemd

Offline

#4 2017-08-25 19:27:07

loqs
Member
Registered: 2014-03-06
Posts: 17,378

Re: [solved] systemd-gpt-auto-generator failed to dissect

You understood the meaning.
Looks like https://github.com/systemd/systemd/issues/5806 but 234.11-8 contains the patch to ignore mmcblk1rpmb.
From that link the boot parameter systemd.gpt_auto=0 should work around the issue.  However I recommend reporting the issue upstream.

Offline

#5 2017-08-25 19:51:47

exnanilid
Member
Registered: 2016-05-22
Posts: 4

Re: [solved] systemd-gpt-auto-generator failed to dissect

Great, it is solved.
Thank you !!

Last edited by exnanilid (2017-08-25 21:55:12)

Offline

#6 2017-08-25 19:55:30

loqs
Member
Registered: 2014-03-06
Posts: 17,378

Re: [solved] systemd-gpt-auto-generator failed to dissect

Would call it more working around the issue than fixing it but if you are happy with the solution.

Offline

Board footer

Powered by FluxBB