Premiss
I have just built my first desktop PC and it has been a lot of fun, but the instant I tried to use Windows for coding I noticed I needed a *nix system. I was on a Macbook before and it worked well for what I needed, now it's time to switch to Linux for the main coding system, I'll not abandon macOS entirely of course, but the aim is to limit its use as much as I can. So keep this in mind, I'm a noob and I'm starting now with Linux :D
Where
I would like to install Ubuntu on the 3rd SSD, my sistem is this one (PCPP) and I have Windows on the NVMe and a 2TB SATA for everything else. I found a 128GB SATA SSD laying around and so decided to use it for Linux and start this adventure! Anyway, I'm making this question to be sure I do everything right since I did not had a great experience while installing Windows, is basically spreaded boot files around in the 2 SSDs randomly even tho I specifically selected the NVMe, fortunately I did notice it fast enough and didn't do much work, I proceeded to disconnect the SATA and install Windows on the NVMe (only one connected). I think Linux is a bit cleaner but I wan to be sure.
What I know
I downlaoded the ISO for the LTS version on the official website, if it works like Windows I would be able to burn it with Rufus on a 4GB usb stick and just reboot my system to get the prompt to install Ubuntu where I like.
I can use the SSD MBR or GPT, since I never really got advantage on one or the other.
What did I get wrong and what should I do?
Watching video and reading guides, there seems to be a lot of options to do this, and for a noob like me it started to be confusing. Should I just disconnect the other SSDs to be sure and boot the PC only with the USB and the 128GB SSD connected? The SATA is pretty easy to disconnect, a bit more work will be needed for me to disconnect the NVMe tho...
Main questions
- GPT or MBR? Does it depend on my other SSDs? If so why?
- Will I have to pollute other SSDs in the process?
- (2.1) Can I make a clean install on just ONE single SSD?
- I am confused about the partitioning, how much and why, location, ...
- I am confused about the boot, why people select Windows Boot if I'm installing Linux on a separate SSD?
What is your advice and which method should I use? Any tip is appreciated! :D
Thanks!
sudo parted -l
– oldfred Jan 15 '21 at 19:52sudo update-grub
to add Windows to Ubuntu's boot menu. – C.S.Cameron Jan 16 '21 at 04:31