A multi-boot setup on a laptop allows users to install and use multiple operating systems on the same machine, providing the flexibility to choose the most suitable one for specific tasks. This article will guide you through the process of setting up a multi-boot environment on a new laptop with two SSD slots, one of which is pre-installed with Windows 11.
Preparing Your Laptop for Multi-Boot Setup
Before proceeding with the installation of any additional operating systems, ensure that you've backed up any crucial data and made necessary arrangements. You will need at least two storage devices for multi-boot – in our case, two M.2 NVMe SSDs.
Disk Layout for Multi-Boot Setup
Your laptop's pre-installed Windows 11 drive (typically labeled as Disk 0) has the following layout: 260 MB EFI System Partition, 476 GB NTFS (OS), and 1 GB (unallocated space). Allocate enough unallocated space for another operating system on Disk 0 or consider using Disk 1 if you wish to keep the unallocated space for the future.
Disk 0:
260 MB EFI System Partition
476 GB NTFS (Win 11)
1 GB unallocated space
Multi-Boot Installation Steps
When installing a secondary operating system, insert the installation media into the laptop and reboot it. Access the laptop's BIOS to choose the boot device and start the installation program.
Installing the Second Operating System
The process of installing another operating system (such as Linux) alongside Windows 11 involves partitioning the available drive and installing the new OS on the created partition. Remember to allocate the correct partition size based on your needs.
# Partitioning using GParted (Linux)
/dev/sda (Disk 0)
- 260 MB EFI System Partition (unmounted, do not change)
- 476 GB NTFS (Win 11, mounted, do not change)
- n GB new Linux partition (unmounted, format as ext4)
Configuring the Bootloader
Once the installation of the second OS is complete, you may need to modify the bootloader settings to ensure all options are displayed during boot time. This can be achieved using a bootloader management tool depending on the installed operating systems (e.g., GRUB for Linux).
Accessing Multi-Boot Options
To access the bootloader menu and choose the OS you wish to use, reboot your device and press the designated key (such as F10) to enter the BIOS boot manager. You can also modify the boot order in the BIOS settings of your laptop to make a specific OS the default option.
- Installing more than one OS on a laptop can help you switch between operating systems for specific tasks.
- For the process described in this article, you will need a new laptop with 2 SSD slots and the pre-installed Windows 11.
- To create a multi-boot environment, youll need to partition your drives accordingly and manage the bootloader.
References
-
Windows and Linux dual boot: Partitioning the drive (https://www.techrepublic.com/article/windows-and-linux-dual-boot-partitioning-the-drive/)
-
How to Dual Boot Linux and Windows (https://www.makeuseof.com/dual-boot-linux-windows/)
-
Rufus - create bootable USB drives (https://rufus.ie/)
-
GParted - GNOME Partition Editor (https://gparted.org/)