From 4c8e42069187d9057fed70eb6eda09bdd911697c Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 29 Jun 2015 15:57:16 +0200 Subject: [PATCH] kernel upgrade instructions --- SoftwareUpdateDom0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/SoftwareUpdateDom0.md b/SoftwareUpdateDom0.md index 756065b3..f6a2c60b 100644 --- a/SoftwareUpdateDom0.md +++ b/SoftwareUpdateDom0.md @@ -63,4 +63,18 @@ Of course, command line tools are still available for accomplishing various upda sudo yum downgrade package-version {% endhighlight %} +### Kernel Upgrade ### +Install newer kernel. The following example installs kernel 3.19 and was tested on Qubes R3 RC1. + + {% highlight trac-wiki %} + sudo qubes-dom0-update kernel-3.19* + {% endhighlight %} + +Rebuild grub config. + + {% highlight trac-wiki %} + sudo grub2-mkconfig -o /boot/grub2/grub.cfg + {% endhighlight %} + +Reboot required.