12-18-2019, 12:59 AM
(This post was last modified: 12-18-2019, 01:02 AM by DeepThought.)
from :
Replace X and Y with disk and partition number e.g. sda1
Then reboot
Quote:https://howtoubuntu.org/how-to-repair-re...tu-live-cd
Code:
sudo mount /dev/sdXY /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /dev/pts /mnt/dev/pts
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
grub-install /dev/sdX
grub-install --recheck /dev/sdX
update-grub
Replace X and Y with disk and partition number e.g. sda1
Code:
exit
sudo umount /mnt/sys
sudo umount /mnt/proc
sudo umount /mnt/dev/pts
sudo umount /mnt/dev
sudo umount /mnt
Then reboot
Owner and DJ at WKDfm Radio ( www.wkdfm.co.uk )