<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>troubleshooting on Pieces &amp; Perspective Blog</title><link>https://xbns.netlify.app/tags/troubleshooting/</link><description>Recent content in troubleshooting on Pieces &amp; Perspective Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 08 Nov 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://xbns.netlify.app/tags/troubleshooting/index.xml" rel="self" type="application/rss+xml"/><item><title>Booting from Live USB Probook 4540s Hp Laptop</title><link>https://xbns.netlify.app/posts/how-to-boot-from-live-usb-probook-4540s/</link><pubDate>Sun, 08 Nov 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/how-to-boot-from-live-usb-probook-4540s/</guid><description>Issue:Unable to boot from live USB Press ESC to interrupt booting process. Press F10 &amp;ldquo;BIOS SetUp&amp;rdquo; Navigate to System Configuration with Arrow Keys. Select Boot Options and press Enter. Under Boot Mode,Select UEFI(with CSM). Under UEFI Boot Order, ensure Generic USB is the first choice. Save your settings and Exit. Now press ESC again while system boots. Press F9 to select Boot Device Options. Select &amp;ldquo;USB Hard Drive&amp;rdquo;</description></item><item><title>Fixing a crushing Light Display Greeter other than the service</title><link>https://xbns.netlify.app/posts/fixing-light-display-manager/</link><pubDate>Sun, 08 Nov 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/fixing-light-display-manager/</guid><description>Boot from Live USB
mount root partition
$ mount /dev/sda3 /mnt Enter a chroot to the root directory, here in / mounted as /mnt
$ arch-chroot /mnt Then execute this command
$ nano /etc/lightdm/lightdm.conf Toggle the available greeters, this is to fix situations where one greeter crushes such that you can&amp;rsquo;t login to the system.
Gtk-greeter bit more stable than the other, but lacks major functionalities seen in the others like webkit2 and patheon.</description></item><item><title>Fixing NTFS hard drive that refuses to mount</title><link>https://xbns.netlify.app/posts/working-with-external-hard-drives/</link><pubDate>Sun, 08 Nov 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/working-with-external-hard-drives/</guid><description>This could be that is is not automounting coz of an error to do with bad sectors etc.
1 2 $ yes | sudo pacman -S ntfs-3g Then
$ sudo ntfsfix /dev/sdX where /dev/sdX is the Hard Drive e.g /dev/sdd1
Checking the type of your mounted partitions or devices 1 $ sudo blkid /dev/sdd Where /dev/sdd1 is your
Check your mounted partitions/devices 1 $ cat /proc/mounts or</description></item><item><title>Performing a zero fill using a live USB</title><link>https://xbns.netlify.app/posts/working-with-internal-hard-disk/</link><pubDate>Sun, 08 Nov 2020 00:00:00 +0000</pubDate><guid>https://xbns.netlify.app/posts/working-with-internal-hard-disk/</guid><description>1 $ sudo shred -n 2 -z -v /dev/sda Verify the device by listing fdisk -l
-n is the number of passes. -z will zero your drive. -v will display the progress of shred as it works SSD owner should use 1 pass instead of 2 if they want to reuse the drive.
Wipe Disk 1 $ sudo parted /dev/sda --align opt mklabel gpt 0 931.</description></item></channel></rss>