#How to install Windows 10 and Linux Mint Cinnamon dual boot on same Hard Disk ?
1 messages · Page 1 of 1 (latest)
or just disable CSM/Legacy boot suport in bios. from the very very beginning.
- install win 10 as uefi, then install Mint as uefi. done.
how to determine bios mode ?
so bios is UEFi always ?
i have UEFI bios in my PC
how to install Linux Mint to dual boot with Windows 10 ?
what means installing Linux Mint "as UEFI" ?
i can boot into Linux Mint media by UEFI
problem is that i dont know how to make partitions for boot, UEFI and Linux Mint root
u dont need to
or MBR and GPT
AS LONG AS U BOOT UEFI USB EVERY TIME from usb, then mint will just do nice co-install with Windows.
i always install Linux with option , something different
Did you check https://discord.com/channels/628978428019736619/1296501856121393222 ? might answer a bunch of question then you can ask abbot what parts you are not sure about here.
just choose 'install alongside Windows"
why ? idont like it
then dont dual boot
i want know what is happening in the install
so something else, is not working any more ????
ur mixing modes, that's what's happening. DON'T MIX BOOT MODES
like this always or gtfo
in Linux Mint 21, something else-option worked full
and choose 'alongside' option
When you have Windows installed first and you plug in your USB containing the burned Mint ISO, then boot from it, you will have an additional option in the install process to install Linux Mint alongside Windows. Then the process is a bit different from there.
Other options are to erase your entire disk and only install Linux Mint or to do a manual install where you can arrange partitions by yourself.
i want to use manual arrenge option
there is Windows boot manager - partition and EFI partition
but i dont know what to do with them and where to install GRUB ?
what alongside with Windows, really do to the HDD ?
Might be easier for you to understand visually
If you would like to have the privacy & reliability of Linux but also to use the software that is only available for Windows then you need to have a Dual Boot system on your PC or laptop.
In this video, I will demonstrate how you can have both operating systems on one laptop simultaneously. This particular laptop has Windows 10 already installe...
that has not even WIndows boot loader on the disk ....
I have UEFI bios, that video is not for UEFI
If you choose the 'install Linux Mint alongside Windows Boot Manager' option, it's much more simplified because then all you have to do is choose how much space you'd like to allocate to Mint.
UEFI has nothing to do with the install process. It only matters when you're trying to boot Mint from your flash drive to perform it.
so you think there is no EFI partitions with UEFI system ?
and no Windows Boot Loader ? why i have those ?
You have Windows Boot Loader because you have Windows installed first and it has its own loader
When you install Mint alongside it, Mint will install Grub to help you choose which OS to boot into when you turn on or restart your computer
EFI is the partition mandatory for UEFI boot
All you need to do is handle which partitions you'd like to assign to Linux Mint.
If you're not sure and don't want to mess with it manually, choose the option to 'install Mint alongside Windows' and go from there
In this video I will be demonstrating how to dual boot Linux Mint 19.3 with Windows 10 in UEFI mode, it was requested by a viewer that wanted to see the difference compared to my Legacy install on a HP laptop, here - https://youtu.be/nDasnzOjNfM I had some audio issues during the recording of this video, so if things look slightly out of sync th...
put same video with Linux Mint 22.1 ?
Version doesn't matter here. It's been the same process for years.
so i indeed, need to make another EFI for Linux 😮 😮 😮
If you insist on a newer video, here you go:
https://youtu.be/NdglbwJz8sE?si=PuacxppcCarYFze9&t=421
A Step by Step video on how to dual boot Windows and Linux Mint on UEFI/GPT computers | Hardware install on 500GB HDD | No steps skipped
In this video, we'll take a look at how to dual boot Windows 10 or Windows 11 with Linux Mint, using GPT partitioning scheme and UEFI BIOS mode. I am doing this on a SEAGATE 500GB HDD. This procedure is for bo...
thanks buddy 🙂 🙂 🙂
my mistake was, not making EFI partition for Linux Mint and choosing it to Boot Loader - partition
this did solve my problem : https://unix.stackexchange.com/questions/758353/resolving-dual-boot-issue-windows-not-showing-in-grub-menu
For me I also encounter this problem recently when I upgrade my grub2 package from version 2.06-13 to 2.06-13+deb12u1. The solution is to uncomment this line in /etc/default/grub:
GRUB_DISABLE_OS_PROBER=false
Then run sudo update-grub to let GRUB scan for Windows 10.