I have a Thinkpad T430 that's been dual-booting successfully between Windows 10 and Ubuntu MATE 16.04 since a few days after I received it (purchased used on eBay around 2017).
The past two days I've been trying to install Kubuntu 22.04.2 over the MATE 16.04, and while I've managed to get the installer to complete, I can't get a boot to the GRUB2 menu, apparently because my USB key (written with either Ubuntu 22.04.2 Startup Disk Creator or dd
from my working desktop machine with Kubuntu 22.04.2 only). This appears to be because my hard disk is formatted for mbr (CSM), but the USB key finished only as gpt, so boots in gpt mode. The USB won't boot if I set the laptop's firmware to Legacy Only; it will if I set to Both, either Legacy First or UEFI First, but in that mode, it writes the Kubuntu install in gpt mode, which won't boot from the mbr hard disk.
I've been told I should have an option during boot to select UEFI or mbr boot mode, "depending on the tool used to write the USB key" -- but I've seen no such option with either Startup Disk Creator (running on a desktop machine with only mbr on both platter drive and SSD) or dd
created Live USB. There are no format options in either tool, as far as I'm aware; I wouldn't expect that from a block-by-block copy (that is, I'll get whatever boot sector is inside the .iso).
I did not have this problem on my desktop machine, but the USB I used for that install has gotten damaged and is unreadable. That install was Kubuntu 22.04.1, and I freshly downloaded Kubuntu 22.04.2 for this install -- and the file I used for the desktop machine is (safely) stored in the ~/Downloads
folder on the laptop -- where I don't have access to it at present. Where can I find an mbr copy of the Kubuntu 22.04.2 .iso file, or alternately, what tool can I use to write a dual-mode USB key from the standard download?