Tag: Linux
-
Linux Installation Guide
This guide covers the preparation and installation of Linux. Along with some optional solutions that some might find useful. Create Bootable Linux USB First, create a bootable disk to install the operating systems of your own choosing. Windows can run UNetbootin or Rufus (Recommended). Linux can run UNetbootin or utilize DD in CLI (advanced). Use…
-
rEFInd Bootmanager Installation
“rEFInd is a boot manager, meaning that it presents a menu of options to the user when the computer first starts up, as shown below. rEFInd is not a boot loader…” Source Installation: Open a shell and type the following sudo apt-get update sudo apt-get install refind -y Here is a decent theme I have…