Çözüldü Linux'ta Wi-Fi sürücüsü kurulduktan sonra Grub ekranı gelmiyor

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.
Çözüm
Aşağıdaki komutu çalıştır.

Kod:
sudo gio open /etc/grub.d/40_custom

Açılan dosyanın en altına aşağıdaki satırları yapıştır ve kaydet.

Kod:
menuentry 'Windows 10' {
    search --fs-uuid --no-floppy --set=root 94EA-DB9C
    chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

Sonra aşağıdaki komutu çalıştır.

Kod:
sudo update-grub

Bu şekilde Windows Gruba eklenecektir.
systemd-boot not installed in ESP.
System:
Firmware: n/a (n/a)
Secure Boot: disabled
Setup Mode: user

Current Boot Loader:
Product: n/a
Features: ✗ Boot counting
✗ Menu timeout control
✗ One-shot menu timeout control
✗ Default entry control
✗ One-shot entry control
✗ Support for XBOOTLDR partition
✗ Support for passing random seed to OS
✗ Boot loader sets ESP partition information
ESP: n/a
File: └─n/a

Random Seed:
Passed to OS: no
lines 1-21...skipping...
systemd-boot not installed in ESP.
System:
Firmware: n/a (n/a)
Secure Boot: disabled
Setup Mode: user

Current Boot Loader:
Product: n/a
Features: ✗ Boot counting
✗ Menu timeout control
✗ One-shot menu timeout control
✗ Default entry control
✗ One-shot entry control
✗ Support for XBOOTLDR partition
✗ Support for passing random seed to OS
✗ Boot loader sets ESP partition information
ESP: n/a
File: └─n/a

Random Seed:
Passed to OS: no
System Token: not set
Exists: no

Available Boot Loaders on ESP:
ESP: /boot/efi (/dev/disk/by-partuuid/b5ef910f-0779-423c-b2e8-499f04072761)
File: └─/EFI/BOOT/bootx64.efi

Boot Loaders Listed in EFI Variables:
Title: neon
ID: 0x0001
Status: active, boot-order
Partition: /dev/disk/by-partuuid/b5ef910f-0779-423c-b2e8-499f04072761
File: └─/EFI/neon/shimx64.efi
BootCurrent: 0001
Timeout: 1 seconds
BootOrder: 0001,0000,0002
Boot0000* Windows Boot Manager
Boot0001* neon
Boot0002* Hard Drive
lsblk -o NAME,SIZE,TYPE,FSTYPE,MOUNTPOINT,UUID
NAME SIZE TYPE FSTYPE MOUNTPOINT UUID
sda 298,1G disk
├─sda1 243,1G part ntfs 98BEA059BEA031A4
└─sda2 55G part ext4 / 6752e9be-4e8c-4a90-a2fc-a84b23bb2dd4
sdb 223,6G disk
├─sdb1 100M part vfat /boot/efi 94EA-DB9C
├─sdb2 16M part
├─sdb3 222,9G part ntfs 7886F09E86F05DD6
└─sdb4 615M part ntfs 1A661BBC661B9819
Model: ATA WDC WD3200AAJS-5 (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 261GB 261GB ntfs Basic data partition msftdata
2 261GB 320GB 59,1GB ext4


Model: ATA GIGABYTE GP-GSTF (scsi)
Disk /dev/sdb: 240GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 106MB 105MB fat32 EFI system partition boot, esp
2 106MB 123MB 16,8MB Microsoft reserved partition msftres
3 123MB 239GB 239GB ntfs Basic data partition msftdata
4 239GB 240GB 645MB ntfs hidden, diag
 
Aşağıdaki komutu çalıştır.

Kod:
sudo gio open /etc/grub.d/40_custom

Açılan dosyanın en altına aşağıdaki satırları yapıştır ve kaydet.

Kod:
menuentry 'Windows 10' {
    search --fs-uuid --no-floppy --set=root 94EA-DB9C
    chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

Sonra aşağıdaki komutu çalıştır.

Kod:
sudo update-grub

Bu şekilde Windows Gruba eklenecektir.
 
Çözüm
Aşağıdaki komutu çalıştır.

Kod:
sudo gio open /etc/grub.d/40_custom
Açılan dosyanın en altına aşağıdaki satırları yapıştır ve kaydet.

Okular ile açılıyor o yüzden düzenleyemiyorum.
Screenshot_20211205_185423.png
 
kate kur ve aşağıdaki komutu kullan.

Kod:
sudo kate /etc/grub.d/40_custom
Executing Kate with sudo is not possible due to unfixable security vulnerabilities. It is also not necessary;
simply use Kate normally, and you will be prompted for elevated privileges when saving documents if needed.
 
Aşağıdaki komutu çalıştır.

Kod:
sudo gio open /etc/grub.d/40_custom

Açılan dosyanın en altına aşağıdaki satırları yapıştır ve kaydet.

Kod:
menuentry 'Windows 10' {
 search --fs-uuid --no-floppy --set=root 94EA-DB9C
 chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

Sonra aşağıdaki komutu çalıştır.

Kod:
sudo update-grub

Bu şekilde Windows Gruba eklenecektir.

Boot repair bu işlemleri mi uyguluyordu?
 
Executing Kate with sudo is not possible due to unfixable security vulnerabilities. It is also not necessary;
simply use Kate normally, and you will be prompted for elevated privileges when saving documents if needed.

gedit kur, kate yerine gedit yaz.

Kod:
sudo gedit /etc/grub.d/40_custom


Boot repair bu işlemleri mi uyguluyordu?

Boot repair bu işlemleri uygulamıyor, efi dizinini gösteriyorsun, buna göre yeniden yapılandıyor. Elle eklemek daha garantili bir işlem, sonradan sorunun tekrar ortaya çıkmasını da engelliyor.
 

Yeni konular

Geri
Yukarı