systemd fails to boot most of the time
Ralf Mardorf
silver.bullet at zoho.com
Fri Feb 24 16:38:57 UTC 2017
On Fri, 24 Feb 2017 13:13:52 -0300, Teresa e Junior wrote:
>I can boot now with:
>UUID=419caf7b-d856-4668-b02f-e8d0a292e768 none swap sw,noauto,x-systemd.automount 0 0
That's strange.
Related to the G-Sense_Error_Rate of the SMART information you posted,
is there any chance that booting failed due to vibrations? Did you try
to boot while travelling with a bus or something like this?
It should work with averaged fstab entries:
[root at archlinux moonstudio]# grep PRETTY /etc/os-release
PRETTY_NAME="Arch Linux"
[root at archlinux moonstudio]# cat /etc/fstab
#<file system> <dir> <type> <options> <dump> <pass>
/dev/sda9 / ext4 rw,relatime,data=ordered 0 1
/dev/sda10 none swap defaults 0 0
# ............................. not noatime,defaults
/dev/sda11 /mnt/music ext4 defaults,noatime 0 2
/dev/sdb12 /home/music ext4 defaults,noatime 0 2
/dev/sda5 /home/s1.music ext4 defaults,noatime 0 2
#tmpfs /tmp tmpfs nodev,nosuid,size=3G 0 0
[root at archlinux moonstudio]# systemd-nspawn -q
[root at moonstudio ~]# lsb_release -d
Description: Ubuntu 16.04.2 LTS
[root at moonstudio ~]# cat /etc/fstab
#<file system> <mount point> <type> <options> <dump pass>
/dev/sdb11 / ext4 rw,relatime 0 1
/dev/sda10 none swap sw 0 0
/dev/sdb7 none swap sw 0 0
/dev/sda9 /mnt/archlinux ext4 defaults,relatime 0 2
/dev/sdb15 /mnt/winos7 ext4 defaults,relatime 0 2
/mnt/archlinux/.boot/ubuntu_moonstudio/boot /boot none bind 0 0
More information about the ubuntu-users
mailing list