This is a rough collection of annoyances I've experienced while dealing with Windows or other Microsoft products. Whenever anyone says, "Well it's all just personal preference," I can just link them here and say STFU.

Installing multiple operating systems

There came a time where I wanted to have a laptop with Windows 2000, Windows XP, and Debian Linux installed on it - all on the same hard drive. With the size of hard drives these days, that's not an "unheard of" scenario. No, I didn't want virtual machines. I wanted to multi-boot. I wanted Windows 2000 because I play Worms Armageddon (yeah, old school, but still one of my favorite games) and Worms Armageddon just plain works better on Windows 2000 or Windows 98 than it does on Windows XP. I'm not sure what the underlying cause of that is, but that's been my experience. I wanted Windows XP because of all of the Microsoft OS's so far, that's the one I've had the most "stability" with, once I get it up and running (except, obviously, when playing Worms Armageddon) and there are still a few, choice things that can't be done in Linux. I wanted Linux because that's what I use to get most of my work done.

You might think, "Okay, multi-booting operating systems. That's not a difficult concept." I tend to agree! I figured, "Okay, just start sticking installation disks in, use the install processes to create partitions as needed, and you're good to go, right?" I started with Windows 2000. It very handily asks, early in the install process, on what partition you'd like to install. If there aren't any partitions, it allows you to create them. So, I figured I'd go ahead use that time to create the 4 partitions that I wanted:

  1. 10GB NTFS for Windows 2000
  2. 30GB NTFS for Windows XP
  3. 1GB Linux ext3fs root
  4. Extended
  5. 19GB Linux LVM
  6. Unpartitioned space

I know I said "four", and there are six items there, but trust me, only 4 of them really count

So, it installed as expected. Then, I installed Windows XP onto the 2nd partition. That worked as well. When I put Linux in and ran fdisk, it said that one of the partitions wasn't on a cylinder boundary. It turns out that the Windows partitioner ended a partition on one cylinder and started the next one on the same cylinder. So it was an off by one error.

Other random thoughts/bullet points