Last modified by Xwiki VePa on 2024/02/14 09:29

Show last authors
1 **This applies only to Cubbli freshmen (fuxi) laptops which have Ubuntu version 20.04 installed. **
2
3 Sometime after December 1st Ubuntu issued an update to sssd daemon, which stops sssd from starting up in Cubbli freshmen laptops and prevents the laptop from booting properly. This is how the problem looks like:
4
5 [[image:attach:IMG_20201203_110055.jpg]]
6
7 To fix this yourself you need to restart the laptop in recovery mode. Hit CTRL+ALT+DEL. You need to enter Grub boot menu by hitting Esc key while the screen looks like this:
8
9 [[image:attach:IMG_20201203_111936.jpg]]
10
11 Then select "Advanced options for Ubuntu" from the boot menu:
12
13 [[image:attach:IMG_20201203_110650.jpg]]
14
15 Then select "recovery mode":
16
17 [[image:attach:IMG_20201203_112620.jpg]]
18
19 You will get a menu with a few options. Select "Drop to root shell prompt". Then hit Enter to actually get to the root shell prompt. Enter the command **{{code language="none"}}systemctl disable sssdĀ {{/code}}**at the prompt (with an L, not systemctl1):
20
21 [[image:attach:IMG_20201203_105709.jpg]]
22
23 The hit Ctrl+Alt+Del to restart the machine. It should now restart normally.
24
25 \\