Black Screen on HP Laptop (LM 18.2 Cinnamon) [Solved]

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
wolnerberg

Black Screen on HP Laptop (LM 18.2 Cinnamon) [Solved]

Post by wolnerberg »

Guys, i have a problem! kk

I need to install LM on my wife laptop. She has a HP Pavilion G4.

This laptop have a APU AMD A4 Vision, with 2 graphics processors. 3GB of RAM.

I installed LM 18.2 32 bits. On live usb, the sistem works propertly, without problems.

But, on start, after GRUB, i have only a black screen.

Sometimes the system boot, sometimes, not.

If i use "nomodeset" on GRUB, the system works in any try, but the notebook stay impossible to use, with hight temperature and processor with hight use.

Installing another kernel does not solved the problem. I try 4.8, 4.10. The system is updated.

I really think that the problem is the graphics drivers.

Sorry for my english, i'm from Brasil.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kukamuumuka

Re: Black Screen on HP Laptop (LM 18.2 Cinnamon)

Post by kukamuumuka »

What tells a command

Code: Select all

inxi -G
mr_raider
Level 7
Level 7
Posts: 1897
Joined: Sun Jun 20, 2010 9:50 am
Location: Montreal, QC

Re: Black Screen on HP Laptop (LM 18.2 Cinnamon)

Post by mr_raider »

CAn you try installing 64 bit Mint? I know you only have 3 gigs of RAM, but the 64 bit version is easier to work with when trying to fix AMD graphics problems.

Also I recommend a simpler desktop like Mate of XFCE version. Your CPU is at the edge of what Cinnamon can handle.
Image
wolnerberg

Re: Black Screen on HP Laptop (LM 18.2 Cinnamon)

Post by wolnerberg »

Thanks for help, but i already solved this problem.

The problem was a $vt_handoff command on grub.cfg.

I maked a simple video explaining my problem and the solution.

Youtube: https://www.youtube.com/watch?v=VM8rBnPSiU4

Please, share with other people that have the same problem.

Thanks for all! :D
kukamuumuka

Re: Black Screen on HP Laptop (LM 18.2 Cinnamon)

Post by kukamuumuka »

wolnerberg wrote:Thanks for help, but i already solved this problem.

The problem was a $vt_handoff command on grub.cfg.

I maked a simple video explaining my problem and the solution.

Youtube: https://www.youtube.com/watch?v=VM8rBnPSiU4

Please, share with other people that have the same problem.

Thanks for all! :D
You need to write-protect grub.cfg if you want not always edit the file after every "update-grub". :wink:

Code: Select all

sudo chattr +i /boot/grub/grub.cfg
When you want to edit grub.cfg or update kernel, you need to remove write-protection.

Code: Select all

sudo chattr -i /boot/grub/grub.cfg
PS. I did not understand any word from the video. :lol:
wolnerberg

Re: Black Screen on HP Laptop (LM 18.2 Cinnamon) [Solved]

Post by wolnerberg »

@administrollaattori, thank you for your help.

This function is really important for that grub.cfg does not edit in any update or command.

I will remake the video, with your trick, and i try to make it in english! kkkk

If you want to understand, turn on the legends, and translate it to english.

My english is not very well, but i will try.

Thank you a lot. :D :D
Locked

Return to “Installation & Boot”