Grafik modda açılmayan Disco Dingo

Başlatan programmer, 23 Mayıs 2019 - 08:32:21

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

programmer

Sistemim HP Laptop 15-bw0xx dizüstü üzerine kurulu Ubuntu Desktop 19.04 64 bit. Bir süre kullanmadan açık bırakınca sistem kitlendi. Klavye ve fare çalışmayınca açma kapama düşmesine bastım bir kaç gün önce ve artık sistem sadece systemd bakım modunda açılıyor.
Çözüm için denediklerim:
1-Boot-repair'i canlı Ubuntu cd'den açıp uygulamak (acpi=off dahil)
2- Boot-repair iso'sunu usb'ye yazıp uygulamak
3- root şifresini girdikten sonra

systemctl start graphical.target
systemctl start gdm
systemctl start gdm3

Bu komutlarda Pymouth animasyonu yarım saniye kadar görünüp yine konsol moda düşüyor sistem.





journalctl -xb|grep - i error

May 23 07:45:02 HP kernel: ACPI BIOS Error (bug): Could not resolve [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20181213/psargs-330)
May 23 07:45:02 HP kernel: ACPI Error: Method parse/execution failed \_SB.WLBU._STA, AE_NOT_FOUND (20181213/psparse-531)
May 23 07:45:02 HP kernel: ACPI BIOS Error (bug): Could not resolve [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20181213/psargs-330)
May 23 07:45:02 HP kernel: ACPI Error: Method parse/execution failed \_SB.WLBU._STA, AE_NOT_FOUND (20181213/psparse-531)
May 23 07:45:02 HP kernel: ACPI BIOS Error (bug): Could not resolve [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20181213/psargs-330)
May 23 07:45:02 HP kernel: ACPI Error: Method parse/execution failed \_SB.WLBU._STA, AE_NOT_FOUND (20181213/psparse-531)
May 23 07:45:02 HP kernel: tpm_crb: probe of MSFT0101:00 failed with error -16
May 23 07:45:02 HP kernel: RAS: Correctable Errors collector initialized.
May 23 07:45:02 HP kernel: EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
May 23 07:45:16 HP kernel: hp_wmi: query 0xd returned error 0x5



systemctl --failed


komutu ise sadece modem hdd bağlanmama hatası veriyor (bu modeme bağlanmamışken normal) ve ACPI Backlight ile ilgili bir hata veriyor. Bunları kaydetmemişim ama gerekliyse gönderebilirim.
Ayrıca yukardaki ACPI hataları Boot-repair veya Live CD'den açınca da geliyor. BIOS'da bir bozulma mı var acaba? Windows'da bütün aygıtlar sorunsuz açalışıyor ama.

Empat

Aşağıdaki komutun çıktısını atabilir misiniz?
sudo fdisk -l

Log'larda /dev/sda5 bölümünün remount,ro olarak ayarlandığını belirtiyor.

/dev/sda5 bölümünün içerisinde ne var?

Ayrıca, aşağıdaki dosyanın içeriğini atabilir misiniz? (resim de olabilir)
sudo nano /etc/fstab

Aşağıdaki komutun çıktısı, işin içinde başka hatalar varsa belirlememize yardımcı olacak.
dmesg | grep -i -e "Error"

Hemen hemen aynı sorunla Fedora'da karşılaşan ilgili foruma konu açmış.

Dağıtım sürümünü veya kernel sürümünü değiştirmelerini önermişler.

Siz de kernel'ı güncellemeyi veya downgrade etmeyi deneyebilirsiniz.

Başka bir forumda ise; bios güncellemesi ve cpu firmware güncellemesi yapılması önerilmiş.

Bunlar da deneyebilecekleriniz arasında.

Bios'unuzu güncelledikten sonra, cpu'nun non-free veya free olarak dağıtılan microcode dosyalarını (bir nevi firmware) güncellemeyi deneyebilirsiniz.
Everything for me is just Peace - Love - Coding. Also, as they say: I am a programmer, I have no life!

programmer

#2
Komut çıktılarını veriyorum @Empat



sudo fdisk -l /dev/sda
[sudo] password for programmer:
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDC WD5000LPCX-6
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 0D2D45F0-C984-4C83-994B-8608A432A1A4


Device         Start       End   Sectors   Size Type
/dev/sda1       2048    534527    532480   260M EFI System
/dev/sda2     534528    567295     32768    16M Microsoft reserved
/dev/sda3     567296 360353791 359786496 171.6G Microsoft basic data
/dev/sda4  974753792 976760831   2007040   980M Windows recovery environment
/dev/sda5  360353792 848635903 488282112 232.9G Linux filesystem
/dev/sda6  848635904 850733055   2097152     1G Linux filesystem
/dev/sda7  850733056 974753791 124020736  59.1G Linux LVM


