Post by j on Aug 24, 2016 23:08:58 GMT -5
=====================================================================================================
Unable to mount NTFS filesystem due to hibernation
- Error header looks like [Unable to access "Disk Volume Name"]
- Error message contains [The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully...]
Solution
- Find the problem drive using <# fdisk -l>
- Run the following command on the drive with is in an unsafe state; <# ntfsfix /dev/sd**>
=====================================================================================================
Unable to perform apt-get update
- Error message contains [Method http has died unexpectedly!]
- Error message contains [Sub-process http received a segmentation fault.]
Solution
- You should first try to ping 8.8.8.8 to see if you are able to connect to the Internet successfully.
- If yes, please do the following:
- Go to apt's directory of Kali's repository directly using a browser. ( http.kali.org/pool/main/a/apt/ )
- Download libapt-pkg5.0_1.3~pre3_*.deb ( where * is your required architecture )
- Download apt_1.3~pre3_*.deb ( where * is your required architecture )
- Open a terminal, navigate to the directory of the downloaded files above
- Un-install apt by apt-get remove apt, and record the packages to be removed
- Install libapt-pkg5.0_1.3~pre3 by <# dpkg -i libapt-pkg5.0_1.3~pre3_*.deb>
- Install apt_1.3~pre3_* by <# dpkg -i apt_1.3~pre3_*.deb>
- Run apt-get update again, it should work by now.
- Install the packages removed in step 5.
=====================================================================================================
Installing Google Chrome in Kali Linux (Only 64-bit is available)
- Download the Debian based Google Chrome (https://www.google.com/chrome/browser/desktop/index.html)
- Open Terminal, and run the following command <# apt-get install -f> to install the prerequisites for Google Chrome
- Then run the following command <# dpkg -i google-chrome-stable_current_amd64.deb>
=====================================================================================================
Unable to mount NTFS filesystem due to hibernation
- Error header looks like [Unable to access "Disk Volume Name"]
- Error message contains [The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully...]
Solution
- Find the problem drive using <# fdisk -l>
- Run the following command on the drive with is in an unsafe state; <# ntfsfix /dev/sd**>
=====================================================================================================
Unable to perform apt-get update
- Error message contains [Method http has died unexpectedly!]
- Error message contains [Sub-process http received a segmentation fault.]
Solution
- You should first try to ping 8.8.8.8 to see if you are able to connect to the Internet successfully.
- If yes, please do the following:
- Go to apt's directory of Kali's repository directly using a browser. ( http.kali.org/pool/main/a/apt/ )
- Download libapt-pkg5.0_1.3~pre3_*.deb ( where * is your required architecture )
- Download apt_1.3~pre3_*.deb ( where * is your required architecture )
- Open a terminal, navigate to the directory of the downloaded files above
- Un-install apt by apt-get remove apt, and record the packages to be removed
- Install libapt-pkg5.0_1.3~pre3 by <# dpkg -i libapt-pkg5.0_1.3~pre3_*.deb>
- Install apt_1.3~pre3_* by <# dpkg -i apt_1.3~pre3_*.deb>
- Run apt-get update again, it should work by now.
- Install the packages removed in step 5.
=====================================================================================================
Installing Google Chrome in Kali Linux (Only 64-bit is available)
- Download the Debian based Google Chrome (https://www.google.com/chrome/browser/desktop/index.html)
- Open Terminal, and run the following command <# apt-get install -f> to install the prerequisites for Google Chrome
- Then run the following command <# dpkg -i google-chrome-stable_current_amd64.deb>
=====================================================================================================