Works on live USB, but not on HDD ( 945GM)

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mikerr

Works on live USB, but not on HDD ( 945GM)

Post by mikerr »

I have 18.3 working fine on a live USB stick on an old Samsung q35 laptop

Working:

Code: Select all

$ inxi -G
Graphics:  Card: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller
           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1280x800@59.99.hz
           GLX Renderer: Mesa DRI Intel 945GM
           GLX Version: 1.4 Mesa 17.0.7
once installed to hard drive I get a mouse cursor but black screen (and corruption at top of screen).
Adding nomodeset to the boot gets me into a desktop, but obviously without accerated gfx.

Here's output of non-accelerated hdd install:

Not working:

Code: Select all

$ inxi -G
Graphics:  Card: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller
           Display Server: X.Org 1.18.4 drivers: vesa,intel (unloaded: fbdev)
           Resolution: 1280x800@0.00hz
           GLX Renderer: llvmpipe (LLVM 5.0, 128 bits)
           GLX Version: 3.0 Mesa 17.2.8
So I just need to replicate the drivers used in the first somehow ?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
deepakdeshp
Level 20
Level 20
Posts: 12334
Joined: Sun Aug 09, 2015 10:00 am

Re: Works on live USB, but not on HDD ( 945GM)

Post by deepakdeshp »

Try making the kernel version same from USB boot and HDD.

Code: Select all

 uname -r
gives the kernel version.
In update manager--view, you can install kernels.
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Works on live USB, but not on HDD ( 945GM)

Post by catweazel »

deepakdeshp wrote: Mon May 14, 2018 3:01 am Try making the kernel version same from USB boot and HDD.[
Surely they're the same? Wouldn't the OP be better off to install a 4.15 kernel?
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
mikerr

Re: Works on live USB, but not on HDD ( 945GM)

Post by mikerr »

Ah, they were different kernels. USB was 4.10.0-38 ... non working HDD was 4.13.0-41

Grub gave me the option of reverting:
Image

Selecting 4.10 fixed it.

Now I'll test others
[edit] 4.15.0.13 works fine too, so I'll leave it on that.
Locked

Return to “Graphics Cards & Monitors”