Partition table entries are not in disk order.




dmesg|grep error -i

[    0.228067] ACPI BIOS Error (bug): Could not resolve [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20181213/psargs-330)
[    0.228087] ACPI Error: Method parse/execution failed \_SB.WLBU._STA, AE_NOT_FOUND (20181213/psparse-531)
[    0.304055] ACPI BIOS Error (bug): Could not resolve [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20181213/psargs-330)
[    0.304073] ACPI Error: Method parse/execution failed \_SB.WLBU._STA, AE_NOT_FOUND (20181213/psparse-531)
[    0.429385] ACPI BIOS Error (bug): Could not resolve [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20181213/psargs-330)
[    0.429407] ACPI Error: Method parse/execution failed \_SB.WLBU._STA, AE_NOT_FOUND (20181213/psparse-531)
[    1.307815] tpm_crb: probe of MSFT0101:00 failed with error -16
[    1.402723] RAS: Correctable Errors collector initialized.
[   12.581653] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[   19.878179] hp_wmi: query 0xd returned error 0x5



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/sda5 during installation
UUID=cca6e616-e970-4846-a985-beab0b9bd9ca /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
#UUID=5EAE-8314  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
#//192.168.2.1/Win10 /mnt/win10 ntfs-3g guest 0 0
#//192.168.2.1/Win10 /mnt/win10 cifs auto 0 0
//192.168.2.1/Win10 /mnt/win10 ntfs-3g guest 0 0
#//192.168.2.1/yedek /mnt/yedek ntfs-3g guest 0 0


#UUID=5EAE-8314 /boot/efi vfat defaults 0 1
UUID=5EAE-8314 /boot/efi vfat defaults 0 1
#UUID=24DC170ADC16D5C0        /media/win     ntfs-3g   defaults,nls=utf8,umask=000,dmask=027,fmask=137,uid=1000,gid=1000,windows_names 0 0
UUID=24DC170ADC16D5C0        /media/win     ntfs-3g   uid=1000,gid=1000,dmask=022,fmask=133 0 0



Ayrıca

cat /boot/grub/grub.cfg

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#


### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${initrdfail}" = 2 ]; then
   set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
   set next_entry="${prev_entry}"
   set prev_entry=
   save_env prev_entry
   if [ "${next_entry}" ]; then
      set initrdfail=2
   fi
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi


if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi


export menuentry_id_option


if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi


function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function initrdfail {
    if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
      if [ -z "${initrdfail}" ]; then
        set initrdfail=1
        if [ -n "${boot_once}" ]; then
          set prev_entry="${default}"
          save_env prev_entry
        fi
      fi
      save_env initrdfail
    fi; fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}


if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  cca6e616-e970-4846-a985-beab0b9bd9ca
else
  search --no-floppy --fs-uuid --set=root cca6e616-e970-4846-a985-beab0b9bd9ca
fi
    font="/usr/share/grub/unicode.pf2"
fi


if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=C
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###


### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30,0; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###


### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=1
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-cca6e616-e970-4846-a985-beab0b9bd9ca' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  cca6e616-e970-4846-a985-beab0b9bd9ca
else
  search --no-floppy --fs-uuid --set=root cca6e616-e970-4846-a985-beab0b9bd9ca
fi
linux /boot/vmlinuz-5.0.0-16-generic root=UUID=cca6e616-e970-4846-a985-beab0b9bd9ca ro  quiet splash $vt_handoff
initrd /boot/initrd.img-5.0.0-16-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-cca6e616-e970-4846-a985-beab0b9bd9ca' {
menuentry 'Ubuntu, with Linux 5.0.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-16-generic-advanced-cca6e616-e970-4846-a985-beab0b9bd9ca' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  cca6e616-e970-4846-a985-beab0b9bd9ca
else
  search --no-floppy --fs-uuid --set=root cca6e616-e970-4846-a985-beab0b9bd9ca
fi
echo 'Loading Linux 5.0.0-16-generic ...'
linux /boot/vmlinuz-5.0.0-16-generic root=UUID=cca6e616-e970-4846-a985-beab0b9bd9ca ro  quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.0.0-16-generic
}
menuentry 'Ubuntu, with Linux 5.0.0-16-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-16-generic-recovery-cca6e616-e970-4846-a985-beab0b9bd9ca' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5  cca6e616-e970-4846-a985-beab0b9bd9ca
else
  search --no-floppy --fs-uuid --set=root cca6e616-e970-4846-a985-beab0b9bd9ca
fi
echo 'Loading Linux 5.0.0-16-generic ...'
linux /boot/vmlinuz-5.0.0-16-generic root=UUID=cca6e616-e970-4846-a985-beab0b9bd9ca ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.0.0-16-generic
}
}


