Page 1 of 1

1:38 Min. to login [Solved]

PostPosted: Mar 25th, '24, 18:05
by JJF1
Freshly installed Mageia 9 on Asus B9 ExpertBook laptop (i7) dual boot along with Windows 11 pro.
It took 1:38 minutes from the time I selected Mageia in the boot selection menue up untiI I was requested to enter the user name and password.
I guess it could be be faster.
I'll appreciate any advise.
JJF

Re: 1:38 Min. to login

PostPosted: Mar 25th, '24, 18:49
by sturmvogel
Show
Code: Select all
systemd-analyze

and
Code: Select all
systemd-analyze blame

Re: 1:38 Min. to login

PostPosted: Mar 26th, '24, 22:09
by JJF1
Startup finished in 9.761s (firmware) + 3.402s (loader) + 4.251s (kernel) + 1min 42.289s (userspace) = 1min 59.705s
graphical.target reached after 1min 32.495s in userspace.


Code: Select all
1min 30.034s mnt-jacob-107.mount
      8.515s network-up.service
      2.231s systemd-udev-settle.service
      2.173s plymouth-quit-wait.service
      1.138s network.service
      1.024s plymouth-start.service
       696ms mandriva-everytime.service
       239ms dev-nvme0n1p6.device
       230ms nfs-server.service
       186ms shorewall6.service
       149ms user@1000.service
       148ms proc-fs-nfsd.mount
       139ms plymouth-read-write.service
       133ms udisks2.service
        98ms mga-bg-res.service
        91ms systemd-udev-trigger.service
        90ms upower.service
        83ms polkit.service
        79ms packagekit.service
        75ms lvm2-monitor.service
        59ms media-windows.mount
        57ms systemd-udevd.service
        53ms systemd-journal-flush.service
        48ms ModemManager.service
        47ms systemd-remount-fs.service
        45ms sensord.service
        43ms systemd-logind.service
        42ms systemd-journald.service
        41ms nfs-mountd.service
        40ms acpid.service
        34ms bluetooth.service
        34ms rpc-statd.service
        28ms dmraid-activation.service
        27ms systemd-vconsole-setup.service
        26ms dbus.service
        26ms gssproxy.service
        25ms accounts-daemon.service
        25ms sshd.service
        19ms systemd-fsck@dev-disk-by\x2duuid-71edc9ae\x2df61f\x2d484f\x2d8060\x2d4f60ddd0e775.service
        18ms rpcbind.service
        18ms rtkit-daemon.service
        17ms modprobe@fuse.service
        17ms boot-EFI.mount
        17ms lm_sensors.service
        16ms dev-hugepages.mount
        15ms dev-mqueue.mount
        15ms msec.service
        15ms systemd-tmpfiles-setup-dev.service
        15ms systemd-user-sessions.service
        15ms dracut-shutdown.service
        14ms sys-kernel-debug.mount
        14ms mdmonitor.service
        14ms systemd-fsck-root.service
        14ms gpm.service
        14ms sys-kernel-tracing.mount
        14ms mdmonitor-takeover.service
        13ms user-runtime-dir@1000.service
        13ms kmod-static-nodes.service
        13ms modprobe@configfs.service
        12ms colord.service
        11ms systemd-tmpfiles-setup.service
        11ms systemd-backlight@leds:asus::kbd_backlight.service
        11ms dev-disk-by\x2duuid-ffc01534\x2da683\x2d47cf\x2daad5\x2d439079f16e1e.swap
         9ms systemd-backlight@backlight:intel_backlight.service
         9ms home.mount
         8ms systemd-update-utmp-runlevel.service
         7ms systemd-update-utmp.service
         6ms systemd-sysctl.service
         6ms systemd-modules-load.service
         6ms systemd-random-seed.service
         6ms gdm.service
         4ms nfs-idmapd.service
         4ms nfsdcld.service
         4ms systemd-rfkill.service
         3ms sys-kernel-config.mount
         2ms wpa_supplicant.service
         2ms var-lib-nfs-rpc_pipefs.mount
         2ms rpc-statd-notify.service
         2ms modprobe@drm.service
         1ms modprobe@loop.service
         1ms modprobe@dm_mod.service
         1ms tmp.mount
         1ms sys-fs-fuse-connections.mount

Re: 1:38 Min. to login

PostPosted: Mar 26th, '24, 22:52
by doktor5000
As you can obviously see 1:30 min are spent trying to mount what is probably a network share: mnt-jacob-107.mount (mounted at /mnt/jacob/107)
It might help if you would show the entry for that in /etc/fstab.

Re: 1:38 Min. to login

PostPosted: Apr 2nd, '24, 13:56
by JJF1
Code: Select all
# Entry for /dev/nvme0n1p6 :
UUID=b21e1e05-b34d-4178-be2a-a79d7b9cf231 / ext4 noatime,acl 1 1
# Entry for /dev/nvme0n1p1 :
UUID=AEE7-E7F2 /boot/EFI vfat iocharset=utf8,umask=000 0 0
# Entry for /dev/nvme0n1p8 :
UUID=71edc9ae-f61f-484f-8060-4f60ddd0e775 /home ext4 noatime,acl 1 2
# Entry for /dev/nvme0n1p3 :
UUID=741AEC191AEBD660 /media/windows ntfs-3g defaults,nofail,umask=000 0 0
192.168.1.107:/home/jacob /mnt/jacob/107 nfs rsize=8192,nosuid,wsize=8192,soft 0 0
/dev/local.host:192.168.1.107 /mnt/local.host:192.168.1.107 nfs user,rsize=8192,wsize=8192,soft 0 0
none /proc proc defaults 0 0
# Entry for /dev/nvme0n1p7 :
UUID=ffc01534-a683-47cf-aad5-439079f16e1e swap swap defaults 0 0

Re: 1:38 Min. to login

PostPosted: Apr 2nd, '24, 16:02
by sturmvogel

Re: 1:38 Min. to login

PostPosted: Apr 2nd, '24, 16:55
by doktor5000
JJF1 wrote:192.168.1.107:/home/jacob /mnt/jacob/107 nfs rsize=8192,nosuid,wsize=8192,soft 0 0
/dev/local.host:192.168.1.107 /mnt/local.host:192.168.1.107 nfs user,rsize=8192,wsize=8192,soft 0 0


Mind to explain what the intention is for those 2 entries ?

Re: 1:38 Min. to login

PostPosted: Apr 3rd, '24, 08:55
by JJF1
I
Thanks
I commented these 2 entries and reduced the time to 7.5 seconds
I'll mark the topic as Solved