You are not logged in.

#1 2017-05-29 09:15:35

privacyrequired
Member
Registered: 2017-05-09
Posts: 12

systemd error gpt-auto-generator in EFI

I made the default iso installation using EFI and now when I log in a black screen appears with the following error


[13.351089] systemd-gpt-auto-generator[131]: Failed to determine partition table type of /dev/sda: Input-Output error

But it works, what should I do to fix this bug?

Offline

#2 2017-05-29 11:51:14

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: systemd error gpt-auto-generator in EFI

Can we please see the full output of

sudo parted --list

Offline

#3 2017-05-29 13:36:52

privacyrequired
Member
Registered: 2017-05-09
Posts: 12

Re: systemd error gpt-auto-generator in EFI

anastiel@meshnet:~$ sudo parted --list
[sudo] password for anastiel: 
Model: ATA ST500LM012 HN-M5 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size    File system     Name  Flags
 1      1049kB  538MB  537MB   fat32                 boot, esp
 2      538MB   496GB  496GB   ext4
 3      496GB   500GB  3712MB  linux-swap(v1)

Offline

#4 2017-05-29 13:47:49

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: systemd error gpt-auto-generator in EFI

Well that looks normal enough.

What does gdisk say?

Install it first:

sudo apt install gdisk

Then post the output of

sudo gdisk -l /dev/sda

Can we also see

sudo journalctl ---no-pager| grep systemd-gpt-auto-generator
systemctl --all | grep systemd-gpt-auto-generator
systemctl --failed

Offline

#5 2017-05-29 13:50:59

privacyrequired
Member
Registered: 2017-05-09
Posts: 12

Re: systemd error gpt-auto-generator in EFI

I have picturs of error starting Bunsenlabs
http://i.imgur.com/Kv8b7fV.jpg
http://i.imgur.com/4fOC9zt.jpg

Last edited by Head_on_a_Stick (2017-05-29 13:52:33)

Offline

#6 2017-05-29 13:52:47

privacyrequired
Member
Registered: 2017-05-09
Posts: 12

Re: systemd error gpt-auto-generator in EFI

anastiel@meshnet:~$ sudo gdisk -l /dev/sda
[sudo] password for anastiel: 
GPT fdisk (gdisk) version 0.8.10

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 976773168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): E4B5E49D-E906-4C86-981F-49F26198FC7D
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 2048-sector boundaries
Total free space is 4077 sectors (2.0 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048         1050623   512.0 MiB   EF00  
   2         1050624       969521151   461.8 GiB   8300  
   3       969521152       976771071   3.5 GiB     8200  
anastiel@meshnet:~$ 

Offline

#7 2017-05-29 13:55:01

privacyrequired
Member
Registered: 2017-05-09
Posts: 12

Re: systemd error gpt-auto-generator in EFI

not running this command

sudo journalctl ---no-pager| grep systemd-gpt-auto-generator
systemctl --all | grep systemd-gpt-auto-generator
systemctl --failed

Offline

#8 2017-05-29 13:58:27

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: systemd error gpt-auto-generator in EFI

I have converted the image tags to URLs, those images are far too large for these boards (~250x250px please!).

If you are using Brtfs then you should probably be using the backported kernel version (and btrfs-progs) but frankly I cannot really recommend using BunsenLabs with Btrfs at all because our Debian stable base is not best suited to software with such a rapid development cycle.

I think XFS is probably the best alternative and there are attempts to add copy-on-write support and other advanced features to that filesystem (although not for Helium/stretch).

http://strugglers.net/~andy/blog/2017/0 … plication/

Offline

#9 2017-05-29 13:59:50

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: systemd error gpt-auto-generator in EFI

privacyrequired wrote:

not running this command

I'm sorry, I do not understand what you mean by this.

Please explain further.

Offline

#10 2017-05-29 14:02:29

privacyrequired
Member
Registered: 2017-05-09
Posts: 12

Re: systemd error gpt-auto-generator in EFI

anastiel@meshnet:~$ sudo journalctl ---no-pager| grep systemd-gpt-auto-generator systemctl --all | grep systemd-gpt-auto-generator systemctl --failed
grep: unrecognized option '--failed'
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
grep: unrecognized option '--all'
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
journalctl: unrecognized option '---no-pager'
anastiel@meshnet:~$ 

Offline

#11 2017-05-29 14:05:12

privacyrequired
Member
Registered: 2017-05-09
Posts: 12

Re: systemd error gpt-auto-generator in EFI

I did not do anything, I just installed the system manually and this bug occurred

Offline

#12 2017-05-29 14:25:19

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: systemd error gpt-auto-generator in EFI

privacyrequired wrote:
anastiel@meshnet:~$ sudo journalctl ---no-pager| grep systemd-gpt-auto-generator systemctl --all | grep systemd-gpt-auto-generator systemctl --failed

I posted three separate commands but you have not pressed the <Return> key after each one so it hasn't worked.

Please try again and enter each command separately, press the <Return> ("Enter") key after each line.

First:

sudo journalctl ---no-pager| grep systemd-gpt-auto-generator

Then:

systemctl --all | grep systemd-gpt-auto-generator

And finally:

systemctl --failed

Offline

#13 2017-05-31 01:04:55

BLizgreat!
Resident Babbler - vll!
Registered: 2015-10-03
Posts: 1,217

Re: systemd error gpt-auto-generator in EFI

OP ??? Ah nevermind Hoas for sure is better qualified in this no matter what so just gonna keep my trap zipped. big_smile

Last edited by BLizgreat! (2017-05-31 01:06:02)

Offline

#14 2017-06-01 05:31:47

privacyrequired
Member
Registered: 2017-05-09
Posts: 12

Re: systemd error gpt-auto-generator in EFI

anastiel@meshnet:~$ sudo journalctl --no-pager| grep systemd-gpt-auto-generator
Jun 01 01:50:36 meshnet systemd-gpt-auto-generator[146]: Failed to determine partition table type of /dev/sda: Input/output error
Jun 01 01:50:36 meshnet systemd[142]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with error code 1.

o-o no have grep

anastiel@meshnet:~$ sudo systemctl --all | grep systemd-gpt-auto-generator
anastiel@meshnet:~$ 

and in

anastiel@meshnet:~$ sudo systemctl --failed
0 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
anastiel@meshnet:~$ 

o-o solution?

Offline

#15 2017-06-01 07:34:25

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: systemd error gpt-auto-generator in EFI

I don't have time to investigate now but I think this is an inconsequential bug:

https://lists.debian.org/debian-user/20 … 01366.html

I think you are fine to ignore the message but it would be wise to check the health of your hard drive, just in case.

Offline

Board footer

Powered by FluxBB