### END /etc/grub.d/10_linux ###


### BEGIN /etc/grub.d/20_linux_xen ###


### END /etc/grub.d/20_linux_xen ###


### BEGIN /etc/grub.d/25_custom ###


menuentry "Windows UEFI bootmgfw.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}


menuentry "Windows Boot UEFI loader" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/Boot/bkpbootx64.efi
}


menuentry "Windows Boot UEFI fbia32.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/Boot/fbia32.efi
}


menuentry "Windows Boot UEFI fbx64.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/Boot/fbx64.efi
}


menuentry "Windows Boot UEFI mmx64.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/Boot/mmx64.efi
}


menuentry "EFI/fedora/gcdia32.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/fedora/gcdia32.efi
}


menuentry "EFI/fedora/gcdx64.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/fedora/gcdx64.efi
}


menuentry "EFI/fedora/mmia32.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/fedora/mmia32.efi
}


menuentry "EFI/fedora/mmx64.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/fedora/mmx64.efi
}


menuentry "EFI/ubuntu/mmx64.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/ubuntu/mmx64.efi
}


menuentry "EFI/HP/BIOSUpdate/CryptRSA.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/HP/BIOSUpdate/CryptRSA.efi
}


menuentry "EFI/HP/BIOSUpdate/HpBiosMgmt.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/HP/BIOSUpdate/HpBiosMgmt.efi
}


menuentry "EFI/HP/BIOSUpdate/HpBiosUpdate.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/HP/BIOSUpdate/HpBiosUpdate.efi
}


menuentry "EFI/HP/SystemDiags/CryptRSA.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/HP/SystemDiags/CryptRSA.efi
}


menuentry "EFI/HP/SystemDiags/HpSysDiags.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/HP/SystemDiags/HpSysDiags.efi
}


menuentry "EFI/HP/SystemDiags/SystemDiags.efi" {
search --fs-uuid --no-floppy --set=root 5EAE-8314
chainloader (${root})/EFI/HP/SystemDiags/SystemDiags.efi
}
### END /etc/grub.d/25_custom ###


### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-5EAE-8314' {
insmod part_gpt
insmod fat
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  5EAE-8314
else
  search --no-floppy --fs-uuid --set=root 5EAE-8314
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Fedora 31 (Workstation Edition) (on /dev/mapper/fedora-root)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-ad65b4e4-8c4a-438f-b1e6-4825f74b71a7' {
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  f00e2e67-bfbd-44c2-9ce8-e5ee9020ed73
else
  search --no-floppy --fs-uuid --set=root f00e2e67-bfbd-44c2-9ce8-e5ee9020ed73
fi
linux /vmlinuz-0-rescue-e5736f0fb0e84e93878844064567b2d7 root=/dev/dm-2
initrd /initramfs-0-rescue-e5736f0fb0e84e93878844064567b2d7.img
}
submenu 'Advanced options for Fedora 31 (Workstation Edition) (on /dev/mapper/fedora-root)' $menuentry_id_option 'osprober-gnulinux-advanced-ad65b4e4-8c4a-438f-b1e6-4825f74b71a7' {
menuentry 'Fedora 31 (Workstation Edition) (on /dev/mapper/fedora-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-0-rescue-e5736f0fb0e84e93878844064567b2d7--ad65b4e4-8c4a-438f-b1e6-4825f74b71a7' {
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  f00e2e67-bfbd-44c2-9ce8-e5ee9020ed73
else
  search --no-floppy --fs-uuid --set=root f00e2e67-bfbd-44c2-9ce8-e5ee9020ed73
fi
linux /vmlinuz-0-rescue-e5736f0fb0e84e93878844064567b2d7 root=/dev/dm-2
initrd /initramfs-0-rescue-e5736f0fb0e84e93878844064567b2d7.img
}
menuentry 'Fedora 31 (Workstation Edition) (on /dev/mapper/fedora-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-5.1.0-0.rc0.git7.1.fc31.x86_64--ad65b4e4-8c4a-438f-b1e6-4825f74b71a7' {
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  f00e2e67-bfbd-44c2-9ce8-e5ee9020ed73
else
  search --no-floppy --fs-uuid --set=root f00e2e67-bfbd-44c2-9ce8-e5ee9020ed73
fi
linux /vmlinuz-5.1.0-0.rc0.git7.1.fc31.x86_64 root=/dev/dm-2
initrd /initramfs-5.1.0-0.rc0.git7.1.fc31.x86_64.img
}
menuentry 'Fedora 31 (Workstation Edition) (on /dev/mapper/fedora-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-4.18.16-300.fc29.x86_64--ad65b4e4-8c4a-438f-b1e6-4825f74b71a7' {
insmod part_gpt
insmod ext2
set root='hd0,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6  f00e2e67-bfbd-44c2-9ce8-e5ee9020ed73
else
  search --no-floppy --fs-uuid --set=root f00e2e67-bfbd-44c2-9ce8-e5ee9020ed73
fi
linux /vmlinuz-4.18.16-300.fc29.x86_64 root=/dev/dm-2
initrd /initramfs-4.18.16-300.fc29.x86_64.img
}
}


