The command is
sudo grub
find /boot/grub/stage1 # this will display where grub is
root (hd0,3) # same as previous line
setup (hd0)
quit
done!
•
The command is
sudo grub
find /boot/grub/stage1 # this will display where grub is
root (hd0,3) # same as previous line
setup (hd0)
quit
done!
Leave a Reply