Ubuntu Çok Yavaş Açılıyor

Başlatan ChristenFlipp, 30 Eylül 2018 - 22:53:48

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

ChristenFlipp

Arkadaşlar Merhaba

Windows 10 işletim sistemini ekran kartı sorunundan dolayı kuramadığım için bende ubuntu'yu denemek istedim fakat windows'a kıyasla sistem çok geç açılıyor.

HP logosundan hemen sonra pembe boş ekranda yaklaşık 15 sn kadar bekliyor ardından Ubuntu yazılı ekran geliyor orada da bi 15sn kadar bekliyor yani Power tuşuna bastığım andan itibaren oturum ekranına yaklaşık 30-35 sn'de sistem açılıyor.

Bu normal bilgilendirirseniz sevinirim. Pembe ekranda 15sn kadar beklemesi bana normal gelmedi o yüzden foruma konu açma gereği duydum.Ve sistemin açılışını video çektim.

https://streamable.com/4qpe9

Bu konuda beni aydınlatırsanız çok sevinirim.

systemd-analyze

Startup finished in 7.250s (kernel) + 7.906s (userspace) = 15.156s
graphical.target reached after 7.887s in userspace


systemd-analyze blame

          8.091s snapd.service
          6.323s plymouth-quit-wait.service
          2.045s NetworkManager-wait-online.service
          1.115s dev-sda1.device
           848ms fwupd.service
           605ms apparmor.service
           595ms networkd-dispatcher.service
           423ms dev-loop1.device
           399ms dev-loop2.device
           391ms dev-loop4.device
           387ms dev-loop3.device
           370ms dev-loop5.device
           368ms dev-loop6.device
           307ms upower.service
           305ms plymouth-start.service
           296ms ModemManager.service
           293ms udisks2.service
           275ms NetworkManager.service
           271ms systemd-udev-trigger.service
           239ms avahi-daemon.service
           232ms keyboard-setup.service
           203ms networking.service
           200ms accounts-daemon.service
           192ms thermald.service
           191ms systemd-resolved.service
           174ms apport.service
           172ms systemd-timesyncd.service
           156ms speech-dispatcher.service
           148ms systemd-logind.service
           112ms systemd-udevd.service
           105ms systemd-journald.service
           102ms packagekit.service
           101ms swapfile.swap
            99ms systemd-journal-flush.service
            93ms pppd-dns.service
            92ms motd-news.service
            90ms user@121.service
            89ms grub-common.service
            86ms rsyslog.service
            84ms dev-loop0.device
            82ms user@1000.service
            78ms gpu-manager.service
            71ms snap-gnome\x2dcharacters-103.mount
            70ms dns-clean.service
            68ms snap-gnome\x2d3\x2d26\x2d1604-70.mount
            63ms snap-gnome\x2dlogs-43.mount
            61ms snap-gnome\x2dcalculator-180.mount
            60ms wpa_supplicant.service
            60ms bolt.service
            57ms snap-gtk\x2dcommon\x2dthemes-701.mount
            57ms systemd-modules-load.service
            53ms snap-gtk\x2dcommon\x2dthemes-319.mount
            50ms snap-core-4917.mount
            48ms gdm.service
            47ms snap-gnome\x2dsystem\x2dmonitor-51.mount
            46ms snap-gnome\x2dcalculator-238.mount
            45ms systemd-update-utmp.service
            45ms snap-gnome\x2dcharacters-124.mount
            42ms snap-core-5328.mount
            42ms snap-gnome\x2dlogs-37.mount
            40ms dev-loop7.device
            39ms alsa-restore.service
            39ms polkit.service
            38ms plymouth-read-write.service
            38ms console-setup.service
            36ms systemd-tmpfiles-clean.service
            35ms snap-gnome\x2dsystem\x2dmonitor-57.mount
            33ms systemd-tmpfiles-setup.service
            33ms systemd-sysctl.service
            32ms snapd.seeded.service
            32ms systemd-tmpfiles-setup-dev.service
            27ms dev-hugepages.mount
            26ms sys-kernel-debug.mount
            25ms ufw.service
            25ms colord.service
            21ms dev-mqueue.mount
            20ms dev-loop10.device
            19ms kerneloops.service
            17ms dev-loop12.device
            16ms ureadahead-stop.service
            16ms systemd-remount-fs.service
            15ms systemd-update-utmp-runlevel.service
            15ms kmod-static-nodes.service
            13ms dev-loop8.device
            11ms dev-loop9.device
            11ms sys-fs-fuse-connections.mount
            10ms systemd-random-seed.service
             9ms systemd-backlight@backlight:acpi_video0.service
             9ms systemd-backlight@backlight:acpi_video1.service
             8ms systemd-user-sessions.service
             7ms rtkit-daemon.service
             6ms setvtrgb.service
             5ms sys-kernel-config.mount
             5ms snapd.socket
             3ms dev-loop11.device


