You are not logged in.

#1 2019-11-25 17:12:57

trazalca
Member
Registered: 2012-01-19
Posts: 25

a start job is running for /dev/sda5 and blink also /dev/sda7

Hi, often have this problem when booting, have to wait 1m and 30 sec, and don't know why, i have no swap partition and this is my journalctl

nov 25 17:37:05 trazalca audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@b>
nov 25 17:37:05 trazalca kernel: audit: type=1130 audit(1574699825.115:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg>
nov 25 17:37:05 trazalca kernel: [drm] ib test on ring 5 succeeded
nov 25 17:37:05 trazalca kernel: [drm] Radeon Display Connectors
nov 25 17:37:05 trazalca kernel: [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 1
nov 25 17:37:09 trazalca systemd[1]: systemd-rfkill.service: Succeeded.
nov 25 17:37:09 trazalca audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm=>
nov 25 17:37:09 trazalca kernel: audit: type=1131 audit(1574699829.152:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg>
nov 25 17:38:32 trazalca systemd[1]: dev-sda5.device: Job dev-sda5.device/start timed out.
nov 25 17:38:32 trazalca systemd[1]: Timed out waiting for device /dev/sda5.
nov 25 17:38:32 trazalca systemd[1]: Dependency failed for File System Check on /dev/sda5.
nov 25 17:38:32 trazalca systemd[1]: Dependency failed for /boot.
nov 25 17:38:32 trazalca systemd[1]: Dependency failed for Local File Systems.
nov 25 17:38:32 trazalca systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
nov 25 17:38:32 trazalca systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
nov 25 17:38:32 trazalca systemd[1]: boot.mount: Job boot.mount/start failed with result 'dependency'.
nov 25 17:38:32 trazalca systemd[1]: systemd-fsck@dev-sda5.service: Job systemd-fsck@dev-sda5.service/start failed with r>
nov 25 17:38:32 trazalca systemd[1]: dev-sda5.device: Job dev-sda5.device/start failed with result 'timeout'.
nov 25 17:38:32 trazalca systemd[1]: dev-sda7.device: Job dev-sda7.device/start timed out.
nov 25 17:38:32 trazalca systemd[1]: Timed out waiting for device /dev/sda7.
nov 25 17:38:32 trazalca systemd[1]: Dependency failed for /home.
nov 25 17:38:32 trazalca systemd[1]: home.mount: Job home.mount/start failed with result 'dependency'.
nov 25 17:38:32 trazalca systemd[1]: Dependency failed for File System Check on /dev/sda7.
nov 25 17:38:32 trazalca systemd[1]: systemd-fsck@dev-sda7.service: Job systemd-fsck@dev-sda7.service/start failed with r>
nov 25 17:38:32 trazalca systemd[1]: dev-sda7.device: Job dev-sda7.device/start failed with result 'timeout'.
nov 25 17:38:32 trazalca systemd[1]: systemd-ask-password-console.path: Succeeded.
nov 25 17:38:32 trazalca systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
nov 25 17:38:32 trazalca systemd[1]: systemd-ask-password-wall.path: Succeeded.
nov 25 17:38:32 trazalca systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
nov 25 17:38:32 trazalca systemd[1]: Reached target Timers.

And this is my fstab

# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# UUID=714ec662-cbe0-42af-9b5b-1ddb5a6f902a
/dev/sda6           	/         	ext4      	rw,relatime,data=ordered	0 1

# UUID=a89329ba-51db-4d25-bd3e-0ee673ad864b
/dev/sda5           	/boot     	ext4      	rw,relatime,data=ordered	0 2

# UUID=ad621264-fa23-491a-a984-0601293c6311
/dev/sda7           	/home     	ext4      	rw,relatime,data=ordered	0 2

/dev/disk/by-uuid/0ACAE1DDCAE1C553 /mnt/0ACAE1DDCAE1C553 ntfs-3g uid=trazalca,x-gvfs-show 0 0

Can someone,please, help me?
Thanks

Last edited by trazalca (2019-11-25 17:17:10)

Offline

#2 2019-11-25 17:24:31

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,723

Re: a start job is running for /dev/sda5 and blink also /dev/sda7

Don't use /dev/sd* they are unstable identifiers, you literally seem to have the UUIDs right there, uncomment them and use them in place of /dev/sda5,6,7

https://wiki.archlinux.org/index.php/Pe … ice_naming

Offline

#3 2019-11-25 18:43:09

trazalca
Member
Registered: 2012-01-19
Posts: 25

Re: a start job is running for /dev/sda5 and blink also /dev/sda7

V1del wrote:

Don't use /dev/sd* they are unstable identifiers, you literally seem to have the UUIDs right there, uncomment them and use them in place of /dev/sda5,6,7

https://wiki.archlinux.org/index.php/Pe … ice_naming

Thanks mate, i'll try the UUIDs system and will see.

Offline

Board footer

Powered by FluxBB