Boot the DVD and select the option live
open terminal
give the command as follows:
Note: mountedpartition is the partion, where OS is installed for eg: It might have mounted on /media/XXXXXXXXXXX/
Step I
----
#mount --bind /dev /mountedpartition/dev
#mount --bind /sys /mountedpartition/sys
#mount --bind /proc /mountedpartition/proc
----
Step II
#chroot /mountedpartition/
#grub-install /dev/sda
#exit
Finally restart your system.
Subscribe to:
Posts (Atom)
Linux Kernel Compilation
Step 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...
-
Step:1 sudo apt-get install python-pip Step:2 pip install -U selenium for python3 and more install Step:1 sudo apt-get...
-
This process will common for all HP Printers like HP LJ P 1007, P1020,P1020 plus,1022,3050 MFP, M 5035 MFP,P 2015N and Configuring the HP ...
-
TOKEN=$(curl -u "<username>:<password>" -k -X GET "https://<hostname or ip address>:<port number>/se...