dev-resources.site
for different kinds of informations.
๐ Void Linux Base Installation: A Fun Adventure
Published at
12/23/2024
Categories
Author
Ayedoun Chรข-Fine ADEBI
Categories
1 categories in total
open
Welcome to the void! ๐ค This tutorial will guide you step by step through installing Void Linux, the lightweight and versatile distro that puts you in control. Letโs turn this challenge into a rewarding adventure!
๐ฏ Why Void Linux?
- XBPS: A unique package manager thatโs fast and efficient.
- Runit: A lightweight init system for quicker boot times.
- Minimalism: No bloatโonly what you want.
๐ ๏ธ What Youโll Need
- A 64-bit system.
- A USB stick (4GB or more).
- A good internet connection.
- A cool head and a sense of adventure. ๐
๐ Step 1: Download Void Linux ISO
- Visit Void Linux Downloads.
- Pick the Base Live ISO for your system architecture (usually
x86_64
).
Pro Tip: If youโre unsure about your system, the
x86_64
version is your best bet.
๐พ Step 2: Create a Bootable USB
- Use a tool like Etcher, Rufus, or the command line:
sudo dd if=void-live-x86_64-*.iso of=/dev/sdX bs=4M status=progress
- Replace
/dev/sdX
with your USB device name.
Caution: Double-check the device nameโ
dd
doesnโt forgive mistakes! ๐ฑ
๐ Step 3: Boot into the Void
- Insert your USB and restart your computer.
- Access your BIOS/UEFI settings and boot from the USB.
- Choose the
Void Linux
option from the menu.
๐ฅ๏ธ Step 4: Partition Your Drive
- Use
cfdisk
to partition your disk. Example:- 1GB for
/boot
(EFI system if needed). - Swap space (optional, 2GB+).
- Remaining space for
/
.
- 1GB for
- Format the partitions:
mkfs.ext4 /dev/sdX1 # Replace with your partition
mkfs.vfat -F 32 /dev/sdX2 # For EFI systems
mkswap /dev/sdX3 # If you created a swap
๐ฆ Step 5: Install Void Linux
- Mount your partitions:
mount /dev/sdX1 /mnt
mkdir -p /mnt/boot/efi
mount /dev/sdX2 /mnt/boot/efi
swapon /dev/sdX3
- Run the installer:
void-installer
- Follow the prompts to configure:
- Keyboard layout.
- Network settings.
- Hostname and user setup.
- Filesystem configuration.
โ๏ธ Step 6: Install Bootloader
- Select GRUB during the installer setup.
- Run:
grub-install --target=x86_64-efi --efi-directory=/mnt/boot/efi --bootloader-id=void_grub
grub-mkconfig -o /mnt/boot/grub/grub.cfg
๐ Step 7: Reboot and Enjoy
- Exit the installer and unmount partitions:
umount -R /mnt
reboot
- Remove the USB stick during reboot.
Welcome to the Void! ๐
๐ค Post-Installation Tips
- Update the system:
sudo xbps-install -Syu
- Install essential tools:
sudo xbps-install -S vim git base-devel
- Explore and customize your environment (window manager, dotfiles, etc.).
๐ Resources
Feel free to share your journey to the void or ask for help! ๐ฉ
Articles
12 articles in total
๐ Mastering Rofi in i3: A Cool & Fun Guide
read article
๐ Ready to transform your desktop into a superpower? Let's get started! ๐
read article
๐จ Customize Void Linux with Polybar, PulseAudio, pavucontrol, nm-applet, NetworkManager, i3, and feh
read article
๐ Void Linux Base Installation: A Fun Adventure
currently reading
๐๐ Fun and Comprehensive Guide to Installing and Setting Up Anaconda, AIMA Python, and Jupyter Notebook! ๐๐
read article
The Dotfiles Quest: Becoming a Configuration Wizard ๐งโโ๏ธ
read article
๐ The Fun Beginnerโs Guide to Bluetooth on Void Linux ๐
read article
Ultimate LazyVim Terminal Troubleshooting Tutorial (for the Brave Souls ๐ ๏ธ)
read article
๐ LazyVim Adventure Part 2: Managing Projects Like a Boss! ๐
read article
๐ Welcome to the LazyVim Adventure! ๐ Part1
read article
Rรฉsoudre le Puzzle Coulissant en Python : Implรฉmentation de Problem et Node ๐งฉ๐
read article
Applications Pratiques de l'IA : Quand les Algorithmes Sortent du Laboratoire ๐๐ค
read article
Featured ones: