Adding drivers to a Windows install image
If you need to add drivers to a Windows install USB then do this: 1. Copy the install.wim...
What does the number in parentheses mean in manpages
It’s the section that the man page for the command is assigned to. # man 1 man #...
format a disk to fat32 on raspberry pi or linux
—— part 1 ——- create partitions 1) get list of disks # fdisk -l 2) Find disk in...
Cannot boot because missing external disk
See man pages fstab(5) and mount(8). Using the nofail mount option will ignore missing drives during boot. nofail...
Failed to set MokListRT: Invalid Parameter after updating a RedHat VM
On some hardware, the UEFI firmware seems too old to let shim-x64 write all the EFI variables due to memory...
Adding disk to a VM on FreeNAS
create a new zvol storage pools select location add zol specify name and size click save add...
Creating and extending Linux LVMs
Notes on how to create or add disk, volume groups and logical volume in Linux (RedHat) 1. First...