File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,21 @@ Uninstall
31
31
Either remove the package or just disable the service:
32
32
`` systemctl disable scaleway-ubuntukernel ``
33
33
34
- Debugging
35
- =========
34
+ Troubleshooting
35
+ ===============
36
36
You can run ubuntukernel-load.sh manually as root. It is quite verbose. Be
37
37
aware that your system will reboot (kexec) if all went fine.
38
38
39
+ If your initrd or kernel is bad you can get stuck with a non booting system.
40
+ Add a server tag in the Scaleway webui with the name ` ubuntukernel_disabled `
41
+ and kexec won't be executed on bootup anymore.
42
+
43
+ Other usefull Scaleway related tags are ` INITRD_POST_SHELL=1 ` which will drop
44
+ you in a shell after the whole initrd shebang is done so you can tinker with
45
+ your filesystem. Also consider ` INITRD_VERBOSE=1 ` to make initrd more verbose.
46
+ ` INITRD_DEBUG=1 ` is maximum verbose and will trace all commands that get
47
+ executed in initrd.
48
+
39
49
Build
40
50
=====
41
51
Make sure you have devscripts package installed.
You can’t perform that action at this time.
0 commit comments