搜索
首页系统教程LINUX双启动Zorin OS和Windows:逐步指南

Zorin OS is a user-friendly Linux distribution that is designed to be a great alternative to Windows. It is easy to use, has a modern look and feel, and comes with a variety of pre-installed software. If you are looking to try Zorin OS, but you don't want to give up Windows completely, you can install Zorin OS alongside Windows operating system. This means that you will be able to choose which operating system you want to use when you start your computer. This tutorial will walk you through the steps of dual booting Zorin OS and Windows.

What's so Special about Zorin OS

Zorin OS which started as a hobby project back in 2008 is now one of the popular distributions in the linux world. The initial version of Zorin OS was released in July 2009.

The current version of Zorin OS is 16.3 and it is based on Ubuntu 22.04 LTS. Zorin OS is widely popular for its polished interface and smooth desktop experience. It provides a Windows-like experience by default to make sure users switching from Windows get adapted quickly.

Zorin OS comes in four different editions.

  1. Zorin Core
  2. Zorin Lite
  3. Zorin Pro
  4. Zorin Education

Zorin CORE - Zorin Core can be downloaded free of cost. It offers all the necessary features that you expect to have in the operating system. Zorin Core comes with a polished Gnome desktop interface. You will get access to popular apps like LibreOffice Suite, Zorin Connect, etc. and you can also install any packages available in the Ubuntu, flatpak, or Snap repositories.

Zorin LITE - Zorin Lite is the same as Zorin Core but it comes with an XFCE desktop which is lightweight. This version is targeted at machines with low computing power and older hardware.

Zorin PRO - Zorin Pro is a paid version that comes with a few additional features. You will get all the features available in Zorin Core. Additionally, you will get access to premium desktop layouts, customized wallpapers, Productivity software, and Zorin installation support.

Zorin EDUCATION - Zorin Education is targeted for education purposes and comes with a set of apps to teach maths, science, geography, music, and other subjects.

Some of the notable features of Zorin OS include,

  • Flexibility to choose between free and paid versions.
  • Zorin Connect, a native app can be used to connect your phone and computer.
  • A single interface connecting APT, Flatpak, and Snap to manage the lifecycle of package management.
  • Polished Gnome desktop environment.
  • Lightweight XFCE desktop environment for older hardware.
  • Comes with kernel 5.15.
  • Improved touchpad gestures.
  • Windows and Mac-like layouts.
  • Introduction of fractional scaling.
  • Improved taskbar features.
  • Telemetry is disabled for better privacy.
  • Better security with UFW.

Advantages of dual booting Zorin OS and Windows

  1. Versatility: You get the flexibility to choose between two different operating systems, each with its strengths, depending on your needs.
  2. Software Compatibility: Windows is known for its wide range of compatible software and games, allowing you to run your favorite applications hassle-free.
  3. Security: Zorin OS, being based on Linux, offers robust security features, reducing the risk of malware and viruses.
  4. Innovation: Zorin OS provides access to the latest Linux innovations, offering a fresh and efficient computing experience.
  5. Privacy: Zorin OS prioritizes user privacy, which can be a significant advantage if you're concerned about data security.
  6. Learning Opportunity: Dual booting allows you to explore and learn about two different operating systems, enhancing your computer skills.
  7. Separation of Work and Play: You can use Windows for work-related tasks and Zorin OS for personal or creative projects, keeping them separate.
  8. Backup: If one OS encounters problems, you can use the other as a backup or to troubleshoot issues.
  9. Customization: Zorin OS offers extensive customization options, letting you personalize your desktop environment to your liking.
  10. Cost-Efficiency: Zorin OS is free, reducing the overall cost of your computer setup.

What You will Need

  • A computer with Windows 10/11 installed.
  • A USB drive with at least 8GB of storage.
  • The Zorin OS installation ISO image.
  • A bootable media creator, such as Etcher or Rufus.

Prerequisites

Before installing Zorin OS alongside Windows OS, you should do the following tasks:

  • Make sure that your computer has enough storage space for both operating systems.
  • Back up your data in your Windows instillation before you start the installation process.

Dual Booting Zorin OS and Windows Step-by-Step

For demonstration purpose, I will be using Windows 10 and Zorin OS 16.3 which is the latest release. The procedure is the same for Windows 11 too.

Installing Zorin OS with Windows Dual boot mode consists of the following steps:

  1. Download the Zorin OS installation ISO image from the Zorin OS website.
  2. Create a bootable USB drive using Rufus.
  3. Boot your computer from the USB drive.
  4. Follow the on-screen instructions to install Zorin OS.
  5. When you are prompted to choose a partition layout, select the option to install Zorin OS alongside Windows.
  6. Follow the remaining instructions to complete the installation.

Step 1: Preparing Windows for Dual Boot

The first step in the dual boot process is to complete some steps in the Windows OS. Here is the list of actions that need to be completed on the Windows side.

  1. Windows 10/11 should be already installed as the primary operating system which I believe is already satisfied.
  2. Validate if the disk partition scheme is set to GPT.
  3. Validate if Windows installation is using BIOS or UEFI.
  4. Disable secure boot in your system's BIOS or UEFI settings.
  5. Allocate some free space to install Zorin OS in a separate partition.

Let me explain the above steps in detail. I assume the first requirement for installing Windows is already satisfied.

1. Check the Windows Disk Partition Scheme

Open the PowerShell. Run the 'Get-Disk' command and look for the last section of the output. It will show you the partition style as GPT or MBR. If it shows as GPT then you are good to proceed to the next step.

$ Get-Disk

双启动Zorin OS和Windows:逐步指南

2. Check Windows BIOS Mode

To verify whether your Windows system is using BIOS or UEFI, follow the below steps:

  1. From the Windows start menu search for the keyword "System Information".
  2. Open the "System Information" application.
  3. Under the "System Information -> System Summary" section look for the "BIOS Mode" field
  4. If you see the BIOS mode is set to "UEFI" then it is running in UEFI mode.
  5. if you see the BIOS is set as "Legacy" then it is running in BIOS mode.

双启动Zorin OS和Windows:逐步指南

If your output says "UEFI" then the requirement is satisfied and you are good to move to the next step.

3. Disable Secure Boot

Secure boot allows only OEM-signed bootloaders to be loaded during the boot process. Also, the secure boot does not go well with some linux operating systems so it is a better choice to disable it.

First, you should make sure that secure boot is enabled or disabled. Open the "system information" utility from the Windows start menu and search for the keyword secure boot.

双启动Zorin OS和Windows:逐步指南

If it says state of Secure Boot "OFF", you are good to proceed to the next section. If you see the secure boot state as "ON", then you should proceed to the following step to disable it.

Secure boot can be disabled from the BIOS interface. Follow the below steps to go to the BIOS interface.

  1. From the Windows start menu type "Settings".
  2. Select "Recovery" from the settings.
  3. Select the "Advanced startup" option and click "Restart now".

双启动Zorin OS和Windows:逐步指南

Upon restarting, your system will enter the Advanced startup mode from where you have to click "Troubleshoot".

双启动Zorin OS和Windows:逐步指南

Next, click "Advanced options".

双启动Zorin OS和Windows:逐步指南

In the Advanced Options window, click "UEFI Firmware Settings".

双启动Zorin OS和Windows:逐步指南

Finally, click on "Restart" which will take you to the BIOS settings window.

双启动Zorin OS和Windows:逐步指南

Now the system will be rebooted and the UEFI/BIOS window will be displayed. The interface that you see in the below image is for the HP manufacturer and if you are using different manufacturers then the interface might change. Look for 'Secure Boot' under boot configuration and disable it.

双启动Zorin OS和Windows:逐步指南

4. Create a Disk Partition to Install Zorin OS

This is an important step in the dual boot process. Here you are going to create a separate drive partition to install your linux operating system. From the start menu search for 'create and format hard disk partitions'. It will open the disk management utility.

双启动Zorin OS和Windows:逐步指南

First, you should decide how much space is needed for Windows & Zorin OS and accordingly, the partitions should be created. In my case, I have divided my 1TB hard drive space to be nearly equal for both operating systems.

If you do not have any unallocated space then shrink the existing volume to create unallocated space. Right-click on any existing partition and click 'Shrink Volume'. You should see a dialog box similar to the below image. Under the highlighted section enter the size in MB to shrink.

双启动Zorin OS和Windows:逐步指南

Now you have enough space for Zorin installation. Let us go ahead and download Zorin OS and create Zorin OS bootable media.

Step 2: Download Zorin OS

Go to to the official download page of Zorin OS. You can choose to download the Zorin Core or Zorin lite as free versions and Zorin Pro as paid version.

Once the Zorin ISO is downloaded you need to write it into a USB medium. There are many tools available for Windows, Linux, and Mac to create a bootable USB medium. I am using Rufus which is a popular tool to create a bootable USB medium on Windows OS.

Step 3: Create Zorin OS Bootable Media

Go to the Rufus official website and scroll down the main page where you will see the download option. Click on the version and the respective .exe file will be downloaded.

There is no installation required for Rufus and you can click the .exe file and the utility will be launched.

  • The 'Device' section on Rufus will detect the plugged-in USB drive and display the selected drive.
  • The 'Boot Selection' section is where you have to select the iso image you downloaded.
  • The 'Format Options' section lets you set the volume label and file system type for the USB drive.

双启动Zorin OS和Windows:逐步指南

Once all the necessary options are selected click 'START' button. Once the process is completed you will see the status as ‘READY’.

Please note that Rufus is available for Windows OS only. If you already have a Linux system, you can use any one of the applications to create bootable Zorin media.

Command line bootable USB creation tools:

  • How To Create Multiboot USB Drives With Ventoy In Linux
  • How To Create Bootable USB Drive Using dd Command
  • Bootiso Lets You Safely Create Bootable USB Drive In Linux

Graphical bootable USB creation tools:

  • Create Bootable USB Drive With Ventoy WebUI In Linux
  • Create Bootable USB Drives And SD Cards With Etcher In Linux
  • Popsicle – Create Multiple Bootable USB Drives At Once
  • Create Bootable USB Drive With USBImager In Linux
  • Kindd – A Graphical Frontend To dd Command

Step 4: Start Zorin OS Installation

1. Reboot your machine and press any of the boot keys (F8, F9, F12) to show the boot loader options. Select the USB medium to boot. The Zorin OS installer process will be started and you will be displayed with options like as shown in the below image.

If you wish to install it along with NVIDIA drivers then choose option 3 else go with option 1.

双启动Zorin OS和Windows:逐步指南

2. Next the installer will prompt you to choose between 'Try Zorin OS' or 'Install Zorin OS'.

双启动Zorin OS和Windows:逐步指南

If you want to try the Zorin before making any changes in your disk drive, choose 'Try Zorin OS' option. If you wish to start the Zorin installation right away, click 'Install Zorin OS'.

If you choose to 'Try Zorin OS', you can later run the installer by clicking on the installer icon on the desktop.

双启动Zorin OS和Windows:逐步指南

3. In this step, choose the desired keyboard layout and click 'Continue'.

双启动Zorin OS和Windows:逐步指南

4. In this step, you will be prompted with three options.

Download Updates - If you enable the option, the installer will automatically update all the packages to the latest version. You can also do it manually by running ‘sudo apt update && sudo apt upgrade’ after the installation.

Drivers & Media Formats - Enabling the option will install additional media codecs and hardware drivers. You can also install them manually after the installation.

Census - Zorin developers collect the number of users anonymously. Enable the option to not send anonymous data.

双启动Zorin OS和Windows:逐步指南

5. In this step, you will create disk partitions for Zorin OS. The installer will prompt you with three options.

Install Zorin alongside the Windows operating system - If you choose this option the partitions for linux will be automatically created.

Erase Disk & Install Linux - This will wipe out the existing Windows operating system and install Zorin OS.

Something Else - This option lets you create manual partitions. This is the best method since we will have full control of the number of partitions, partition types, and size.

双启动Zorin OS和Windows:逐步指南

Select 'Something else' and click Install now which will take you to the partition manager window. In the partition manager window, you can see the disk, existing Windows partition, free space, etc.

双启动Zorin OS和Windows:逐步指南

Here I am going to use my 475.9 GB of free space to create linux partitions. Click on the 'free space' and then click the '+' icon. This will open a dialog box to create partitions. Provide the following information and click OK.

  • Enter partition size in MB (E.g. 250000)
  • Choose type and location of the partition (E.g. Primary and Beginning of this space)
  • Select File system type (E.g. Ext4)
  • Select Mount point (E.g. /home)

双启动Zorin OS和Windows:逐步指南

Repeat the same step and create the partitions as per your preferences. In my case, I created 4 partitions.

双启动Zorin OS和Windows:逐步指南

Now click 'Install Now'. It will prompt you with the list of disk changes and ask for a confirmation. Press 'Continue' to write the changes to the disk and the installation will be started.

双启动Zorin OS和Windows:逐步指南

6. Choose the location which will also set your system date and time.

双启动Zorin OS和Windows:逐步指南

7. Enter the host name and user ID information which will be created during the installation and will be used as the login user. The user will be automatically added to the sudo group.

双启动Zorin OS和Windows:逐步指南

8. Now the installer will start installing the files. Please be patient until the installer completes its job.

双启动Zorin OS和Windows:逐步指南

Once the installation is completed, restart the machine by clicking 'Restart Now'.

双启动Zorin OS和Windows:逐步指南

9. Post reboot the GRUB login screen will appear. You can select Zorin or Windows Boot Manager to boot into the respective operating system. By default, it will boot into Zorin OS if no input is provided from your end.

双启动Zorin OS和Windows:逐步指南

Now, the Login screen will be displayed where you need to log in with the username you created during the installation process.

双启动Zorin OS和Windows:逐步指南

Congratulations! You have successfully installed Zorin OS 16.3 in a Windows dual boot setup. Now install your favorite software and other tools and get started with the operating system.

双启动Zorin OS和Windows:逐步指南

FAQ: Dual Booting Windows and Zorin OS

Q: What is dual booting?

A: Dual booting is a setup that allows you to have two different operating systems installed on the same computer. In our case, it's Windows and Zorin OS. You can choose which one to use each time you start your computer.

Q: Why would I want to dual boot Windows and Zorin OS?

A: Dual booting lets you enjoy the benefits of both operating systems. Windows offers software compatibility and familiarity, while Zorin OS provides a familiar alternative to Windows OS with security and innovation. You can switch between them based on your needs.

Q: Is it safe to dual boot my computer?

A: If done correctly, dual booting is safe. However, there are risks involved, such as data loss if not done properly. Make sure to back up your important files and follow our guide carefully.

Q: Do I need to purchase Windows and Zorin OS licenses?

A: You'll need a valid Windows license. Zorin OS, on the other hand, is free to use, so no purchase is necessary.

Q: Can I add more than two operating systems to my computer?

A: Yes, you can! It's possible to have multiple operating systems installed on your computer and choose between them during startup.

Q: Will dual booting slow down my computer?

A: Dual booting itself won't slow down your computer significantly. However, the more software and files you have on your hard drive, the more it can impact performance. Regular maintenance can help keep your computer running smoothly.

Q: What if I want to remove one of the operating systems later?

A: You can remove one of the operating systems by following guides given below.- How To Safely Remove Linux From Dual Boot Windows- How To Safely Remove Windows From Windows-Linux Dual BootHowever, it's important to back up your data and be cautious during the removal process to avoid losing files.

Q: Can I switch between Windows and Zorin OS without restarting my computer?

A: Generally, you'll need to restart your computer to switch between operating systems. However, there are virtualization solutions that can allow you to run one OS inside the other without a full restart.

Conclusion

Dual booting Zorin OS and Windows is a great way to try out a new operating system without giving up your old one. This tutorial has provided you with the steps you need to dual boot these two operating systems. If you have any questions, please feel free to leave a comment below.

Related Read:

  • Ultimate Guide To Dual Booting Windows And Ubuntu
  • A Step-by-Step Guide to Install Linux Mint Alongside Windows
  • A Step-by-Step Guide To Install Debian Alongside Windows
  • How To Dual Boot Fedora And Windows
  • A Step-by-Step Guide To Install Pop!_OS Alongside Windows
  • A Beginner’s Guide To Dual Booting Windows And RHEL
  • How To Safely Remove Linux From Dual Boot Windows
  • How To Safely Remove Windows From Windows-Linux Dual Boot

以上是双启动Zorin OS和Windows:逐步指南的详细内容。更多信息请关注PHP中文网其他相关文章!

声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
Linux管理员的薪水是多少?Linux管理员的薪水是多少?Apr 17, 2025 am 12:24 AM

Linux管理员的平均年薪在美国为75,000至95,000美元,欧洲为40,000至60,000欧元。提升薪资可以通过:1.持续学习新技术,如云计算和容器技术;2.积累项目经验并建立Portfolio;3.建立职业网络,拓展人脉。

