6

I am trying to install Lubuntu 24.04 on an old Chromebook.
I selected a full install, plus Krita. Fast Internet connection.
I have not noticed "media checks" during the process, I might have missed them.

Problem: It is stuck on Performing contextual processes' job:

enter image description here

It has been like this for an hour. First I could move the mouse and check the Debug UI (which by the way did not show any task), but now it seems totally frozen, the mouse and keyboard have no effect anymore.

Question: Any idea how to investigate or fix the issue?

Hardware: HP Chromebook 14-ak050nr Intel BayTrail, flashed with firmware-util.sh UEFI Full ROM.

Nicolas Raoul
  • 11,921

4 Answers4

4

For me, selecting "Normal install" (without additional software) and unchecking the option to install updates helped prevent Lubuntu from getting stuck.

3

I encountered the same issue twice at 92%. Clicking on the log icon at the bottom right showed it stuck at 'snap-seed-glue'. After waiting 10 minutes, I unplugged and replugged the network cable a few times, and suddenly the installation completed 100%. Everything has been working fine since the reboot. installation of kubuntu 24 stopped at 92%

tng
  • 61
1

Your issue was likely a network problem....

I live in Australia, and our NBN (National Broadband Network) isn't exactly fast (by world standards), and thus many of my full installs took an hour+

I suspect you just had an installer issue, and your forced power outage by holding down the power button, caused the install process to end, as evidenced by the lack of contents in the /var/log/installer/ directory (the installer hadn't even got to creating that directory yet, let alone filling it with details).

Personally, if it was me, I'd do another install, and opt to do a NORMAL install (without the optional packages) as that install is much much faster, and far less likely to have problems with network issues (temporary or just aussie-slow). You can always add those additional packages yourself post-install, with it much easier to see network issues (esp. if installed from terminal; but that's maybe just my preference)

In QA (Quality Assurance testing); I aborted some installs where you are, and then experimented to see if I had issues where I encountered a problem. My testing only involved 3-5 reboots, and usually less than an hour of subsequent testing post-install; which differs to an installed system you may actually use long-term for years!

ps: Due to your user-created power outage, you cannot check your logs to confirm your issue now, as they never got written to disk too; and checking what also didn't get done with your aborted install will be difficult. I've made an assumption here that the issue was snap-seed-glue based purely on my QA installs with the aussie very slow NBN network experiences.

guiverc
  • 33,561
0
  1. Hold the Power button at the top-right of the keyboard for 20 seconds
  2. The computer reboots
  3. The Lubuntu desktop environment starts, apparently functional. Web browsing works. Somehow my /var/log does not contain an installer directory but no drawback observed so far.

Any better fix is very welcome :-)

Nicolas Raoul
  • 11,921