systemctl --state=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'.


cat /etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=b2eab744-7c89-4e3d-bc34-489d1eabf502 /               ext4    errors=remount-ro 0       1
/swapfile                                 none            swap    sw              0       0


cat /etc/default/grub

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"


Sistem dökümü bu şekilde konuyu açıklığa kavuşturursanız sevinirim. :)

mhmtkrktr

Kurulumdan sonra sistemi güncelledin mi?

https://forum.snapcraft.io/t/snapd-service-delays-startup-in-ubuntu-18-04-with-4-15-0-24/6205
https://askubuntu.com/questions/801077/disable-snapd-refresh-service-on-16-04-to-speed-up-boot-no-snap-packages-in-use

Daha önce bununla ilgili konu açılmış ve yeni sürümde giderildiği belirtilmiş.

İlave olarak açılışı şu komuttan sonra tekrar kontrol edebilirsin.
sudo systemctl mask plymouth-quit-wait.service

Şunun çıktısına da bakılabilir.
sudo blkid

ChristenFlipp

sudo blkid

/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/sda1: UUID="e381b99c-2e7d-4e1d-a9de-f5ae23404d71" TYPE="ext4" PARTUUID="b6696a23-01"


Açılışta herhangi bir değişiklik olmadı bugün tekrar format attım 300mb yakın güncelleme yaptım yine aynı

gecegezen

Bana bekleme yaptığı yer grub menusu gibi geldi ayarlardan anladığım kadarı ile sadece menu gizlenmis 10 sn bekliyor.sudo nano /etc/default/grubdaha düşük bir sayı ile değiştir. misal 0 ben 3 saniye bekletiyorum.
GRUB_TIMEOUT=10
Yotube kanalım hepinizi beklerim...
https://www.youtube.com/channel/UCsRQPZxNJKZbfpGy6r97nJw

aderinkaya

[mention=642034]@gecegezen[/mention] time out değeri orijinal olarak 10 geliyor misal bunu 6 ya düşürmemiz açılışı hızlandırır mı? Yada 1 gibi düşük bir değer girmemizin bir zararı olur mu?

cosmicowl

Alıntı yapılan: aderinkaya - 02 Ekim 2018 - 01:38:23
[mention=642034]@gecegezen[/mention] time out değeri orijinal olarak 10 geliyor misal bunu 6 ya düşürmemiz açılışı hızlandırır mı? Yada 1 gibi düşük bir değer girmemizin bir zararı olur mu?
Zararı olmaz 0 da yapabilirsiniz. Sonrasında update-grub komutunu girmeniz gerekiyor

mhmtkrktr

#6
Alıntı Yap/dev/sda1: UUID="e381b99c-2e7d-4e1d-a9de-f5ae23404d71" TYPE="ext4" PARTUUID="b6696a23-01"

Açılışta herhangi bir değişiklik olmadı bugün tekrar format attım 300mb yakın güncelleme yaptım yine aynı

Format attığın için eski çıktılar ile değerlendirme yapılamaz. İlk verdiğin çıktıları tekrar paylaşabilir misin?

