sebanc / brunch

Boot ChromeOS on x86_64 PC - Supports Intel CPU/GPU from 8th gen or AMD Ryzen
GNU General Public License v3.0
3.66k stars 390 forks source link

Chrome OS stuck on chrome logo #2132

Open RamRamAndroid opened 1 month ago

RamRamAndroid commented 1 month ago

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 commented 1 week ago

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!