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
3131Either remove the package or just disable the service:
3232`` systemctl disable scaleway-ubuntukernel ``
3333
34- Debugging
35- =========
34+ Troubleshooting
35+ ===============
3636You can run ubuntukernel-load.sh manually as root. It is quite verbose. Be
3737aware that your system will reboot (kexec) if all went fine.
3838
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+
3949Build
4050=====
4151Make sure you have devscripts package installed.
You can’t perform that action at this time.
0 commit comments