[Çözüldü] Grub ekranı gelmedi

Başlatan gocen, 25 Mayıs 2022 - 13:36:30

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

gocen

Merhaba, Ubuntuyu Windowsun yanına kurmuştum. Şimdiye kadar windowsu sorunsuz açıyordum ama son kapatıp açtığımda grub ekranı gelmedi. Direk ubuntuya girdi.
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

Merhaba. grub konfigurasyonunuzu kontrol etmek icin asagidaki komutun ciktisini alabilir miyim?

cat /etc/default/grub

gocen

Alıntı yapılan: nxjoseph - 25 Mayıs 2022 - 14:17:22
Merhaba. grub konfigurasyonunuzu kontrol etmek icin asagidaki komutun ciktisini alabilir miyim?

cat /etc/default/grub
buyrun
# 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"
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

Tesekkur ederim.

GRUB_TIMEOUT_STYLE=hidden satirini "menu" yapabilir misiniz?

GRUB_TIMEOUT_STYLE=menu

isterseniz terminalde nano editor ile duzenleyin
sudo nano /etc/default/grub
isterseniz de gedit, gnome'un metin duzenleyicisiyle duzenleyin.
sudo gedit /etc/default/grub

Duzenledikten sonra grub'un konfigurasyona gore guncellenmesi icin grub'u asagidaki komutla guncelleyebilirsiniz.
sudo update-grub

gocen

Alıntı yapılan: nxjoseph - 25 Mayıs 2022 - 15:08:42
Tesekkur ederim.

GRUB_TIMEOUT_STYLE=hidden satirini "menu" yapabilir misiniz?

GRUB_TIMEOUT_STYLE=menu

isterseniz terminalde nano editor ile duzenleyin
sudo nano /etc/default/grub
isterseniz de gedit, gnome'un metin duzenleyicisiyle duzenleyin.
sudo gedit /etc/default/grub

Duzenledikten sonra grub'un konfigurasyona gore guncellenmesi icin grub'u asagidaki komutla guncelleyebilirsiniz.
sudo update-grub
yaptım ama Windows seçeneği gelmedi. UEFI settings diye bir şey geldi.
Bir de fikir verir mi bilmiyorum ama günlük çıktısı şöyle
15:27:13 gdm-session-wor: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
15:27:12 systemd: Failed to start Application launched by gnome-session-binary.
15:27:10 gdm-session-wor: gkr-pam: unable to locate daemon control file
15:27:05 systemd: Failed to start Service for snap application snapd-desktop-integration.snapd-desktop-integration.
15:27:03 gnome-session-b: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
15:27:01 avahi-daemon: chroot.c: open() failed: No such file or directory
15:27:01 kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
15:27:01 kernel: x86/cpu: SGX disabled by BIOS.
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

Tamam simdi windows'u gormesini saglayalim.

Bu komutlarin ciktisini da alabilir miyim?

sudo apt install os-prober ; sudo os-prober

gocen

Alıntı yapılan: nxjoseph - 25 Mayıs 2022 - 15:32:59
Tamam simdi windows'u gormesini saglayalim.

Bu komutlarin ciktisini da alabilir miyim?

sudo apt install os-prober ; sudo os-prober
[sudo] mustafa için parola:
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı oluşturuluyor... Bitti
Durum bilgisi okunuyor... Bitti               
os-prober zaten en yeni sürümde (1.79ubuntu2).
Aşağıdaki paketler otomatik olarak kurulmuş ve artık bu paketlere gerek duyulmuyor:
  chromium-codecs-ffmpeg-extra gstreamer1.0-vaapi
  libgstreamer-plugins-bad1.0-0 libva-wayland2
Bu paketleri kaldırmak için 'sudo apt autoremove' komutunu kullanın.
0 paket yükseltilecek, 0 yeni paket kurulacak, 0 paket kaldırılacak ve 26 paket yükseltilmeyecek.
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

Bu komut hic cikti vermedi mi?
sudo os-prober

gocen

