Çözüldü Linux Mint kurulum sonrası işletim sistemi seçme ekranı gelmiyor

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

Floxizdia

Kilopat
Katılım
24 Kasım 2019
Mesajlar
418
Çözümler
2
Yer
Adana
Merhaba, kolay gelsin. Dün gece Dual boot ile Linux Mint kurdum. Windows 10'nun yanına. Bilgisayarı kapattım, açtığımda direk Linux Mint açılıyor. İşletim sistemi seçme yeri gelmiyor. Windows 10'a geçmek için. Boot Menuden Windows'u seçmem gerekiyor.
 
Çözüm
Şunu uygulamayı denersin. Rehber: Ubuntu ve Linux Mint Bootloader Onarımı Bunu kurulum yaptığın DVD/USB üzerinden yapacaksın.

Eğer bu şekilde sorun çözülmezse; aşağıdaki komutları uçbirimde çalıştırıp, bu komutların üreteceği çıktıları foruma yapıştırırsın. Çıktıları resim olarak paylaşmayın.

Kod:
bootctl
sudo efibootmgr
lsblk -o NAME,SIZE,TYPE,FSTYPE,MOUNTPOINT,UUID
sudo parted -l
cat /etc/default/grub çıktısı alabilir miyim?
Alın hocam.
Kod:
bekir@bekir-E402NA:~$ 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_DISABLE_OS_PROBER=false
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"
bekir@bekir-E402NA:~$
 

Dosya Ekleri

  • pro.png
    pro.png
    20,7 KB · Görüntüleme: 29
Alın hocam.
Kod:
bekir@bekir-E402NA:~$ 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_DISABLE_OS_PROBER=false
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"
bekir@bekir-E402NA:~$

Yine olmaz ise refınd yukleyelim. (refınd'da GRUB gibi bir onyukleyicidir)
sudo apt install refind
 
lsblk ile Windows hangi bölümde belirleyin.
sudo blkid /dev/sdX(Windows)
sudo nano /etc/grub.d/40_custom dosyasına şunları ekleyin:
Kod:
menuentry "Windows 10" --class windows --class os {
   insmod ntfs
   search --no-floppy --set=root --fs-uuid (Windows diskin UUID'si)
   ntldr /bootmgr
}
sudo update-grub
Yine olmaz ise refınd yukleyelim. (refınd'da GRUB gibi bir onyukleyicidir)
sudo apt install refind
Hiç gerek yok.
 
LC_ALL=C sudo grub-mkconfig -o /boot/grub/grub.cfg

@Floxizdia, önce şu komutu dener misin?
 
lsblk ile Windows hangi bölümde belirleyin.
sudo blkid /dev/sdX(Windows)
sudo nano /etc/grub.d/40_custom dosyasına şunları ekleyin:
Kod:
menuentry "Windows 10" --class windows --class os {
   insmod ntfs
   search --no-floppy --set=root --fs-uuid (Windows diskin UUID'si)
   ntldr /bootmgr
}
sudo update-grub

Hiç gerek yok.
Hocam başta napıcağım anlamadım. Biliyorum biraz cahilim bu konularda.
 

Bu konuyu görüntüleyen kullanıcılar

Technopat Haberler

Yeni konular

Geri
Yukarı