Çözüldü EndeavourOS GRUB menüsü gelmiyor

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.

slrofw

Hectopat
Katılım
25 Mayıs 2019
Mesajlar
1.262
Çözümler
4
Windows 10 ile EndeavourOS dual boot yapmıştım, tekrar Windows 10'a dönmek istediğimde GRUB ekranı gelmiyor. EndeavourOS'u kaldırıp nasıl Windows'a geçerim?
 
Son düzenleyen: Moderatör:
Çözüm
Linux ve Windows 10 UEFI olarak kurulu değil mi? Eğer öyleyse, Windows 10 USB'si ile bilgisayarı başlatıp başlangıç onarımı yapın. Ardından Linux USB'si ile bilgisayarı başlatıp tekrar grub kurulumu yapın.
Muhtemelen grub, Windows'u görmediği için menüyü de göstermiyor. Aşağıdaki komutların çıktısını paylaşırsanız sorunu daha iyi anlayabiliriz.

Kod:
sudo update-grub
cat /etc/default/grub
 
sudo update-grub: sudo: update-grub: komut bulunamadı
GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="EndeavourOS" GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 nowatchdog" GRUB_CMDLINE_LINUX="" # Preload both GPT and MBR modules so that they are not missed GRUB_PRELOAD_MODULES="part_gpt part_msdos" # Uncomment to enable booting from LUKS encrypted devices #GRUB_ENABLE_CRYPTODISK=y # Set to 'countdown' or 'hidden' to change timeout behavior, # press ESC key to display menu. GRUB_TIMEOUT_STYLE=menu # Uncomment to use basic console GRUB_TERMINAL_INPUT=console # Uncomment to disable graphical terminal #GRUB_TERMINAL_OUTPUT=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=auto # Uncomment to allow the kernel use the same resolution used by grub GRUB_GFXPAYLOAD_LINUX=keep # Uncomment if you want GRUB to pass to the Linux kernel the old parameter # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries GRUB_DISABLE_RECOVERY=true # Uncomment and set to the desired menu colors. Used by normal and wallpaper # modes only. Entries specified as foreground/background. #GRUB_COLOR_NORMAL="light-blue/black" #GRUB_COLOR_HIGHLIGHT="light-cyan/blue" # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/path/to/wallpaper" GRUB_THEME=/boot/grub/themes/EndeavourOS/theme.txt # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1" # Uncomment to make GRUB remember the last selection. This requires # setting 'GRUB_DEFAULT=saved' above. GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="EndeavourOS" GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 nowatchdog" GRUB_CMDLINE_LINUX="" # Preload both GPT and MBR modules so that they are not missed GRUB_PRELOAD_MODULES="part_gpt part_msdos" # Uncomment to enable booting from LUKS encrypted devices #GRUB_ENABLE_CRYPTODISK=y # Set to 'countdown' or 'hidden' to change timeout behavior, # press ESC key to display menu. GRUB_TIMEOUT_STYLE=menu # Uncomment to use basic console GRUB_TERMINAL_INPUT=console # Uncomment to disable graphical terminal #GRUB_TERMINAL_OUTPUT=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=auto # Uncomment to allow the kernel use the same resolution used by grub GRUB_GFXPAYLOAD_LINUX=keep # Uncomment if you want GRUB to pass to the Linux kernel the old parameter # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries GRUB_DISABLE_RECOVERY=true GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="EndeavourOS" GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 nowatchdog" GRUB_CMDLINE_LINUX="" # Preload both GPT and MBR modules so that they are not missed GRUB_PRELOAD_MODULES="part_gpt part_msdos" # Uncomment to enable booting from LUKS encrypted devices #GRUB_ENABLE_CRYPTODISK=y # Set to 'countdown' or 'hidden' to change timeout behavior, # press ESC key to display menu. GRUB_TIMEOUT_STYLE=menu # Uncomment to use basic console GRUB_TERMINAL_INPUT=console # Uncomment to disable graphical terminal #GRUB_TERMINAL_OUTPUT=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=auto # Uncomment to allow the kernel use the same resolution used by grub GRUB_GFXPAYLOAD_LINUX=keep # Uncomment if you want GRUB to pass to the Linux kernel the old parameter # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries GRUB_DISABLE_RECOVERY=true # Uncomment and set to the desired menu colors. Used by normal and wallpaper # modes only. Entries specified as foreground/background. #GRUB_COLOR_NORMAL="light-blue/black" #GRUB_COLOR_HIGHLIGHT="light-cyan/blue" # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/path/to/wallpaper" GRUB_THEME=/boot/grub/themes/EndeavourOS/theme.txt # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1" # Uncomment to make GRUB remember the last selection. This requires # setting 'GRUB_DEFAULT=saved' above. #GRUB_SAVEDEFAULT=true # Uncomment to disable submenus in boot menu #GRUB_DISABLE_SUBMENU=y GRUB_DISABLE_SUBMENU=y [ozturk@ozturk-ms7641 ~]$ # Uncomment and set to the desired menu colors. Used by normal and wallpaper # modes only. Entries specified as foreground/background. #GRUB_COLOR_NORMAL="light-blue/black" #GRUB_COLOR_HIGHLIGHT="light-cyan/blue" # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/path/to/wallpaper" GRUB_THEME=/boot/grub/themes/EndeavourOS/theme.txt # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1" # Uncomment to make GRUB remember the last selection. This requires # setting 'GRUB_DEFAULT=saved' above. #GRUB_SAVEDEFAULT=true # Uncomment to disable submenus in boot menu #GRUB_DISABLE_SUBMENU=y GRUB_DISABLE_SUBMENU=y [ozturk@ozturk-ms7641 ~]$ #GRUB_SAVEDEFAULT=true # Uncomment to disable submenus in boot menu #GRUB_DISABLE_SUBMENU=y GRUB_DISABLE_SUBMENU=y [ozturk@ozturk-ms7641 ~]$
 
