Windows / Linux Multi-Boot

Asked 2 years ago, Updated 2 years ago, 35 views

Windows is currently installed on my laptop, and I would like to install and use Linux together.

Since there are works that can only be done on Windows, I think using Windows will be the main thing. So I was thinking about the Windows/Android dual-boot tablet that I've used before, which automatically boots to the last OS I used when I turned it on, and then reboots to another operating system when I press the Change Operating System button within that operating system.

Shortcuts that set Windows to boot quickly by default and allow you to reboot to Linux if desired? Is there a way to add a button?

windows linux

2022-09-21 11:57

1 Answers

I'm curious about the purpose of using Linux. Now, you don't have to install Linux separately, and a docker solves everything.

Now we're moving from virtualization like virtualbox to container virtualization. I'd like to use the Docker.

Also, wsl is available from Windows 10.

wsl 1 was limited by the way it used the Windows subsystem, but wsl2, which will be released within the first half of this year, uses the Linux kernel directly (using Hyper v), and nearly all Linux features are available.

The simplest way to leverage Linux in Windows 10 is to use dockers first and wsl second.


2022-09-21 11:57

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.