Skip to content

Commit

Permalink
add disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Honeycutt committed Feb 13, 2021
1 parent b9445d3 commit daea57c
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions _articles/dual-booting.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ To create the Install Media on Pop!\_OS and Ubuntu, use the [WoeUSB tool](https:

## Step 2: Install Windows 10

### Using another drive

Another way to set up a dual boot is to install another drive for the other OS of your choice. This is one of the easiest ways to dual boot as each OS will set up the whole drive for automatically created partitions and won't require you to resize any partitions. To access each OS you would reboot and hold the boot menu key (F7 for our laptops, ESC for our Open Firmware systems and F10/F12/Del for our desktops).

NOTE: If you feel comfortable opening your machine, it may be helpful to remove whichever drive is not undergoing changes while you install the OS on the opposite drive. For example, removing "drive 1," while installing Windows on "drive 2."

This will prevent Windows (or Pop!_OS) from changing the boot partitions of the opposite drive. This is an extra precaution and not usually necessary; however, Windows does not always "play well with others," and removing drives you do not want changed during installation insures against this.

### If Pop!\_OS is installed first

To dual boot Pop!\_OS alongside another OS, install Pop!\_OS first. After completing the installation of Pop!\_OS, boot your computer in Recovery mode by holding down the spacebar during boot and selecting **Pop!\_OS Recovery** in the systemd-boot menu. (Alternatively, you can boot into your Pop!\_OS installation media, such as a USB flash drive.) Once booted into Pop!\_OS Recovery (or the live USB environment), use GParted to resize the root partition (the largest partition) to make room for Windows 10 (35GB is the minimum required).
Expand All @@ -37,14 +45,6 @@ To dual boot Pop!\_OS alongside another OS, install Pop!\_OS first. After comple

If you wish to install Pop!\_OS here is a [link](/articles/install-pop/) to it.

### Using another drive

Another way to set up a dual boot is to install another drive for the other OS of your choice. This is one of the easiest ways to dual boot as each OS will set up the whole drive for automatically created partitions and won't require you to resize any partitions. To access each OS you would reboot and hold the boot menu key (F7 for our laptops, ESC for our Open Firmware systems and F10/F12/Del for our desktops).

NOTE: If you feel comfortable opening your machine, it may be helpful to remove whichever drive is not undergoing changes while you install the OS on the opposite drive. For example, removing "drive 1," while installing Windows on "drive 2."

This will prevent Windows (or Pop!_OS) from changing the boot partitions of the opposite drive. This is an extra precaution and not usually necessary; however, Windows does not always "play well with others," and removing drives you do not want changed during installation insures against this.

## Step 2a: Windows Setup

Once Windows 10 is loaded and the 'Windows Setup' window is shown the partition that was created earlier for Windows can be selected. When installing Windows 10 it will use the Pop EFI system partition (ESP) so that Windows boot efi files will be placed in the ESP partition.
Expand All @@ -67,6 +67,8 @@ This message can be safely ignored and it is caused by Windows not being the fir

The Windows drivers for some of our laptop systems [here](https://github.com/system76/windows-drivers). We recommend downloading all of the drivers for your model and make sure to follow the steps for installing the driver below the driver link.

NOTE: The Windows Device Manager may show that some devices are missing drivers, that is normal, and can be disregarded.

### Windows Caveats

Windows 8 and later uses a "Fast Startup" setting which prevents Windows from fully shutting down and allowing other OSes to use the disk. Before you can properly dual boot with Windows, you must disable this setting in Windows.
Expand Down Expand Up @@ -97,3 +99,12 @@ If you need to revert it, just set it to 0:
```
timedatectl set-local-rtc 0 --adjust-system-clock
```

## DISCLAIMER

System76 is not a licensed reseller or installer of the Windows Operating System. This article is provided for information purposes only.

System76 encourages users to take ownership of their machines and install whatever software or operating systems they prefer. However, System76 does not guarantee the success or quality of experience when installing Windows.

The contents of this support article include the **total extent of support and troubleshooting that System76 can provide for Windows**
Any troubleshooting or software support questions not covered in this article are outside the scope of support and should be referred to Microsoft.

0 comments on commit daea57c

Please sign in to comment.