LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-27-2021, 03:54 AM   #1
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Rep: Reputation: Disabled
installing debian 10.9 on lenovo thinkpad E15


Hello,
After installing debian 10.9 on thinkpad E15 with i7 11th generation and 16GB ram successfully and after activating the intel virtualization technology in the BIOS, when I try to boot the debian, first it show few lines with OK and then I get a black screen with only the curser blinking on the top left corner and it remains like this, any help or advice is appreciated !!

Thanks,
 
Old 05-27-2021, 04:10 AM   #2
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
I tried to boot in recovery mode and it says that either giving the root password or pressing ctrl d to continue ?!

Could the problem be with the gdm3 and that I need to reinstall it with different one, as I recall while installing there were three options gdm3 and another 2 ??

thanks,

Last edited by lin66uxx; 05-27-2021 at 04:12 AM.
 
Old 05-27-2021, 06:42 AM   #3
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,728
Blog Entries: 19

Rep: Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515
If it is only a gdm problem, you should have text consoles available. Press alt+F2 and see if you get a login prompt. If you do, you can log in and examine the Xorg log in /var/log.
 
Old 05-27-2021, 06:45 AM   #4
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
I can login in as root in text mode , I installed a firmware for realtek and it solved part of the errors I received, now it says :

Quote:
IPv6 ADDRCONF(NETDEV_UP):enp4s0 link is not ready
 
Old 05-27-2021, 06:51 AM   #5
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,728
Blog Entries: 19

Rep: Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515
Quote:
Originally Posted by lin66uxx View Post
I can login in as root in text mode
Good. That means it's just a video driver problem. You need to say what video card you are using and someone else can take it on from there. Did you check /var/log/Xorg.0.log? And what happens if you log in as yourself and then type startx?

PS: Start another thread for your ethernet problem. One problem per thread is less confusing.

Last edited by hazel; 05-27-2021 at 06:53 AM. Reason: Added PS
 
Old 05-27-2021, 07:02 AM   #6
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
It shows all sort of information which I do not understand all of it, what exactly are you searching for ?
When I run lspci it shows that the graphic card is :VGA compatible controller !
startx while not a super user but my regular user fails, it says that :

Quote:
xinit:unable to connect to x server, connection refused
xinit:server error
 
Old 05-27-2021, 07:10 AM   #7
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,728
Blog Entries: 19

Rep: Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515
Definitely an X problem. Your basic system is running normally; it's just that you don't have the graphical interface up yet. Don't panic. Xorg logs look horribly complicated but it's actually only the end of the log that matters because it stops printing when it gets to the real problem. The last few lines should tell you what is wrong. If you can post the last 10 lines or so between [code][/code] tags, we'll all know where it broke.
 
Old 05-27-2021, 07:32 AM   #8
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Code:
[  1045.512] (EE) Screen 0 deleted because of no matching config section.
[  1045.512] (II) UnloadModule: "modesetting"
[  1045.512] (EE) Screen 0 deleted because of no matching config section.
[  1045.512] (II) UnloadModule: "fbdev"
[  1045.512] (II) UnloadSubModule: "fbdevhw"
[  1045.512] (EE) 
Fatal server error:
[  1045.512] (EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
[  1045.512] (EE) 
[  1045.512] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1045.512] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1045.512] (EE) 
[  1045.516] (EE) Server terminated with error (1). Closing log file.
 
Old 05-27-2021, 08:27 AM   #9
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,728
Blog Entries: 19

Rep: Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515
Definitely a video card problem. I ask again, what video chip do you have? The output from lspci should show more than just "VGA compatible controller". For example, mine shows:
Code:
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e) (prog-if 00 [VGA controller])
Intel graphics normally work in Linux out of the box, but if you have an nvidia chip, that needs a separate driver.
 
Old 05-27-2021, 08:41 AM   #10
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Code:
#lspci
Shows that it is :

Quote:
VGA compatible controller: Intel Corporation Device 9a03 (rev 01)
 
Old 05-27-2021, 08:44 AM   #11
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,728
Blog Entries: 19

Rep: Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515
So it's Intel. Which is odd because Intel chips normally don't cause any problems. I think someone who knows more about video graphics needs to take this up.
 
Old 05-27-2021, 09:04 AM   #12
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,009
Blog Entries: 27

Rep: Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523Reputation: 1523
XE graphics require newer drivers. Try installing the backports kernel. I'm not sure WHEN exactly XE support made it into the kernel, but there's a good chance the backports kernel has it.
 
Old 05-27-2021, 09:14 AM   #13
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Thanks for the answers.

Can you give more details? will I need to download the kernel source ans compile it and if so does that mean I will need to upgrade the other software on the distro ??

Thanks,
 
Old 05-27-2021, 09:22 AM   #14
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,728
Blog Entries: 19

Rep: Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515Reputation: 4515
Quote:
Originally Posted by lin66uxx View Post
Thanks for the answers.

Can you give more details? will I need to download the kernel source ans compile it and if so does that mean I will need to upgrade the other software on the distro ??

Thanks,
It shouldn't be necessary to compile the kernel yourself. Just install the precompiled kernel for your architecture (I assume amd64).

Using a different runtime kernel shouldn't affect any of your other software.

People do sometimes run into trouble when they use the very latest hardware!
 
Old 05-27-2021, 09:35 AM   #15
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Is it the linux-image-5.10...... that I need to install ??
sorry if I ask simple questions for you but never installed a kernel before ?
the problem is that I do not have internet connection for the new laptop I have to download it from the old one and using a usb disk copy it to the new one and then install manually !!!

Thanks so much,

Last edited by lin66uxx; 05-27-2021 at 09:39 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Battery drain with Nvidia cards, Acer Aspire e15 laptop johnAl Linux - Laptop and Netbook 3 12-08-2016 01:35 PM
[SOLVED] Linux Mint 17.3 on Acer Aspire E15 freezing during boot and randomly during use LarryHale Linux - Laptop and Netbook 2 03-15-2016 01:00 PM
procinfo.h is not with the kernel source[Linux 2.6.18-238.e15 jothichalam Linux - Newbie 12 11-19-2015 06:51 AM
Installing Linux on Acer Aspire E15 Presi Linux - Newbie 2 07-17-2015 11:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration