Linux Mint Türkiye

Linux Mint Destek => Kurulum Öncesi ve Sonrası => Konuyu başlatan: ramazan45 - 31 Ekim 2017, 17:18:28

Başlık: [Çözüldü] grub2 onarim hatasi
Gönderen: ramazan45 - 31 Ekim 2017, 17:18:28
windows 10 uzerinde Aomei Partition prgrami ile MBR olan diski GPT ye cevirdim windows sorunsuz acildi ancak mint e giris yapamadim live boot ile grubu yeniden yuklemeyi denedim ama yukleyemedim soyle bir cikti aldim

Kod: [Seç]
mint[member=37]mint[/member] ~ $ sudo mount /dev/sda3 /mnt
mount: /dev/sda3 is already mounted or /mnt busy
       /dev/sda3 is already mounted on /mnt
mint[member=37]mint[/member] ~ $ sudo mount --bind /dev /mnt/dev
mint[member=37]mint[/member] ~ $ sudo chroot /mnt
root[member=37]mint[/member] / # grub-install /dev/sda
Installing for i386-pc platform.
/proc/devices: fopen failed: No such file or directory
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
/proc/devices: fopen failed: No such file or directory
device node not found
/proc/devices: fopen failed: No such file or directory
device node not found
/proc/devices: fopen failed: No such file or directory
device node not found
grub-install.real: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub-install.real: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub-install.real: error: will not proceed with blocklists.
root[member=37]mint[/member] / #


soyle bir cikti daha aldim

Kod: [Seç]
mint[member=37]mint[/member] ~ $ sudo -s mkdir /media/linux
mint[member=37]mint[/member] ~ $ sudo -s mount /dev/sda3 /media/linux/
mint[member=37]mint[/member] ~ $ sudo -s [ -d /media/linux/boot/efi ] && echo ' ' || mkdir /media/linux/boot/efi
 
mint[member=37]mint[/member] ~ $ sudo -s mount /dev/sda1 /media/linux/boot/efi
mint[member=37]mint[/member] ~ $ sudo -s mount -o bind /dev/ /media/linux/dev/
mint[member=37]mint[/member] ~ $ sudo -s mount -o bind /sys/ /media/linux/sys/
mint[member=37]mint[/member] ~ $ sudo -s mount -o bind /proc/ /media/linux/proc/
mint[member=37]mint[/member] ~ $ sudo -s chroot /media/linux
root[member=37]mint[/member] / # grub-install /dev/sda
Installing for i386-pc platform.
grub-install.real: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub-install.real: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub-install.real: error: will not proceed with blocklists.

ayni bir degisen olmadi

yardimlarinizi bekliyorum tesekkurler :)
Başlık: Ynt: grub2 onarim hatasi
Gönderen: Butterfly - 31 Ekim 2017, 22:10:11
Grub'u Boot Repair ile yeniden kurmayı deneyebilirsiniz.
Başlık: Ynt: grub2 onarim hatasi
Gönderen: ramazan45 - 01 Kasım 2017, 07:40:33
Teşekkürler. Daha önc boot rapair ile onarım anlatımda ki gibi uygulamıştım ancak uçbirime kopyala yapıştırları yapmayı fark edememişim o yüzden hata oluştu şimdi dikkatli uygulayınca sorunum çözüldü tesekkür ederim.