I just got a new laptop and installed Linux on it. I mainly run OpenSUSE.
Getting full encryption on both was a bit of a challenge and I had no idea what I’m doing. Will having the swap partition in the middle break things? Did I really need so many partitions (Mint and OpenSUSE don’t show up in eachother’s boot menu)?
I’m probably not gonna change this layout (because reinstallation seems like a pain) unless the swap partition’s position is a problem. I’m just curious how many mistakes I made.
Never more in my life have I wanted to send a stranger a larger hard drive.
The laptop it’s replacing also bad just 256gb of storage.
I think the partitioning itself is fine, but I wouldn’t have 3 operating systems on a 256 GB NVMe, because I’d be running out of space a lot.
if you won’t ever use Windows, you can nuke it. Then I’d consider making one of the Linux ones a VM - if you’re trying out that distro. That will cut down 12 partitions to 5.
Lastly, you can look into btrfs to make better use of space between (the current) p11 and p12: you can make them subvolumes that won’t eat up each other’s storage when not in use.
I’m only have about 20GB of files so I think I’ll be fine on space.
I’m keeping Windows 11 around in case I need it for … IDK taxes (though I don’t have secureboot enabled because [points to image above]). A VM won’t work for the Mint one, I need it separate for reasons I won’t go into.
Btrfs was installed in default but I only know how to do full-disk encryption on ext4. Apparently btrfs doesn’t have built-in support for it. I really liked how it was neatly organized into subvolumes but alas.
Get a bigger drive. Swapping them out on modern laptops is often quite easy. Grab a copy of the manual or search for videos if you want to know more. Replacement 1tb nvme drives can be quite cheap these days, 2tb ones aren’t especially price prohibitive either.
This is the way, there were instances where M$ updates removed the Linux Boot options. So its better to keep them separated. Also a Malware on one system could infect the others.
I recommend that you take a look at LVM. It can help you manage your partitions without much planning beforehand.
I’m averse to installing things that don’t come with my distro. More software means more risk of a malicious update (which is the greatest security threat I face). Also seems a bit hacky so I’d be worried it’d cause instability. Plus I’m just not that technical.
Well, good news then: lvm comes with most modern linux distros. In fact, it is an option you can enable when installing linux mint.
I use it on every system that I run (workstations and servers) and never had any issues.
It really just makes partition management way easyer: With normal partitions you cannot grow any partition without moving all other partitions after it. LVM can do it without touching anything else.
The best case for semthing like this is when you buy bigger ssd. You can copy the data with dd and then grow any and partitions that you want without hassle.
Why don’t you delete windows
I am afraid that in the future something I need will require Windows 11. Whether that be interacting with the government or maybe if I go back to university.
Can’t speak to your exact machine but nowadays the license tends to be tied to the hardware.
If you are capable of manual partitioning then you should be able to reinstall Windows quickly if needed.
I guess I could reinstall Windows, I really hate the idea of running the Windows 11 installer though.
Tbh I will usually simply swap out the OEM drive for a bigger and faster (and typically cheaper than the OEM upgrade option, per size) one the second I unbox it (optionally, go through the setup process before taking it out, so it’s ready to go next time you want to plug it in). This lets you not waste space on that “rainy day” contingency (which I’ve almost never actually needed). The one exception (and I keep a dedicated laptop around for this) is automotive diagnostic suites with proprietary USB hardware - I’ve got an old thinkpad still running windows 7. XP would honestly be better, because a lot of that shit doesn’t like “new” versions of windows.
VM might be enough
Depends whether they’ll start using TPM in combination with kernel-level anti-cheat to ensure you don’t use AI in an exam or something. I don’t know what the future holds and barely understand what a TPM does.
At some point if they have ridiculous restrictions one might consider … doing the test in person, in a room provided by the actual school or that THEY provide the hardware.
Anyway IMHO the bigger point is that a lot of my own inaction (I won’t speak for others) came from fear of problems that rarely, if ever, materialized. I would recommend to move on and if the problem does actually arise then consider solutions at that point.
I uninstalled Windows on my SSD years ago (despite paying for it, forced by OEM deals), didn’t regret it once. In fact, I wear it as a “badge of honor” with pride. When someone tells me I “have” to use Windows for whatever reason, I tell them I can’t and that usually leads to interesting conversations.
Why would they require TPM??? Or kernel level anti cheat? This isn’t a game.
It should be possible to grab the license key before you wipe it. You could also copy it into an external drive and store it away as is
I’m not sure the refurbisher I got my laptop from even gave Windows a license key. It kept bugging me to create an account to fully activate it or something, I should boot into it to check but the thought of opening up Windows 11 just gives me the creeps.
You just got a new laptop and it has 250 GB of disk space?? Are you mad???
My Pendrive has 256 GB!
I was looking for: Cheap, used, 1920p display, AMD CPU, 16gb RAM, presence of SSD, Linux bluetooth drivers, at least 2 USB ports, and a non-American brand. Storage capacity is something I’d only really care about on my gaming computer (or if I was still engaging in piracy).
I too think you should remove windows. But if you don’t want to take a clonezilla image of your hard drive now. Store it somewhere else of course. You then can always recover if this scheme gets weird.
Its the first thing I do when I get a new laptop. Then wipe windows. Then install Linux. If I have hardware issues I can simply restore windows for warranty.
In any case, I would pick one of those two Linux to be a primary. You don’t want to get rid of mint or make it a VM. Ok third option: distrobox it.
I probably should somehow get rid of Windows 11. It doesn’t deserve to stay installed just because I might need it and have to reluctantly use it in 2027-2028. I’m not gonna change the partitioning system anytime soon unless the swap partition position is problematic.
If it works, it works. Unless you’re working in Espionage, anything is honestly fine as long as your main storage is encrypted. The boot loader exploits still can’t unencrypt things, just allow access to the data, which…still can’t be decrypted as as we know.
It’s fine.
I should probably work out how to set up secureboot someday.
Why keep the windows partition if you don’t use it?
Swap on an ssd greatly accelerates the time before the drive fails. I would recommend removing it.
You have swap, which is pointless in this day and age, and will just burn a hole in the flash and delay the OOM killer doing its work. Look at ntfsresize to shrink that Windows partition down to the minimum. Then maybe image the partitions and obliterate them from the SSD. Use LVM instead to give yourself future flexibility. 1TB NVMe SSDs are so cheap these days they might as well put them in boxes of cereal.
You can set the swappiness so that RAM gets filled before SWAP. You need it if your RAM isn’t large enough for the stuff you want to do. You also need it for Hibernation to be the same or larger size like your RAM. Without it you can only suspend. You MUST use encrypted SWAP if you want to be really secure since otherwise your encryption key might be written onto your Nvme.







