Jayden

Jayden

Remote Boot for Dual System of Linux Mint & Windows

Intro#

I have installed a dual system on my small server, with Windows installed first and then Linux Mint, booting through GRUB and defaulting to Linux Mint.

If you have installed in the same way, you can switch systems remotely using the following methods.

Reboot to Linux Mint from any system#

Since GRUB defaults to booting Linux Mint, you can simply restart.

Boot to Windows from Linux Mint#

In my GRUB boot, my Windows number is 2 (counting from 0 from top to bottom).

So, to reboot to Windows, there is a temporary setting to reboot to a certain number on the next reboot, which will then be invalidated on the subsequent reboot.

sudo grub-reboot 2
sudo reboot

Reboot from Windows to Windows#

In this case, you need to reboot directly to Linux Mint, then reboot to Windows using the method above. Although it's a bit troublesome, since the frequency of operation is not that high, I think it's a cost-effective solution.

This article is synchronized updated to xLog by Mix Space
The original link is https://xxu.do/posts/geek/Linux-Mint-and-Windows-dual-system-remote-boot


Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.