Çözüldü GRUB görünmüyor

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.
Çözüm
GRUB'u nasıl yeniden kurabilirim?
Live CD'den root'u, boot'u ve kalan yerleri /mnt/x'e mount edin oncelikle.
Bash:
mkdir /mnt/chroot
mount /dev/<ROOT DISKI> /mnt/chroot
mount /dev/<BOOT DISKI> /mnt/chroot/boot
mount --rbind /dev /mnt/chroot/dev
mount --make-rslave /mnt/chroot/dev
mount -t proc /proc /mnt/chroot/proc
mount --rbind /sys /mnt/chroot/sys
mount --make-rslave /mnt/chroot/sys
mount --rbind /tmp /mnt/chroot/tmp
mount --bind /run /mnt/chroot/run
GRUB'u nasıl yeniden kurabilirim?
Live CD'den root'u, boot'u ve kalan yerleri /mnt/x'e mount edin oncelikle.
Bash:
mkdir /mnt/chroot
mount /dev/<ROOT DISKI> /mnt/chroot
mount /dev/<BOOT DISKI> /mnt/chroot/boot
mount --rbind /dev /mnt/chroot/dev
mount --make-rslave /mnt/chroot/dev
mount -t proc /proc /mnt/chroot/proc
mount --rbind /sys /mnt/chroot/sys
mount --make-rslave /mnt/chroot/sys
mount --rbind /tmp /mnt/chroot/tmp
mount --bind /run /mnt/chroot/run
 
Son düzenleme:
Çözüm
Live CD'den Root'u, Boot'u ve kalan yerleri /mnt/x'e Mount edin oncelikle.
Bash:
mkdir /mnt/chroot
mount /dev/<ROOT DISKI> /mnt/chroot
mount /dev/<BOOT DISKI> /mnt/chroot/boot
mount --rbind /dev /mnt/chroot/dev
mount --make-rslave /mnt/chroot/dev
mount -t proc /proc /mnt/chroot/proc
mount --rbind /sys /mnt/chroot/sys
mount --make-rslave /mnt/chroot/sys
mount --rbind /tmp /mnt/chroot/tmp
mount --bind /run /mnt/chroot/run

Sağ olun hocam. Live CD geldiği zaman yapacağım. Bir de USB takılı değilken USB'yi seçince geliyor.
 
Live CD'den root'u, boot'u ve kalan yerleri /mnt/x'e mount edin oncelikle.
Bash:
mkdir /mnt/chroot
mount /dev/<ROOT DISKI> /mnt/chroot
mount /dev/<BOOT DISKI> /mnt/chroot/boot
mount --rbind /dev /mnt/chroot/dev
mount --make-rslave /mnt/chroot/dev
mount -t proc /proc /mnt/chroot/proc
mount --rbind /sys /mnt/chroot/sys
mount --make-rslave /mnt/chroot/sys
mount --rbind /tmp /mnt/chroot/tmp
mount --bind /run /mnt/chroot/run
Bu kadar şeyi bağlamaya gerek var mı? Direkt /'ı bağlasak?
 
Son düzenleyen: Moderatör:

Yeni konular

Geri
Yukarı