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)
How to interact with the non-interactable Web Elements in Selenium
How to interact with the non-interact able Web Elements in Selenium // Find the non-interactable element element WebElement element = dr...
-
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 ...
-
.Open the System -> Printing -> add 2.Then Select the Printer Connected to Parallel Port or Detected Printer name is TVS MSP 455XL...
-
Step:1 sudo apt-get install python-pip Step:2 pip install -U selenium for python3 and more install Step:1 sudo apt-get...