Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome OS stuck on chrome logo #2132

Open
RamRamAndroid opened this issue Sep 5, 2024 · 1 comment
Open

Chrome OS stuck on chrome logo #2132

RamRamAndroid opened this issue Sep 5, 2024 · 1 comment

Comments

@RamRamAndroid
Copy link

RamRamAndroid commented Sep 5, 2024

hi, now i have a sony vaio laptop with a nvidia geforce 310m dgpu.the problem is that its stuck on the chrome logo. but i can still access the tty. but when i try to go back it just freezes.i also ran dmesg.
thank you in advance

pics: 1.https://github.com/user-attachments/assets/cf0e8554-4bd2-4449-a8c3-a5646d6adddb
2.https://github.com/user-attachments/assets/d07b4874-65ab-459b-bf3b-8c628a147448
3.https://github.com/user-attachments/assets/6ffc23ed-fdd1-47e7-b5cd-614aa96db42f

@Chrome-God
Copy link

Sure! Here's a very simple answer focusing on your issue with Chrome:

  1. Check for Errors:

    • In the TTY, type:
      dmesg | grep chrome
  2. Reboot:

    • Try rebooting using this command:
      sudo reboot
  3. Fix Chrome Issue:

    • If Chrome still freezes, try reinstalling Chrome:
      sudo apt-get remove google-chrome-stable
      sudo apt-get install google-chrome-stable
  4. Graphics Driver:

    • If it seems related to graphics (like the NVIDIA GPU), switch drivers:
      sudo apt-get install nvidia-driver-390
      sudo reboot

This should help with the Chrome freezing issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants