-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
Title: Installing debian on a Lenovo ThinkCentre M715q | ||
Subtitle: | ||
Date: 2024-08-31 | ||
Tags: linux, debian, lenovo | ||
--- | ||
|
||
I recently purchased a [Lenovo ThinkCentre M715q](https://www.lenovo.com/us/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m715q-tiny/11tc1mt715q) and wanted to install debian on it but after starting the installer the screen | ||
was completely corrupted. [This forum post](https://forums.debian.net/viewtopic.php?t=155182) provided the solution. I | ||
had to press `tab` and add `vga=normal fb=false` to the boot string. After that the installer was displayed normally. |