Alıntı yapılan: nxjoseph - 25 Mayıs 2022 - 16:41:49
Bu komut hic cikti vermedi mi?
sudo os-prober
mustafa@mustafa-Veriton-Z4670G:~$ sudo os-prober
[sudo] mustafa için parola:
mustafa@mustafa-Veriton-Z4670G:~$
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

Bu komutun ciktisini da alabilir miyim?

lsblk && cat /etc/fstab

gocen

Alıntı yapılan: nxjoseph - 25 Mayıs 2022 - 16:54:05
Bu komutun ciktisini da alabilir miyim?

lsblk && cat /etc/fstab
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0         7:0    0     4K  1 loop /snap/bare/5
loop1         7:1    0  61,9M  1 loop /snap/core20/1405
loop2         7:2    0  61,9M  1 loop /snap/core20/1434
loop3         7:3    0 155,6M  1 loop /snap/firefox/1232
loop4         7:4    0 160,5M  1 loop /snap/firefox/1377
loop5         7:5    0 248,8M  1 loop /snap/gnome-3-38-2004/99
loop6         7:6    0  81,3M  1 loop /snap/gtk-common-themes/1534
loop7         7:7    0  45,9M  1 loop /snap/snap-store/575
loop8         7:8    0  45,9M  1 loop /snap/snap-store/582
loop9         7:9    0  44,7M  1 loop /snap/snapd/15534
loop10        7:10   0  44,7M  1 loop /snap/snapd/15904
loop11        7:11   0   284K  1 loop /snap/snapd-desktop-integration/10
sr0          11:0    1  1024M  0 rom 
nvme0n1     259:0    0 238,5G  0 disk
├─nvme0n1p1 259:1    0   100M  0 part /boot/efi
├─nvme0n1p2 259:2    0    16M  0 part
├─nvme0n1p3 259:3    0 101,6G  0 part
├─nvme0n1p4 259:4    0    79G  0 part
├─nvme0n1p5 259:5    0   500M  0 part
├─nvme0n1p6 259:6    0  37,1G  0 part
└─nvme0n1p7 259:7    0  20,1G  0 part /
# /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/nvme0n1p7 during installation
UUID=41e8ed0e-2ee3-419f-b1ff-226846ce4238 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=DE88-C4F1  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

Tesekkur ederim, yine ciktisi lazim olucak;

sudo umount /dev/nvme0n1p1 && sudo os-prober

gocen

Alıntı yapılan: nxjoseph - 25 Mayıs 2022 - 16:58:26
Tesekkur ederim, yine ciktisi lazim *olacak;

sudo umount /dev/nvme0n1p1 && sudo os-prober
/dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

Windows gozuktu, simdi bunun icin GRUB ayari yapalim.

echo "GRUB_DISABLE_OS_PROBER=false" | sudo tee -a /etc/default/grub > /dev/null && sudo update-grub

gocen

Alıntı yapılan: nxjoseph - 26 Mayıs 2022 - 12:39:53
Windows gozuktu, simdi bunun icin GRUB ayari yapalim.

echo "GRUB_DISABLE_OS_PROBER=false" | sudo tee -a /etc/default/grub > /dev/null && sudo update-grub
yaptım ama restart yaptığımda windows yine görünmedi
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

cat /etc/default/grub ; sudo update-grub

garip, ciktisini atabilir misiniz?

gocen

Alıntı yapılan: nxjoseph - 26 Mayıs 2022 - 16:10:41
cat /etc/default/grub ; sudo update-grub

garip, ciktisini atabilir misiniz?
# 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=menu
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"
GRUB_DISABLE_OS_PROBER=false
[sudo] mustafa için parola:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-33-generic
Found initrd image: /boot/initrd.img-5.15.0-33-generic
Found linux image: /boot/vmlinuz-5.15.0-30-generic
Found initrd image: /boot/initrd.img-5.15.0-30-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Adding boot menu entry for UEFI Firmware Settings ...
done
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

Tekrar deneyelim, ciktisini atabilir misiniz?