Alıntı YapGRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10

Bu da var tabii  :)

aderinkaya

[mention=642037]@cosmicowl[/mention] yaptım teşekkür ederim  :)

ChristenFlipp

systemd-analyze

Startup finished in 6.252s (kernel) + 35.619s (userspace) = 41.872s
graphical.target reached after 3.629s in userspace


systemd-analyze blame

         26.010s apt-daily.service
          5.921s apt-daily-upgrade.service
          1.979s dev-sda1.device
          1.880s NetworkManager-wait-online.service
          1.484s snapd.service
           805ms fwupd.service
           591ms plymouth-start.service
           508ms dev-loop9.device
           479ms dev-loop5.device
           469ms dev-loop4.device
           450ms dev-loop10.device
           448ms dev-loop8.device
           431ms dev-loop6.device
           427ms dev-loop11.device
           405ms dev-loop1.device
           405ms dev-loop2.device
           404ms dev-loop3.device
           395ms dev-loop7.device
           388ms dev-loop12.device
           346ms apparmor.service
           331ms systemd-udev-trigger.service
           329ms NetworkManager.service
           298ms upower.service
           254ms speech-dispatcher.service
           247ms keyboard-setup.service
           242ms systemd-journal-flush.service
           237ms networkd-dispatcher.service
           237ms udisks2.service
           235ms ModemManager.service
           210ms systemd-timesyncd.service
           203ms apport.service
           186ms systemd-resolved.service
           160ms accounts-daemon.service
           152ms snap-gnome\x2dlogs-37.mount
           152ms wpa_supplicant.service
           148ms systemd-logind.service
           141ms snap-gnome\x2dcharacters-124.mount
           141ms thermald.service
           137ms pppd-dns.service
           135ms snap-gtk\x2dcommon\x2dthemes-701.mount
           128ms dns-clean.service
           128ms systemd-journald.service
           126ms user@1000.service
           116ms grub-common.service
           115ms networking.service
           108ms snap-core-5328.mount
           107ms snap-core-4917.mount
           106ms swapfile.swap
           103ms snap-gnome\x2dsystem\x2dmonitor-51.mount
            99ms packagekit.service
            98ms snap-gtk\x2dcommon\x2dthemes-319.mount
            97ms snap-gnome\x2dcalculator-238.mount
            96ms snap-gnome\x2d3\x2d26\x2d1604-70.mount
            95ms snap-gnome\x2dcalculator-180.mount
            92ms user@121.service
            84ms snap-gnome\x2dsystem\x2dmonitor-57.mount
            74ms avahi-daemon.service
            72ms kerneloops.service
            63ms gpu-manager.service
            61ms console-setup.service
            59ms alsa-restore.service
            59ms rsyslog.service
            55ms bolt.service
            54ms plymouth-read-write.service
            54ms systemd-udevd.service
            50ms snap-gnome\x2dcharacters-103.mount
            49ms systemd-modules-load.service
            45ms snap-gnome\x2dlogs-43.mount
            43ms snapd.seeded.service
            43ms systemd-tmpfiles-setup.service
            42ms gdm.service
            42ms gdm.service
            40ms dev-loop0.device
            39ms systemd-backlight@backlight:acpi_video0.service
            38ms systemd-backlight@backlight:acpi_video1.service
            31ms colord.service
            27ms dev-mqueue.mount
            26ms systemd-remount-fs.service
            25ms systemd-tmpfiles-setup-dev.service
            25ms systemd-user-sessions.service
            25ms sys-kernel-debug.mount
            24ms polkit.service
            20ms dev-hugepages.mount
            20ms systemd-sysctl.service
            20ms kmod-static-nodes.service
            19ms ufw.service
            18ms ureadahead-stop.service
            16ms systemd-update-utmp.service
            14ms sys-kernel-config.mount
            12ms sys-fs-fuse-connections.mount
            10ms systemd-update-utmp-runlevel.service
             9ms systemd-random-seed.service
             6ms rtkit-daemon.service
             6ms setvtrgb.service
             3ms snapd.socket
