Skip to main content

All Questions

Tagged with
1 vote
2 answers
387 views

Handling Mount Unit Failures on Boot in Ubuntu 22.04 Without Impacting System Performance

This issue arises during the boot process of Ubuntu 22.04. Despite the system operating normally without any significant performance drawbacks, I consistently encounter a series of error messages ...
Vitaly Ponomarev's user avatar
0 votes
0 answers
222 views

Problem mounting /boot and swap

After reboot of Ubuntu-2110 on my Hetzner VPS I found myself in a no boot situation. Based on journalctl I had an issue starting a target for swap and boot partitions. It takes 1.5min and fails ...
user3676407's user avatar
1 vote
0 answers
549 views

Boot speed up recommendations

I'm looking for recommendations to find out why it takes more than 1 minute to boot. And how to make it go faster. nuc:~$ systemd-analyze Startup finished in 7.887s (firmware) + 6.265s (loader) + 7....
fabatera's user avatar
  • 121
0 votes
0 answers
118 views

Different time on each boot

With the dmesg command I noticed that the disks are mounted at different times for each boot. Ubuntu 20.04 dual-boot Windows. Fast boot: $ dmesg ... [ 5.870528] EDAC amd64: F15h detected (node 0). ...
vithapp's user avatar
  • 43
0 votes
1 answer
496 views

Booting from nfs hangs after remounting "root and kernel" file system

[ OK ] Finished Remount Root and Kernel File Systems. Starting Load/Save Random Seed... [ 19.905402] systemd-journald[1486]: Journal effective settings seal=no compress=yes ...
Rusty Weber's user avatar
0 votes
1 answer
922 views

dev-sda2.device takes longer during boot in Ubuntu 20.04 and 20.10 than other distros. How to fix this?

/dev/sda2 is my root partition. I'm using an SSD and it's not worn out. dev-sda2.device doesn't take more than a second in pop os or archlinux. This is my # systemd-analyze blame: 7.558s dev-sda2....
Arka Mandal's user avatar
2 votes
1 answer
962 views

Slow boot 19.10 and errors during shutdown

Can someone please explain what the test.mount service does during boot? Why is it taking such a long time and how do I solve this slow boot up? System specs: kubuntu 19.10 ssd samsung 860 evo ...
magician1981's user avatar
3 votes
1 answer
3k views

Is x-systemd.automount working as intended?

I have the following entry in /etc/fstab: UUID=foo /media/bar xfs noauto,x-systemd.automount,nofail,x-systemd.device-timeout=1,noatime 0 2 Running cat /proc/mounts | grep bar returns the following: ...
Bhuz's user avatar
  • 31
16 votes
1 answer
24k views

What is dev-sda.device in systemd-analyze, can i disable it?

I have Ubuntu 16.04 installed on my Laptop alongside windows. In systemd-analyze blame a service called 'dev-sda7.device' is taking too much time. How to resolve this problem or should i disable it ? ...
Sanjay Prajapat's user avatar
0 votes
0 answers
402 views

Mounting partition times out during boot but worked

When I boot the system, I have to wait for 1 minute 30 seconds every time. A start job is running which is mouning a FAT32 partition to a folder in my home folder. The start job times out and I’m in ...
user69748's user avatar
  • 2,383
2 votes
3 answers
13k views

Freezing on startup (systemd problem?)

I have a laptop Dell Precision 3510 and my Kubuntu 17.04 very often gets frozen on startup. What I have seen from the output of the command journalctl -xb is, it gets frozen due to timing out on ...
Petr Nehez's user avatar
3 votes
0 answers
907 views

Xenial 16.04.1 LTS root filesystem mounted read only

I recently upgraded my physical server from 14.04.4 upstart based system to 16.04.1 systemd based system and find the root filesystem mounted as read only after booting. dmesg reveals what looks to me ...
Jeremy Main's user avatar
6 votes
1 answer
3k views

unable to mount samba share on boot (ubuntu 15.10)

I am following MountWindowsSharesPermanently to mount a samba share on boot As said in wiki, I added these lines to /etc/fstab: # auto-mounting the samba share 'Seagates' on raspberry pi //192.168.2....
Alex Jones's user avatar
  • 8,022
1 vote
0 answers
2k views

Systemd non-determinism early on in boot from squashfs

Short version When booting exactly the same system repeatedly, sometimes the boot messages start with [ ...] systemd[1]: Set hostname to <liab>. [ ...] systemd[1]: Mounted /. [ ...] systemd[...
MvG's user avatar
  • 1,506