Hi fellow TSE users,
Today I installed TSE for Linux, following Carlo's instructions on his
web pages. :-)
Here's a short story of mine. Please only keep on reading if you're
interested ...
Just FYI, my first encounter with Linux was at the university, around
1992, but I didn't install Linux on my own PC until 2005. More about it
here:
https://cfuttrup.com/blogspot.html#linux
My Lenovo T480 laptop came with Windows 10, and although I ran some
Linuxes alongside MS Windows 10, Zenwalk, and later Linux Mint, I ended
up mostly using Windows 10.
The Lenovo gave up last winter (more than 6 years old); the USB-C
charging port gave up, and I switched to another laptop that I was
gifted by a workplace, an HP EliteBook 840 G5. The business stuff meant
it 'locked up,' and I had to reinstall Windows 10 from scratch.
The primary motivation for me to install Linux now is the fact that
Windows 10 is EoL in October. To my dismay, I was unable to reduce the
partition size of the Windows partition to make room for Linux. In the
past, this was never an issue.
The cause of the headache is Bitlocker. Jesus, Microsoft really makes
life difficult for us users. So, I found out I have to backup and
reinstall Windows 10 from scratch (again). To succeed, one must follow a
very specific procedure:
1. In a Microsoft forum I read that one can use Rufus
(
https://rufus.ie/en/) to burn the Microsoft Windows 10 ISO to your boot
device, e.g. a USB pen.
2. Download the Microsoft Media Creation Tool (MCT).
3. In the MCT do not select default options, but choose the alternative,
to download an ISO file, which you must then later burn to your boot
device. Do not proceed to burn to a DVD--instead kill the MCT process;
it has done its job.
4. Load Rufus (it is nicely contained in a single .exe file; no
installation needed). And indeed, after pushing the START burn button,
you get 4 options:
- What should be the name of the user (Windows defaults to a 5-digit
number these days; I was horrified), I modified this to my liking.
- Decline asking for permission to share data with Microsoft (YES)
- Decline using BitLocker (YES)
Somehow Rufus modifies the boot process, maybe the ISO file (maybe a
config file inside), and it all works just great.
After having reinstalled Windows 10 (and all the software and setup,
gag), I now have a Windows partition without BitLocker, where the
partition can be scaled. I cut about 70 Gb off and landed around 150 Gb
(using about 110 Gb).
I chose to install Ubuntu 24.04 LTS. I could have waited until October,
but I don't like to hurry, so I started the process now, just keeping it
in the background until I need to make the switch. It's summer vacation,
and some days with rain are for spending time inside.
Windows 10 (and/or Ubuntu) is loaded with the GRUB2 bootloader, I had to
go into the BIOS and set this EFI bootloader as the primary one. I
installed a GRUB2 theme so that it isn't so ugly-looking.
What made me choose Ubuntu? Well, I am running a server (at
https://speakerbench.com) together with a friend, and it uses Ubuntu. I
realize desktop and server are two different things, but maybe there's
some commonality to this anyway.
The first editor I installed was Microsoft Visual Studio Code (I use it
under Windows 10 as well). The gnome-text-editor is IMO horrible.
TSE under Linux is clearly just a (Terminal) console pure text editor
('e'), so it adds to nano and vi (which I am familiar with). So, I will
start to pay more attention to this part of the discussion in this
forum. :-)
Feel free to ask questions.
With kind regards,
Claus