Skip to content

Commit 71cfa8f

Browse files
committed
added more hints about what to commit to while installing
1 parent 809ae7d commit 71cfa8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ Install
2020
Otherwise, get some Ubuntu kernel. E.g. current mainline kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline:
2121
``curl -LO http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-image-4.10.3-041003-generic_4.10.3-041003.201703142331_amd64.deb``
2222
``apt install ./linux-image-4.10.3-041003-generic_4.10.3-041003.201703142331_amd64.deb ``
23+
Ignore/dismiss all Grub related setup messages, you don't need it.
2324
3. Install this package:
2425
``apt install ./scaleway-ubuntukernel_1.1-1_amd64.deb ``
25-
4. Disable Ubuntu kexec service (required as Ubuntu will kexec too early and leave a dirty filesystem)
26+
Say No when asked about using Kexec reboot, it will interfere with this kexec service.
27+
4. Make sure Ubuntu kexec service is disabled. Required as Ubuntu will kexec too early and leave a dirty filesystem.
2628
`` systemctl disable kexec ``
2729
5. Reboot. That's it. Your system will kexec into your Ubuntu kernel on startup.
2830

0 commit comments

Comments
 (0)