sudo umount /dev/nvme0n1p1 ; sudo update-grub

gocen

Alıntı yapılan: nxjoseph - 26 Mayıs 2022 - 16:23:13
Tekrar deneyelim, ciktisini atabilir misiniz?

sudo umount /dev/nvme0n1p1 ; sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-33-generic
Found initrd image: /boot/initrd.img-5.15.0-33-generic
Found linux image: /boot/vmlinuz-5.15.0-30-generic
Found initrd image: /boot/initrd.img-5.15.0-30-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 26 Mayıs 2022 - 16:28:08

@nxjoseph çok teşekkürler. Windows seçeneği geldi. Giriş yaptım ve şu an windowstan yazıyorum.
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph


gocen

[mention=659353]@nxjoseph[/mention]
Windows seçeneği yine gitmişti yukarıdaki işlemi tekrar yaptım, geldi. ama neden böyle oluyor? kalıcı çözüm var mı?
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

Sorunun "/dev/nvme0n1p1/" aygitinin bagli olmasindan kaynaklandigini dusunuyorum. Biz bu aygiti os-prober'in windows'u algilamasini saglamak icin umount etmistik yani sistemden bagini kesmistik. Fakat sizde tekrardan windows'u algilamama sorunu oldu cunku, /etc/fstab dosyasindaki ayar "/dev/nvme0n1p1/" aygitinin her zaman otomatik olarak bagli kalmasini sagliyor. Bu "/dev/nvme0n1p1/" aygitini "/etc/fstab" dosyasindan kaldirmamiz gerekiyor. Asagidaki sizin "/etc/fstab" dosyaniz:
# /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/nvme0n1p7 during installation
UUID=41e8ed0e-2ee3-419f-b1ff-226846ce4238 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=DE88-C4F1  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0


Nano editor ile veya gedit ile bu "/etc/fstab" dosyasini duzenlemek icin acin, asagidaki komutlardan secebilirsiniz.
Nano:sudo cp /etc/fstab /etc/fstab.backup && sudo nano /etc/fstab
Gedit (gnome'un metin editoru, grafiksel arayuze sahip):sudo cp /etc/fstab /etc/fstab.backup && sudo gedit /etc/fstab

Sonra asagidaki satirin oldugu yere gelin:
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=DE88-C4F1  /boot/efi       vfat    umask=0077      0       1


"UUID" ile baslayan yerin ilk basina "#" isareti koyun. Asagiya bir ornek birakiyorum.
# /boot/efi was on /dev/nvme0n1p1 during installation
#UUID=DE88-C4F1  /boot/efi       vfat    umask=0077      0       1


Simdi duzenledikten sonra kaydedip cikin.

Terminalde yine "/dev/nvme0n1p1/" aygitinin bagini kesip (umount), grub'i guncelleyecegiz. Asagidaki kod ile tek seferde halledebilirsiniz. Asagidaki kodun ciktisini atabilirseniz iyi olur, windows'u algiladi mi algilamadi mi belli olur.

sudo umount /dev/nvme0n1p1 && sudo update-grub

gocen

[mention=659426]@nxjoseph[/mention]
"/dev/nvme0n1p1/" aygıtı dediğimiz şey ne aygıtı? Bunu kaldırmak sorun olur mu?
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa

nxjoseph

Alıntı yapılan: gocen - 13 Haziran 2022 - 09:33:53
[mention=659426]@nxjoseph[/mention]
"/dev/nvme0n1p1/" aygıtı dediğimiz şey ne aygıtı? Bunu kaldırmak sorun olur mu?
Hayır sorun olmaz. "/dev/nvme0n1p1/" aygıtı efi bölümü, os-prober programının windowsu bulması için bunun bağlı olmaması gerekiyor.

gocen

[mention=659436]@nxjoseph[/mention]
teşekkürler, yukarıdaki komutları uyguladım.
Ayinesi iştir kişinin lafa bakılmaz,
Şahsın görünür, rütbe-i aklı eserinde.
Ziya Paşa