„Install openSUSE Leap/Tumbleweed with Dual Boot“

Installing openSUSE with Dual Boot: Windows + Linux

A complete step-by-step guide: preparation, creating a bootable USB, disk partitioning (UEFI), GRUB installation, first boot, and troubleshooting. Includes a clear disk partitioning table.

Before you start: Always make a full backup of important data. Partitioning can result in data loss.

openSUSE Leap vs Tumbleweed – which one to choose?

  • Leap – stable release, long-term support. Recommended for users who prefer a reliable system with fewer changes.
  • Tumbleweed – rolling release, always up-to-date. Recommended for advanced users or those who need the latest hardware/software support.

1) Preparing your system and firmware (UEFI/BIOS)

  1. Backup your important data.
  2. UEFI vs Legacy: Modern computers use UEFI. Install openSUSE in UEFI mode if possible.
  3. Secure Boot: openSUSE supports it. You can leave it enabled.
  4. Fast Boot in UEFI and Windows Fast Startup should be disabled.
  5. Disable hibernation in Windows to prevent NTFS corruption.

2) Download ISO and create a bootable USB

Download ISO

Create USB in Windows (Rufus)

  1. Download and open Rufus.
  2. Select the openSUSE ISO, partition scheme GPT, target system UEFI.
  3. Keep file system as FAT32, start writing.

Create USB in Linux (command line)

sudo lsblk   # check device name (e.g. /dev/sdX)
sudo dd if=/path/to/opensuse.iso of=/dev/sdX bs=4M status=progress oflag=sync
sync

WARNING: Replace /dev/sdX with your USB device. dd is destructive.

 

3) Preparing Windows for Dual Boot

Open Disk Management in Windows.

  1. Shrink C: to free space for openSUSE (40 GB+).
  2. Leave it unallocated.
  3. Check EFI partition (100–500 MB FAT32) – reuse it for openSUSE.
  4. Disable Fast Startup in power settings.

4) Installation process

  1. Boot from USB → choose Installation.
  2. Select language, keyboard, timezone.
  3. Partition manually (recommended for dual boot).

5) Recommended Disk Partitioning (UEFI)

Partition File system Size Mount / Note
EFI (existing) FAT32 100–500 MB /boot/efi – do not format
Windows C: NTFS as needed untouched
root Btrfs 40–60 GB / – snapshots
/home XFS/ext4 rest User data
swap swap 2–8 GB depending on RAM

6) After first boot

Update system

sudo zypper refresh
sudo zypper update

Install desktop environment

KDE Plasma:

sudo zypper install -t pattern kde kde_plasma

GNOME:

sudo zypper install -t pattern gnome

7) Troubleshooting

Windows boots instead of GRUB

sudo os-prober
sudo grub2-mkconfig -o /boot/grub2/grub.cfg

Windows not detected

  • Check hibernation/fast startup is disabled.
  • Ensure both systems installed in same mode (UEFI).

FAQ

How much space?

At least 40 GB for root. 60–100 GB + /home recommended.

Secure Boot?

Supported by openSUSE. For NVIDIA drivers you may need to disable it.

One partition or /home separate?

Small disks → one partition. Large disks → separate /home for easier reinstall.


Lenovo ThinkPad P14s Gen 6 AMD

– mobile workstation with official Ubuntu certification

Configuration: AMD Ryzen AI 7 PRO 350, 32 GB DDR5 RAM, 1 TB NVMe SSD, integrated Radeon 880M graphics, 14″ WUXGA display (1920×1200, 400 nits, anti-glare), Wi-Fi 6E / BT 5.4

Buy Lenovo ThinkPad P14s Gen 6 AMD on Amazon.co.uk

approx. £1,800 (reference price)
Show detailsHide details
  • Ubuntu 24.04 LTS certified: Lenovo and Canonical verified full hardware support (CPU, GPU, Wi-Fi, suspend/resume, firmware updates via LVFS).
  • Display: 14″ IPS WUXGA (16:10) with 400 nits brightness and anti-glare finish, comfortable for indoor and outdoor work.
  • Performance: 8-core Ryzen AI PRO 350 with Radeon 880M iGPU handles multitasking, development workloads, and Linux graphics acceleration smoothly.
  • Security and manageability: AMD PRO features, TPM 2.0 chip, and enterprise-grade ThinkPad security.

Why it is “Linux-ready”

  1. Official certification: guaranteed support on Ubuntu 24.04 LTS and upcoming releases.
  2. Battery life: up to 12 hours depending on configuration and power mode.
  3. Developer-friendly: seamless Wayland support, multi-monitor setup, and open-source Radeon drivers.

Recommendations

  1. Install Ubuntu 24.04 LTS (OEM/HWE kernel) or Fedora 41+ for the latest drivers.
  2. After installation run fwupdmgr update and update linux-firmware packages.
  3. Use tlp or powertop to optimize battery life for daily use.
ThinkPad P14s Gen 6 AMD is an excellent choice for developers, admins, and professionals who need a compact yet powerful workstation with full Linux support.

Easy VPN for Linux – no complicated setup

If you don’t want to create your own VPN or you’re struggling to configure everything on Linux, here’s a simple solution. Try a ready-to-use VPN for Linux with a clean graphical interface – fast, secure, and hassle-free.

View deals on Amazon →

Tip: Quick installation, user-friendly GUI, no unnecessary complexity.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.