- Which OS (Operating System)?
Ubuntu - Which release of your OS (Operating System)?
22.10 - Framework laptop (11th or 12th generation Framework laptop) are you asking for support with?
12th gen - If this is a Linux issue, please use the Linux tag or at least put Linux in the title.
Done
Hi, this is a clone of my post on reddit: https://www.reddit.com/r/framework/comments/12bnt7d/ubuntu_laptop_wont_boot/?utm_source=share&utm_medium=android_app&utm_name=androidcss&utm_term=1&utm_content=share_button
Hi, this issue started happening a few minutes ago right before my next class which is very unfortunate. I’m new to Linux so I’m sorry if I use any improper terminology.
I have Ubuntu version 22.10, gen 12 Intel CPU.
I closed my laptop, unplugged it, and put it in my bag as I walked around for a few minutes. I open it back up and the fingerprint scanner fails, and I weirdly can not enter my password nor click on the field to enter it.
I held down the power button to force shutdown. When I started it again would not get past the short log that happens during booting. Here’s an image of what it looks like: https://cdn.discordapp.com/attachments/339563014476922880/1092842625956053002/IMG_20230404_114937.jpg
I’ve tried to hold down shift when turning it on to access GRUB but nothing different happens. Having it plugged in during boot also doesn’t change anything.
If anyone is able to give guidance on what to do that would be greatly appreciated. I don’t have another computer to flash firmware to at the moment unfortunately.
Additional info:
After waiting for a while, another line will appear saying
[xxx.xxxxxx] cros_ec_lpcs cros_ec_lpcs.0: bad packet checksum
I’m able to enter boot manager by tapping F12 while starting and I can see Ubuntu as an option, but launching it from there causes the same issue
I’m able to enter the F2 menu during boot, I turned off quick boot and that did not change anything.
under setup utility I’m able to disable wifi and Bluetooth which makes the final log go away, but it still hangs
I’m able to enter GRUB boot menu. I was told to delete the words “quiet” and “splash” from the boot options. It still hangs, but here’s what it looks like after: (link redacted due to limit)
UPDATE: SOLVED
I needed to reinstall ubuntu-desktop, here’s how I did it:
- Power on the laptop and keep tapping F4 until you enter the GRUB Boot Menu or whatever it’s called.
- Go to Advanced Options for Ubuntu, again it might be called something a little different.
- Scroll to an option that says (recovery) at the end of the listing and press enter.
- Wait for the magenta screen with a list of options to show up, then select the option that says “root” and says something about going into a terminal or bash or something.
- Figure out how to connect to the internet through terminal commands
- run
sudo apt update
,sudo apt upgrade
- run
sudo apt-get install --reinstall ubuntu-desktop
- then
sudo reboot
At that point it booted successfully.