top of page

Flashing Linux Mint

  • Aug 28
  • 3 min read

Technical Manual: Linux Mint Installation Guide



Target Audience: System Administrators, Technicians, End-Users


Scope: Installation of 64-bit Linux Mint on Supported Laptop Hardware


1. Safety & Data Warnings

WARNING: The procedures detailed in this manual involve disk repartitioning and formatting. Performing these actions incorrectly can lead to permanent data loss. Ensure all critical files are backed up to an external medium prior to execution.

2. Pre-Installation Preparation

Before creating bootable media or altering disk configurations, perform the following prerequisite checks on the target system.


2.1 Host System Configuration (Windows Dual-Boot Preparation)

  1. Open Control Panel > Power Options > Choose what the power buttons do.


  2. Click Change settings that are currently unavailable.


  3. Uncheck Turn on fast startup (recommended) and click Save changes.


2.2 SATA Controller Verification

  1. Boot into the laptop BIOS/UEFI settings.


  2. Navigate to storage configuration.


  3. Ensure the SATA mode is set to AHCI. If configured for Intel RST / RAID, switch to AHCI to allow the Linux kernel to recognize the internal SSD/HDD.


3. Installation Media Creation

1.Download Image & Checksum:Verify image integrity before flashing.

Download the official Linux Mint 64-bit ISO image. Open a terminal or command prompt and compute the SHA-256 hash to verify file integrity against the official release release checksums:


  • Linux/macOS: sha256sum linuxmint-xx.iso


  • Windows PowerShell: Get-FileHash .\linuxmint-xx.iso -Algorithm SHA256


2.Flash ISO to USB Drive:Requires USB flash drive (≥4 GB).

Insert a flash drive into your system. Use an image-writing utility to write the ISO:


  • GUI (Cross-platform): Open BalenaEtcher, select the ISO, target the USB device, and click Flash!


  • CLI (Linux/macOS): Execute sudo dd if=linuxmint-xx.iso of=/dev/sdX bs=4M status=progress conv=fsync (replace sdX with your target drive identifier).


4. Firmware Setup & Boot Selection

  1. Insert the flashed USB installation drive into the target laptop.


  2. Power on the system and repeatedly press the vendor-specific boot menu key:


    • Dell / Lenovo: F12


    • HP: F9 or Esc


    • ASUS / Acer: F2 or F12


  3. Select the USB storage device from the UEFI boot options.


  4. If the device fails to boot, enter Firmware Setup (F2/Del), ensure Secure Boot is set to Disabled or Standard, and verify that Fast Boot is Disabled.


5. Live Session Hardware Verification

Once the boot loader appears, select Start Linux Mint. The system will load into a temporary "Live" RAM environment. Verify essential laptop hardware components prior to executing the disk installer:


Hardware

Verification Method

Wi-Fi

Connect to a local wireless network via the system tray panel icon.

Touchpad

Test basic tracking, tap-to-click, and two-finger scrolling behavior.

Display

Open Display Settings and test native resolution and scaling options.

Audio

Play a sample sound file in Sound Settings to test internal speakers.

6. Installation Execution

Double-click the Install Linux Mint executable located on the live session desktop to launch the installation wizard.


1.Localization & Media Codecs:Set language and proprietary drivers.

  1. Select primary Language, Keyboard Layout, and Timezone.


  2. Check the box for Install multimedia codecs to install MP3, AAC, and video decoding libraries.


2.Disk Partitioning Strategy:Select installation target structure.

Choose the partition scheme appropriate for your target environment:


  • Option A (Entire Disk Wipe): Select Erase disk and install Linux Mint. This fully formats the drive using standard LVM or ext4 structures.


  • Option B (Dual Boot): Select Install Linux Mint alongside [Existing OS]. Adjust the partition size slider to allocate free space.


  • Option C (Manual Partitioning): Select Something else for custom mount points.


3.Manual Partitioning Scheme (Optional):Required only if Option C was selected.

Define the following partition structure on the target disk:


  • EFI System Partition: 512 MB, Type: EFI


  • Root Partition: Remainder of space (Min 30 GB), Type: ext4, Mount point: /


  • Swap Space: Equal to RAM size (or 4 GB minimum), Type: swap


4.User Credentials & Encryption:Define primary system Administrator.

  1. Input Your Name, Computer's Name (hostname), and Username.


  2. Define a strong administrative password.


  3. Choose whether to Log in automatically or Require password to log in.


  4. (Optional) Select Encrypt my home folder for user file security.


7. Post-Installation Configuration

  1. When the installation prompt displays "Installation Complete," click Restart Now.


  2. Remove the USB flash drive when prompted on screen and press Enter.


  3. Log into the system upon reboot.


Post-Install Maintenance Checklist

  • System Updates: Launch Update Manager from the application menu, click Refresh, and apply all pending package security upgrades.


  • Driver Management: Open Driver Manager to inspect for hardware requiring proprietary binary blobs (e.g., NVIDIA GPU drivers, Broadcom Wi-Fi microcode). Select recommended options and click Apply Changes.


  • System Snapshots: Open Timeshift and follow the wizard to configure automated system restore points using RSYNC mode.

 
 
 

Recent Posts

See All
Internet-in-a-Box

USER MANUAL: Off-Grid Knowledge Node & Local AI Deployment Target Hardware: 1 TB Portable Solid-State Drive (SSD) Supported OS: Windows 10/11, macOS (Apple Silicon / Intel), Linux (Ubuntu/Debian-based

 
 
 
eSim and Phone Number

Deployment and Provisioning Guide: De-Googled Voice & Cellular Data via Cheogram (JMP.chat) and Silent.link on GrapheneOS Target Audience: System Administrators, Privacy Engineers, and Technical End U

 
 
 
Flashing GrapheneOS

GRAPHENEOS INSTALLATION & SETUP MANUAL Classification: Technical End-User Documentation Target Hardware: Google Pixel Series (Carrier-Unlocked) 1. System Overview & Safety Warnings This document provi

 
 
 

Comments


bottom of page