set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###


### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###


### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###


### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###



Son grub-repair çalıştırmasının pastebin linki de burada


Bu probelem grub hakkında oldukça şey öğrenmemem vesile oldu. ama maalesef henüz bu problemi çözecek kadar değil. Bilgilerim tazeyken grub'un yapısı hakkında bir yazı hazırlamayı düşünüyorum.






Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : Mayıs 24, 2019, 07:31:43

/dev/sda5: Ubuntu
/dev/sda7: Fedora


Win10 ve yedek ise router'a bağlı usb depo bölümleri. Bu sorun açısından önemsiz


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 24 Mayıs 2019 - 09:22:29



efibootmgr -v
BootCurrent: 0000
Timeout: 5 seconds
BootOrder: 2001,0003,3003,0002,0000,0004,0005,2002,2004
Boot0000* Fedora HD(1,GPT,38eab116-c6f3-418d-a605-82dcebc9e18c,0x800,0x82000)/File(\EFI\fedora\shim.efi)RC
Boot0001* USB Hard Drive (UEFI) - SanDisk (SanDisk) PciRoot(0x0)/Pci(0x10,0x0)/USB(6,0)/HD(1,MBR,0x1a92cbfd,0x800,0x1dcf800)RC
Boot0002* ubuntu HD(1,GPT,38eab116-c6f3-418d-a605-82dcebc9e18c,0x800,0x82000)/File(\EFI\ubuntu\shimx64.efi)
Boot0003* Windows Boot Manager HD(1,GPT,38eab116-c6f3-418d-a605-82dcebc9e18c,0x800,0x82000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
Boot0004* Notebook Hard Drive - WDC WD5000LPCX-60VHAT1 BBS(HD,Notebook Hard Drive - WDC WD5000LPCX-60VHAT1,0x500)................-.R.......R.A.R.............................................A.......................
Boot0005* USB Hard Drive - SanDisk BBS(7,USB Hard Drive - SanDisk,0x500)............................................................................A.....................
Boot2001* EFI USB Device RC
Boot3003* Internal Hard Disk or Solid State Disk RC

programmer

5.0.0-13 çekirdeği ile de denedim olmadı maalesef. grub recovery seçildiğinde ise menüye girmiyor. Menü işlemiyor.

Empat

Tahminimce grafiksel ekranın açılmaması sorununun en büyük kaynağı /dev/sda5'in remount,ro (read only) olarak yapılandırılmış olması.

/etc/fstab dosyasındaki ilgili satırı aşağıdaki satırla değiştirmeyi deneyin.


# / was on /dev/sda5 during installation
UUID=cca6e616-e970-4846-a985-beab0b9bd9ca /               ext4   defaults 0       1


Eğer farklı bir tepki almazsanız ve aynı sorun devam ederse /etc/fstab dosyasındaki ilgili satırı bir de aşağıdaki satırla değiştirmeyi deneyin.

# / was on /dev/sda5 during installation
UUID=cca6e616-e970-4846-a985-beab0b9bd9ca /               ext4   remount,rw 0       1


Bu denemelerden sonra dosyayı kaydetmeyi ve sistemi yeniden başlatmayı unutmayın.
Everything for me is just Peace - Love - Coding. Also, as they say: I am a programmer, I have no life!

programmer

İlgilendiğin için teşekkür ederim @Empat. Ancak uğraşmaktan yorulduğum için 18.04 yükledim sıfırdan. LTS olduğu için daha uygun olur.
fstab'da kök dizini için    errors=remount-ro 0       1 ifadesi yeni dstab dosyasında da var. Hata olması durumunda sal okunur modda açıyor. Ancak defalarca fsck yapmıştım. O moda düşüşün nedeni farklı olsa gerek.


Empat

Sorununuz çözüldüyse, konu başlığınızı "[ÇÖZÜLDÜ]" olarak işaretleyin lütfen.

"[ÇÖZÜLDÜ]" işaretlemesini nasıl yapacağınızı bilmiyorsanız buraya tıklayarak, "[ÇÖZÜLDÜ]" olarak işaretlemeyi öğrenebileceğiniz makaleye gidebilirsiniz.
Everything for me is just Peace - Love - Coding. Also, as they say: I am a programmer, I have no life!