Follow-up video to https://lemmy.world/post/32690521
Spoiler alert: the main reason he says the experience “hasn’t been great” is because shortly before posting the video his Linux install mysteriously broke and he had no idea why. Therefore, he recommended dual-booting Windows just in case.
Cue sea of comments explaining that the reason for the error he was getting was that Windows screwed up his bootloader (i.e. the problem was caused by dual-booting to begin with, LOL).
I had a problem with dualbooting windows because i always have to shutdown it using shift+shutdown, because windows kidnaps my ssd and hdd.
Also had issues with dual booting until I removed the Linux drives when installing Windows to make sure the boot partition was created on a separate drive.
Zero issues since.
Biggest downside is Windows always rebooting after updates, and if I don’t sit there, it boots back into Linux as it’s the first option in Grub.
At least now I have the option to fire up Windows when I can’t solve something in Mint.
I had this issue on my media pc which I wanted to be booting into mint, but grub would throw it to windows on reboots which made it super unreliable. Finally found how to edit grub (really wish there was a simple ui for it but it must be pain, I guess). Hope it helps.
Thanks mate, but the only way to fix it would be to have Windows as the prio boot OS, which just hurts too much hehe.
I’d rather sit and wait and choose it manually after updating.
This is why I edited Grub to not timeout and instead wait for me to make a selection.
Can be done by running
Can also use nano or some other editor than vim too.
And changing GRUB_TIMEOUT=X to GRUB_TIMEOUT=-1 or a larger value to give you more time if you prefer to have it timeout eventually. -1 disables the countdown to auto select entirely.
And then run
To have the changes confirmed.
I do this because I use Windows about half and Linux the other half so letting me make my decision works best for me.
You can also set up Grub to default to your last boot. I forget the exact setting name, but it’s a Google away. That’s what the guy in the video did, too.
Also, if you’re using EFI, you can use something like efibootmgr to select which entry to use on next boot up. Handy if you want to swap between OS installs without breaking out a remote KVM or hassle with GRUB monitoring all your drives.
efibootmgr(8): change EFI Boot Manager - Linux man page https://linux.die.net/man/8/efibootmgr
Honestly, the whole thing should be way more standardized, handled directly from BIOS without having to interrupt the boot and support fast booting instead of bringing up a menu every time. It’s weird that crappy, cheap ARM handhelds with Android/Linux dual boot handle this better than x64 devices
On Linux you can already boot to Windows (Bazzite even installs a script that does this into your Steam library to enable easy switching from Game Mode). I am not sure if there’s something readily available to do this on Windows, but either way it’s a massive waste of time to boot into one thing to then boot into the other. It’s even a waste of time to have to step through any menus at all to select a boot option.