Ubuntu yavaş açılıyor.

Başlatan whirlybird, 03 Aralık 2017 - 22:17:35

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

whirlybird

Merhaba arkadaşlar başlıkta gördüğünüz gibi ubuntu yavaş açılıyor(forumda benzer konuları buldum ama tam çözemedim), Windows 10 yanına kurulu. Aşağıdaki kodları ve çıktıları yazdım (sanki nvdiada bir sorun var), yardımcı olacak arkadaşlara şimdiden teşekkür ederim.

1. systemd-analyze
Startup finished in 4.006s (kernel) + 25.572s (userspace) = 29.579s

2. systemd-analyze blame
20.441s systemd-rfkill.service
         10.206s dev-sda7.device
          7.886s systemd-tmpfiles-setup-dev.service
          7.100s mnt-03F93A2D75F740CD.mount
          6.950s systemd-sysctl.service
          5.916s NetworkManager-wait-online.service
          5.153s NetworkManager.service
          4.069s ModemManager.service
          3.921s accounts-daemon.service
          3.896s alsa-restore.service
          2.747s gpu-manager.service
          2.392s thermald.service
          1.798s upower.service
          1.691s iio-sensor-proxy.service
          1.433s lightdm.service
          1.210s keyboard-setup.service
          1.172s polkitd.service
          1.056s systemd-modules-load.service
           991ms systemd-journald.service
           935ms pantheon-parental-controls.service
           889ms systemd-fsck@dev-disk-by\x2duuid-76ff7bf2\x2de235\x2d4269\x2d96d7\x2d49a6cb39d11c.service
           863ms dev-disk-by\x2duuid-f316d683\x2d35c1\x2d4471\x2d9e48\x2d643233be0740.swap
           840ms grub-common.service
           814ms irqbalance.service
           679ms networking.service
           601ms resolvconf.service
           532ms apparmor.service
           456ms dev-mqueue.mount
           428ms avahi-daemon.service
           412ms dev-hugepages.mount
           392ms sys-kernel-debug.mount
           278ms bluetooth.service
           259ms boot.mount
           258ms packagekit.service
           236ms apport.service
           209ms rsyslog.service
           177ms console-setup.service
           132ms kmod-static-nodes.service
           118ms systemd-tmpfiles-setup.service
           103ms ufw.service
            94ms wpa_supplicant.service
            77ms udisks2.service
            74ms colord.service


3. systemctl --state=failed
  UNIT                        LOAD   ACTIVE SUB    DESCRIPTION
● nvidia-persistenced.service loaded failed failed NVIDIA Persistence Daemon

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

1 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.


4. sudo blkid
/dev/sda2: LABEL="Sistem AyrM-DM-1ldM-DM-1" UUID="646074466074214A" TYPE="ntfs" PARTUUID="629e2cb9-02"
/dev/sda3: LABEL="Windows" UUID="ACDA91D9DA919FDE" TYPE="ntfs" PARTUUID="629e2cb9-03"
/dev/sda4: LABEL="Depo" UUID="03F93A2D75F740CD" TYPE="ntfs" PARTUUID="629e2cb9-04"
/dev/sda5: UUID="76ff7bf2-e235-4269-96d7-49a6cb39d11c" TYPE="ext2" PTTYPE="dos" PARTUUID="629e2cb9-05"
/dev/sda6: UUID="f316d683-35c1-4471-9e48-643233be0740" TYPE="swap" PARTUUID="629e2cb9-06"
/dev/sda7: UUID="12371c8b-d037-4666-bb9a-41ef01b16bfa" TYPE="ext4" PARTUUID="629e2cb9-07"


5. 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/sda7 during installation
UUID=12371c8b-d037-4666-bb9a-41ef01b16bfa /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda5 during installation
UUID=76ff7bf2-e235-4269-96d7-49a6cb39d11c /boot           ext2    defaults        0       2
# swap was on /dev/sda6 during installation
UUID=f316d683-35c1-4471-9e48-643233be0740 none            swap    sw              0       0
/dev/disk/by-uuid/03F93A2D75F740CD /mnt/03F93A2D75F740CD auto nosuid,nodev,nofail,x-gvfs-show 0 0


6. 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_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
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"


illedelinux

Uçbirime girin.
sudo gedit /etc/fstab

Açılan dosyanın en altında bulunan bu satırın önüne
/dev/disk/by-uuid/03F93A2D75F740CD /mnt/03F93A2D75F740CD auto nosuid,nodev,nofail,x-gvfs-show 0 0
Alttaki gibi diyez # işareti koyun ve yeniden başlatın.
#/dev/disk/by-uuid/03F93A2D75F740CD /mnt/03F93A2D75F740CD auto nosuid,nodev,nofail,x-gvfs-show 0 0
GNU/Linux kullanmıyorum, onu yaşıyorum...

whirlybird

Yaptım ancak açılışında bir değişiklik olmadı, şifre girdikten sonra 3-5 dk bekletiyor sistem sonra hazır hale geliyor.

whirlybird

Yardımcı olabilecek kimse yok mu acaba?

illedelinux

Bunu bir deneyin.
sudo systemctl disable systemd-rfkill.service
GNU/Linux kullanmıyorum, onu yaşıyorum...

ata1

Alıntı YapStartup finished in 4.006s (kernel) + 25.572s (userspace) = 29.579s

sisteminizde ssd yok ise bu açılış süresi normaldir.