Win10 + Ubuntu 16.04 dual system perfect installation tutorial [detailed]

Win10 + Ubuntu 16.04 dual system perfect installation tutorial [detailed]

Be sure to remember to back up your data, it is priceless! ! !

Computer model: Thinkpad E550
The solid state drive has Win10 installed, and the mechanical hard drive is going to install Ubuntu16.04
SSD format is MBR, mechanical hard disk format is GPT
insert image description here
insert image description here

1. Make a USB boot disk

1. Download the system image Ubuntu 16.04 LTS

You can download it from the <official website> or from the <cloud disk>. (Extraction code: 5t4s)

2. Download UltraISO

You can download it from the official website.

3. Burn the image to a USB drive


insert image description here
insert image description here
insert image description here

2. Disk Partitioning

I have allocated about 100G of space on the mechanical hard disk (disk 1) for Ubuntu to use.

1. Right-click This PC and select Manage


insert image description here

2. After opening, select Disk Management


insert image description here

3. Divide the space, be careful not to assign drive letters! ! !


insert image description here

3. Set up BIOS [Important]

To set up the BIOS, you need to look up the BIOS shortcut keys corresponding to your model. Taking my Thinkpad E550 as an example, F1 is for entering the BIOS and F12 is for selecting the startup item.
【Note】Do not insert a USB drive when setting up BIOS at this time.

1. Set the boot mode to Both, that is, both UEFI and Leagcy are acceptable. Note that the preferred option below is Leagcy, and CMS must be turned on to YES!

2. Turn off safe mode!

[Note]: If your BIOS has too many settings and they are too messy before, you can restore the default settings at this time!

4. Install Ubuntu

After setting up the BIOS, shut down the computer, plug in the USB drive, and then turn on the computer.

Press F12 to select the boot option. Of course, you can also change the boot order in BIOS, but don't forget that you need to restart after the installation is complete. If you don't remove the USB flash drive in time, you will be unable to enter Ubuntu, or even encounter strange problems such as no Ubuntu boot item. Therefore, it is safer to directly select the boot item.

1. Select Install Ubuntu


insert image description here

2. Select language


insert image description here

3. WiFi settings, please be careful not to connect here, otherwise the installation will be too slow! !

insert image description here

4. Install some options, please note that you should not check them here.

insert image description here

5. For installation type, select other!


insert image description here

6. Set up partitions

1. Find the 100G unallocated space allocated under winodws, and then click the plus sign in the lower left corner to allocate space, as shown below!

2. Set <Device to install the boot loader>

Just make it consistent with the partition where /boot is located!

insert image description here

8. Create users, set time zone and other options, and finally wait for the installation to complete.

9. After installation, restart your computer!

insert image description here

10. The gurb2 menu will appear. Select the first one to enter Ubuntu and the third one to enter win10.

insert image description here

11. Dual system installation completed


insert image description here

postscript

I installed it several times before I got it to work, and there were quite a few issues, I even reinstalled win10 several times. It’s your first time, so don’t be anxious. If there is any problem, treat it accordingly! If there is no startup item, you can search easyBCD or easyUEFI on the Internet, which correspond to the two startup modes of lease and UEFI respectively!

By the way, if you have multiple disks and multiple boot partitions, be sure to remove other disks when reinstalling win10!

I just installed win10 and haven't updated it yet, so I directly installed ubuntu, and it's just been installed! Poor~~

Summarize

The above is the perfect installation tutorial of Win10 + Ubuntu 16.04 dual system introduced by the editor [detailed]. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • Win10 install Linux ubuntu-18.04 dual system (installation guide)
  • Tutorial on installing Docker in Windows 10 subsystem Ubuntu (WSL) (with pictures and text)
  • Tutorial on installing win10 system using vmware on ubuntu (sharing)
  • The problem of mmx64.efi not found occurs when installing Ubuntu18 dual system on win10

<<:  Common pitfalls of using React Hooks

>>:  Detailed steps for building Portainer visual interface with Docker

Recommend

Pure CSS to achieve cool neon light effect (with demo)

I have recently been following the CSS Animation ...

MySQL Order By Multi-Field Sorting Rules Code Example

Say it in advance On a whim, I want to know what ...

A permanent solution to MYSQL's inability to recognize Chinese

In most cases, MySQL does not support Chinese whe...

Sharing some wonderful uses of wxs files in WeChat applet

Table of contents Preface application Filters Dra...

Nginx URL rewriting mechanism principle and usage examples

URL rewriting helps determine the preferred domai...

Native js canvas to achieve a simple snake

This article shares the specific code of js canva...

Introduction to Linux environment variables and process address space

Table of contents Linux environment variables and...

Mini Program to Implement Text Circular Scrolling Animation

This article shares the specific code of the appl...

Understanding and using callback functions in JavaScript

Table of contents Overview What are callbacks or ...

How to connect to a remote server and transfer files via a jump server in Linux

Recently, I encountered many problems when deploy...

Implementing timed page refresh or redirect based on meta

Use meta to implement timed refresh or jump of th...

Summary of learning HTML tags and basic elements

1. Elements and tags in HTML <br />An eleme...