Win10 install Linux ubuntu-18.04 dual system (installation guide)

Win10 install Linux ubuntu-18.04 dual system (installation guide)

I installed a Linux Ubuntu system on my computer. This is the first time I installed it. I recorded every step. The following is the installation process:

Step 1: Download the Ubuntu image file

ubuntu-18.04.0 image file download

Link: https://pan.baidu.com/s/1DISQKq-uj7Ne--AUj2YRpA Extraction code: i7qg

Step 2: Partitioning

Right click on My Computer and click Manage

Click Disk Management

Select a disk to compress, usually about 100G

After completion, there will be an unallocated space, just ignore it

Step 3: Create a boot disk

Prepare a USB drive and insert it into the computer. All contents in the USB drive will be deleted when it is used. Please make sure to back it up.

Install UItraISO

Click the file to open the downloaded image file

Click Start to write the hard disk image

Click Write

Step 4: Set up BIOS

Different computer models have different ways to enter. You can search Baidu for the specific way to enter. My computer has a pinhole on the lower left. You can enter by poking it.

Change the "enable" after Fastboot to "disabled"

Change the enable after secureboot to disabled

Step 5: Enter the installation program

Enter the boot, this is different for different computers, mine is still a pinhole,

Select the second USB device and press Enter to enter the installation program

Click Install

Select language

continue

Select other options

Note: click on the free space you left at the beginning, click on the plus sign in the lower left corner

Note that different partitions have different options.

16384MB

Primary Partition

Space starting position

/ (root directory)

2048MB

Logical partitions

Space starting position

/swap

200MB

Logical partitions

Space starting position

/boot

20480MB

Logical partitions

Space starting position

/usr

All remaining space

Primary Partition

Space starting position

/home

Partitioning is complete, click Install Now

Select time zone

Wait a minute

Summarize

The above is what I introduced to you about installing Linux ubuntu-18.04 dual system on Win10. I hope it will be helpful to you. If you have any questions, please leave me a message and I 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 + Ubuntu 16.04 dual system perfect installation tutorial [detailed]
  • 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

<<:  How to use Navicat to export and import mysql database

>>:  Axios cancels repeated requests

Recommend

VMwarea virtual machine installation win7 operating system tutorial diagram

The installation process of VMwarea will not be d...

Installation tutorial of docker in linux

The Docker package is already included in the def...

7 interview questions about JS this, how many can you answer correctly

Preface In JavaScript, this is the function calli...

Detailed steps to install MYSQL8.0 on CentOS7.6

1. Generally, mariadb is installed by default in ...

Detailed tutorial on installing ElasticSearch 6.x in docker

First, pull the image (or just create a container...

Use Docker to create a distributed lnmp image

Table of contents 1. Docker distributed lnmp imag...

vue-amap installation and usage steps

I have previously shared the usage of asynchronou...

Building FastDFS file system in Docker (multi-image tutorial)

Table of contents About FastDFS 1. Search for ima...

How to implement mysql database backup in golang

background Navicat is the best MySQL visualizatio...

How to set utf-8 encoding in mysql database

Modify /etc/my.cnf or /etc/mysql/my.cnf file [cli...