Grub dosyasına göre menünün görünmesi gerekiyor. Yalnız sudo update-grub komutunu bulamamış. Eğer komutu doğru girdiyseniz ve bulamıyorsa aşağıdaki komutu girin ve çıktısını tekrar yapıştırın.

Kod:
sudo grub-mkconfig -o /boot/grub/grub.cfg
 
Grub yapılandırma dosyası oluşturuluyor ... Bulunan tema: /boot/grub/themes/EndeavourOS/theme.txt Bulunan linux kalıbı: /boot/vmlinuz-linux Bulunan initrd kalıbı: /boot/amd-ucode.img /boot/initramfs-linux.img Found fallback initrd image(s) in /boot: amd-ucode.img initramfs-linux-fallback.img Uyarı: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check GRUB_DISABLE_OS_PROBER documentation entry.
 
Windows'un yüklü olduğu disk cihaza bağlanmışken sudo os-prober komutunu ve daha sonra sudo grub-mkconfig -o /boot/grub/grub.cfg komutunu girin ve çıktılarını buraya yapıştırın.
 
Şu an GRUB menüsü geliyor fakat ekranda Windows Boot Manager gözükmüyor.
sudo os-prober yazınca hiçbir şey olmuyor.
Grub yapılandırma dosyası oluşturuluyor ... Bulunan tema: /boot/grub/themes/EndeavourOS/theme.txt Bulunan linux kalıbı: /boot/vmlinuz-linux Bulunan initrd kalıbı: /boot/amd-ucode.img /boot/initramfs-linux.img Found fallback initrd image(s) in /boot: amd-ucode.img initramfs-linux-fallback.img Uyarı: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check GRUB_DISABLE_OS_PROBER documentation entry. bitti
 
sudo nano /etc/default/grub komutunu girdikten sonra GRUB_CMDLINE_LINUX="" bu satırın altına GRUB_DISABLE_OS_PROBER=false yazın, kaydedin ve çıkın. Ardından sudo grub-mkconfig -o /boot/grub/grub.cfg komutunu çalıştırın.

sudo os-prober yazınca bir çıktı almıyorsanız Windows yüklü olan cihaz bağlı olmayabilir. Cihazı dosya yöneticisi ile açın ve daha sonra bir üstteki adımları tek tek deneyin.
 
sudo nano /etc/default/grub komutunu girdikten sonra GRUB_CMDLINE_LINUX="" bu satırın altına GRUB_DISABLE_OS_PROBER=false yazın, kaydedin ve çıkın. Ardından sudo grub-mkconfig -o /boot/grub/grub.cfg komutunu çalıştırın.

sudo os-prober yazınca bir çıktı almıyorsanız Windows yüklü olan cihaz bağlı olmayabilir. Cihazı dosya yöneticisi ile açın ve daha sonra bir üstteki adımları tek tek deneyin.
Maalesef hala çıktı alamıyorum. Internet Cafe'ye gidip Windows USB'si hazırlayıp Linux'un üzerine kursam sorun çözülür mü?
 
Windows'a erişebilirsiniz ama bu sefer de Linux'a erişemezsiniz. Grub'u yeniden kurabiliriz ama Windows dosyalarının olup olmadığını kontrol edelim. ls /boot/efi/EFI komutunu girdiğiniz zaman Windows'u görebiliyor musunuz?
 

Yeni konular

Geri
Yukarı