You are not logged in.
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
Can we please see the full output of
sudo parted --list
Offline
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
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
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
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
not running this command
sudo journalctl ---no-pager| grep systemd-gpt-auto-generator
systemctl --all | grep systemd-gpt-auto-generator
systemctl --failed
Offline
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).
Offline
not running this command
I'm sorry, I do not understand what you mean by this.
Please explain further.
Offline
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
I did not do anything, I just installed the system manually and this bug occurred
Offline
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
OP ??? Ah nevermind Hoas for sure is better qualified in this no matter what so just gonna keep my trap zipped.
Last edited by BLizgreat! (2017-05-31 01:06:02)
Offline
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
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