ESCOC

ight:acpi_video0.service
ight:acpi_video1.service


ice
dev.service
ervice




ce


vice

.mount
level.service
vice



ESCOD
            40ms dev-loop0.device
            39ms systemd-backlight@backlight:acpi_video0.service
            38ms systemd-backlight@backlight:acpi_video1.service
            31ms colord.service
            27ms dev-mqueue.mount
            26ms systemd-remount-fs.service
            25ms systemd-tmpfiles-setup-dev.service
            25ms systemd-user-sessions.service
            25ms sys-kernel-debug.mount
            24ms polkit.service
            20ms dev-hugepages.mount
            20ms systemd-sysctl.service
            20ms kmod-static-nodes.service
            19ms ufw.service
            18ms ureadahead-stop.service
            16ms systemd-update-utmp.service
            14ms sys-kernel-config.mount
            12ms sys-fs-fuse-connections.mount
            10ms systemd-update-utmp-runlevel.service
             9ms systemd-random-seed.service
             6ms rtkit-daemon.service
             6ms setvtrgb.service
             3ms snapd.socket
ESCOD
            40ms dev-loop0.device
            39ms systemd-backlight@backlight:acpi_video0.service
            38ms systemd-backlight@backlight:acpi_video1.service
            31ms colord.service
            27ms dev-mqueue.mount
            26ms systemd-remount-fs.service
            25ms systemd-tmpfiles-setup-dev.service
            25ms systemd-user-sessions.service
            25ms sys-kernel-debug.mount
            24ms polkit.service
            20ms dev-hugepages.mount
            20ms systemd-sysctl.service
            20ms kmod-static-nodes.service
            19ms ufw.service
            18ms ureadahead-stop.service
            16ms systemd-update-utmp.service
            14ms sys-kernel-config.mount
            12ms sys-fs-fuse-connections.mount
            10ms systemd-update-utmp-runlevel.service
             9ms systemd-random-seed.service
             6ms rtkit-daemon.service
             6ms setvtrgb.service
             3ms snapd.socket
ESCOD
           103ms snap-gnome\x2dsystem\x2dmonitor-51.mount
            99ms packagekit.service
            98ms snap-gtk\x2dcommon\x2dthemes-319.mount
            97ms snap-gnome\x2dcalculator-238.mount
            96ms snap-gnome\x2d3\x2d26\x2d1604-70.mount
            95ms snap-gnome\x2dcalculator-180.mount
            92ms user@121.service
            84ms snap-gnome\x2dsystem\x2dmonitor-57.mount
            74ms avahi-daemon.service
            72ms kerneloops.service
            63ms gpu-manager.service
            61ms console-setup.service
            59ms alsa-restore.service
            59ms rsyslog.service
            55ms bolt.service
            54ms plymouth-read-write.service
            54ms systemd-udevd.service
            50ms snap-gnome\x2dcharacters-103.mount
            49ms systemd-modules-load.service
            45ms snap-gnome\x2dlogs-43.mount
            43ms snapd.seeded.service
            43ms systemd-tmpfiles-setup.service
            42ms gdm.service


systemctl --state=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'.



sudo blkid

/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sda1: UUID="e381b99c-2e7d-4e1d-a9de-f5ae23404d71" TYPE="ext4" PARTUUID="b6696a23-01"
/dev/loop8: TYPE="squashfs"
/dev/loop9: TYPE="squashfs"
/dev/loop10: TYPE="squashfs"
/dev/loop11: TYPE="squashfs"
/dev/loop12: TYPE="squashfs"


cat /etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=e381b99c-2e7d-4e1d-a9de-f5ae23404d71 /               ext4    errors=remount-ro 0       1
/swapfile                                 none            swap    sw              0       0


cat /etc/default/grub

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"


Formatı aynı diskin üzerine kurdum. Ama eskisini sil yaparak kurdum.

Bu arada ssd mevcut.