Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the installation method of Win10+Linux/CentOS dual system?

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains the "Win10+Linux/CentOS dual system installation method is what", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "Win10+Linux/CentOS dual system installation method is what" it!

Step 1: use UltraISO to make U disk installation disk.

Step 3: install the Linux system

After completing the above steps, restart the computer and press F12 (Lenovo is like this, other brands see how to enter the BIOS interface, ask du Niang)

After entering, select the flash drive you insert, the general name is obvious "USB PNY" and so on.

After selecting the flash drive, you will enter this interface:

After entering this page, you will begin to interface the installation

Click "Software selection", and then enter the following interface. Here, by default, "minimum installation", select "GNOME Desktop" or "KDE Desktop"

Next, set the password. There's nothing to say.

# BEGIN / etc/grub.d/30_os-prober###

Menuentry 'Windows 10' {

Insmod part_msdos

Insmod ntfs

Set root='hd0,msdos1'

Chainloader + 1

}

# END / etc/grub.d/30_os-prober###

Description: set root= (hd0,1) where hd0 represents hard disk, 1 represents C disk, my win10 is installed on C disk, it is sda1

Note: there is a space between chainloader + 1 and "+ 1". Don't leave it out.

Step 3: save and restart

Click the Esc button and enter: wq command

Step 4: modify the default boot sequence

Verify the default startup item:

Grub2-editenv list

Change to win10 priority

Grub2-set-default 'Windows 10'

Take a look at grub2-editenv list with this again.

If it's win10, OK finishes the job.

Thank you for your reading, the above is the content of "what is the installation method of Win10+Linux/CentOS dual system". After the study of this article, I believe you have a deeper understanding of what the installation method of Win10+Linux/CentOS dual system is, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report