LIVE BOOT with ubuntu 64 BIT only
lauch Gparted check ext4 parition of ubuntu note down (e.g. /dev/sda7 then let x=a and y=7)
First, open the Terminal and execute below commands
lauch Gparted check ext4 parition of ubuntu note down (e.g. /dev/sda7 then let x=a and y=7)
First, open the Terminal and execute below commands
Mount partitionsudo mount /dev/sdXY /mntsudo mount --bind /dev /mnt/devsudo mount --bind /dev/pts /mnt/dev/ptssudo mount --bind /proc /mnt/procsudo mount --bind /sys /mnt/syssudo chroot /mnt
Install Grub
grub-install /dev/sdX
grub-install --recheck /dev/sdX
update-grub
Now unmount all
exitsudo umount /mnt/dev
sudo umount /mnt/dev/pts
sudo umount /mnt/procsudo umount /mnt/syssudo umount /mnt
No comments:
Post a Comment