Linux的主要目的是什么?Linux的主要目的是什么?Apr 16, 2025 am 12:19 AM

Linux的主要用途包括:1.服务器操作系统,2.嵌入式系统,3.桌面操作系统,4.开发和测试环境。Linux在这些领域表现出色,提供了稳定性、安全性和高效的开发工具。

互联网在Linux上运行吗?互联网在Linux上运行吗?Apr 14, 2025 am 12:03 AM

互联网运行不依赖单一操作系统,但Linux在其中扮演重要角色。Linux广泛应用于服务器和网络设备,因其稳定性、安全性和可扩展性受欢迎。

Linux操作是什么?Linux操作是什么?Apr 13, 2025 am 12:20 AM

Linux操作系统的核心是其命令行界面,通过命令行可以执行各种操作。1.文件和目录操作使用ls、cd、mkdir、rm等命令管理文件和目录。2.用户和权限管理通过useradd、passwd、chmod等命令确保系统安全和资源分配。3.进程管理使用ps、kill等命令监控和控制系统进程。4.网络操作包括ping、ifconfig、ssh等命令配置和管理网络连接。5.系统监控和维护通过top、df、du等命令了解系统运行状态和资源使用情况。

使用Linux别名提高自定义命令快捷方式的生产率使用Linux别名提高自定义命令快捷方式的生产率Apr 12, 2025 am 11:43 AM

介绍 Linux是一个强大的操作系统,由于其灵活性和效率,开发人员,系统管理员和电源用户都喜欢。但是,经常使用长而复杂的命令可能是乏味的

Linux实际上有什么好处?Linux实际上有什么好处?Apr 12, 2025 am 12:20 AM

Linux适用于服务器、开发环境和嵌入式系统。1.作为服务器操作系统,Linux稳定高效,常用于部署高并发应用。2.作为开发环境,Linux提供高效的命令行工具和包管理系统,提升开发效率。3.在嵌入式系统中,Linux轻量且可定制,适合资源有限的环境。

在Linux上掌握道德黑客的基本工具和框架在Linux上掌握道德黑客的基本工具和框架Apr 11, 2025 am 09:11 AM

简介:通过基于Linux的道德黑客攻击数字边界 在我们越来越相互联系的世界中,网络安全至关重要。 道德黑客入侵和渗透测试对于主动识别和减轻脆弱性至关重要

如何学习Linux基础知识?如何学习Linux基础知识?Apr 10, 2025 am 09:32 AM

Linux基础学习从零开始的方法包括:1.了解文件系统和命令行界面,2.掌握基本命令如ls、cd、mkdir,3.学习文件操作,如创建和编辑文件,4.探索高级用法如管道和grep命令,5.掌握调试技巧和性能优化,6.通过实践和探索不断提升技能。

See all articles

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

AI Hentai Generator

AI Hentai Generator

免费生成ai无尽的。

热门文章

R.E.P.O.能量晶体解释及其做什么(黄色晶体)
1 个月前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳图形设置
1 个月前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.如果您听不到任何人,如何修复音频
1 个月前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.聊天命令以及如何使用它们
1 个月前By尊渡假赌尊渡假赌尊渡假赌

热工具

SublimeText3 英文版

SublimeText3 英文版

推荐:为Win版本,支持代码提示!

mPDF

mPDF

mPDF是一个PHP库,可以从UTF-8编码的HTML生成PDF文件。原作者Ian Back编写mPDF以从他的网站上“即时”输出PDF文件,并处理不同的语言。与原始脚本如HTML2FPDF相比,它的速度较慢,并且在使用Unicode字体时生成的文件较大,但支持CSS样式等,并进行了大量增强。支持几乎所有语言,包括RTL(阿拉伯语和希伯来语)和CJK(中日韩)。支持嵌套的块级元素(如P、DIV),

MinGW - 适用于 Windows 的极简 GNU

MinGW - 适用于 Windows 的极简 GNU

这个项目正在迁移到osdn.net/projects/mingw的过程中,你可以继续在那里关注我们。MinGW:GNU编译器集合(GCC)的本地Windows移植版本,可自由分发的导入库和用于构建本地Windows应用程序的头文件;包括对MSVC运行时的扩展,以支持C99功能。MinGW的所有软件都可以在64位Windows平台上运行。

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)