I'm a Windows user trying Linux on an older Toshiba Satellite L675-06K from around 2012. It has an Intel Core i3-370M, 4 GB of DDR3 RAM, and a 120 GB hard drive. Windows 7 still installs and boots normally, but every Linux Mint installation fails immediately after restarting.
I first installed Linux Mint Cinnamon 22.3 from a verified Etcher USB, using the entire drive. The installer reported success, but the laptop would not boot afterward. I also tried wiping and repartitioning the disk, manually creating partitions, dual-booting alongside Windows 7, and installing Mint Xfce. Each attempt completed without an obvious installer error, but the system either reports a boot failure or starts displaying startup text before going to a black screen.
The laptop does not support Secure Boot, so I also tried creating the installer in legacy BIOS/MBR mode with Rufus and using compatibility options. Windows 7 continues to work when installed by itself. I'm not sure whether this is a bootloader, graphics-driver, partitioning, or hardware-compatibility problem.
Should I try Mint MATE or another lightweight distribution? What BIOS, GRUB, or installation settings would be best for this older laptop?
3 Answers
Trying MATE is reasonable for 4 GB of RAM, but changing Cinnamon to Xfce or MATE usually won’t fix a missing bootloader. A Debian installer in text or basic graphics mode is another useful test because it avoids relying on the live desktop and can reveal partitioning or bootloader errors more clearly. You can also try a failsafe boot entry if one is available.
Because Windows 7 works but the installed Linux system is not found, check that the installer and the installed system are using the same boot mode. On this laptop that will most likely be legacy BIOS/MBR. Boot the USB explicitly as the non-UEFI option, install the bootloader to the whole disk such as /dev/sda rather than a partition, and make sure the internal drive is first in the BIOS boot order. An EFI partition is not needed for a purely legacy installation.
If the BIOS still reports a boot failure after that, verify that the drive itself is healthy. A marginal older hard drive can install successfully but fail during later reads. Testing with another known-good drive would help separate a Linux configuration problem from failing hardware.
First determine whether the failure is actually the graphics driver or whether the disk isn’t bootable at all. At the GRUB menu, press “e” to edit the selected entry. Remove “quiet” and “splash” so you can see the real startup messages, and temporarily add “nomodeset” to the line containing “root=”. If that allows it to boot, the issue is probably graphics initialization rather than the desktop environment.
The current failure happens even earlier sometimes: after restarting, the BIOS asks which drive to boot from, and selecting the hard drive gives a boot failure. I’ll capture the exact messages next time.

I had mostly been focusing on finding an older-looking desktop, but it sounds like I need to confirm whether the machine can boot the installed disk before worrying about which desktop environment I use.