To be fair, that advice was more relevant in the days of BIOS and bootloaders, where each OS would try to overwrite the other. Nowadays, you could just rely on your UEFI to select the OS and use a shared EFI partition (the only contention here may be over the âfailsafeâ bootloader, but under normal circumstances that shouldnât matter at all).
always windows first because it writes its boot sector directly, indiscriminately wiping out anything that already exists. Grub (linux bootloader) will detect the presence of windows and will account for it. If you install linux first then when you install windows it will obliterate grub. microsoft donât want their os dual booted with anything else.
@David5 you got an expansion card? For your usecase putting Windows on an extension card could make sense because as mentiones windows doesnt leave bootstuff alone. seperating it saves trouble in the future. You can find the guides here in the community
Not sure, i do not really use windows anymore. do you still have a key on the laptop like in the old days? then it should be no problem to just reinstall with the iso you get from microsoft and reenter the key. for the windows version i use right now i just took a key from an old thinkpad i bought.
Itâs not really a big deal. My solution one the one machine I have with Windows on it was:
Install Windows, leaving enough space for second OS. (Or shrinking it later within windows).
Install your Linux on the space that remains.
In your UEFI, set Linuxâs boot partition etc to be your boot target.
Now, GRUB will be the first thing to load, and as long as your distro includes (or you added) os-prober GRUB will know about your windows install and let you boot happily. Bonus points: Since the windows boot stuff is still there, Windows can tinker with it as much as it likes. Wonât do anything to your GRUB.
Chad points: you can then use any other space to install a THIRD operating system (in my case, FreeBSD), and just add that to GRUB too (this one requires adding it manually, since os-prober doesnât find it). Now you are happily triplebooting and never a problem.
Basically, the idea is to chain-load off of GRUB as opposed to trying to make everything play nice with each other. So GRUB lives in a âLinux-onlyâ land, but has directives for how to chain-load the Windows or FreeBSD bootloaders, which get to live separately with no risk of messing each other up. But windows getting to go first is often seen as a good safety measure since Windows seems to assume the âbooty bitsâ will always be at the âstartâ of the disk, and especially during big updates Iâve seen it get cranky if that is not the case.
To be precise: you would not be even be âtransferringâ the OEM license. Itâs still the same computer, so all checksums on mobo and CPU and such will still return the same even if the install is on a different storage device.
I think this is one of those âdepends what you meanâ.
OEM licenses are technically meant to only ever be used on THAT computer. How a given company defines what defines THAT computer though⌠this can get weird. The way it used to be done by Microsoft (if I remember right from when I bought OEM licenses for my homebuilds) is that it would have a sort of âpointsâ system based on the components where a swapped component would add a certain amount of points, and if the points reach a given total then you are no longer âthe same computerâ. I donât remember the details, but motherboard and CPU was the important ones. I donât think it mentioned storage at all.
So, basically, the only way to invalidate your license on a framework - since CPU is soldered to the mobo - is to replace the mobo.
Even then though, if such a replacement is performed for reasons of repair, your license is still valid but you need a ticket with Microsoft to sort it out.
But installing it on a different drive - for example one of the expansion cards - isnât even considered having moved it. So âportabilityâ doesnât apply, since itâs still the same computer. (Now, if you were to have it installed on one of the expansion cards, and then boot that expansion card on a DIFFERENT computerâŚ)
All of this said: the only thing that happens when you have an invalid license is that you are no longer able to change the desktop wallpaper, and there will be a little nag text in the bottom right after a while.