From 9bfae65e8e0c0697d3781b022ee587fc8f8c9839 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Sat, 31 Aug 2024 22:58:04 +0200 Subject: [PATCH] Add "install-debian-m715q.md" --- src/blog/2024/install-debian-m715q.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/blog/2024/install-debian-m715q.md diff --git a/src/blog/2024/install-debian-m715q.md b/src/blog/2024/install-debian-m715q.md new file mode 100644 index 0000000..4ace99a --- /dev/null +++ b/src/blog/2024/install-debian-m715q.md @@ -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. \ No newline at end of file