All Qubes OS Project documentation pages are stored as plain text files in this dedicated repository. By cloning and regularly pulling from this repo, users can maintain their own up-to-date offline copy of all Qubes documentation rather than relying solely on the Web.
Go to file
Yukikoo 37b30af431
Update "installing kernel in Debian VM"
fix https://github.com/QubesOS/qubes-issues/issues/5733

Going a bit further, and removing the previous instructions: 
~~~
sudo mkdir -p /boot/grub
sudo apt install --no-install-recommends linux-image-amd64 linux-headers-amd64 grub2-common qubes-kernel-vm-support
sudo update-grub
~~~

The directory "/boot/grub/" already exist on the "Debian Template", and will be created by "grub2" if it doesn't exist (like for the "Debian Minimal Template"). 

Tested the modification on a qube based on Debian Template, and on a qube based on Debian Minimal Template. Both seems to work correctly.
2020-03-22 08:49:11 +00:00
_dev _dev: add explanation 2018-04-18 21:16:59 +02:00
developer Merge branch 'policy' of https://github.com/pwmarcz/qubes-doc into pwmarcz-policy 2020-03-18 11:10:48 -05:00
external Merge branch 'dark-theme-patch' of https://github.com/deathgrippin/qubes-doc into deathgrippin-dark-theme-patch 2020-03-18 11:09:26 -05:00
introduction Fixed Typo in website repo URL 2020-03-06 18:33:15 -07:00
project-security Recommend using gpg2 with keyserver options instead of gpg 2019-10-23 01:05:50 -05:00
user Update "installing kernel in Debian VM" 2020-03-22 08:49:11 +00:00
.travis.yml Update rvm to 2.5 in .travis.yml 2019-12-09 00:00:18 -06:00
CONTRIBUTING.md Fix link 2017-04-04 21:52:06 -07:00
doc.md Describe creating a socket-based service 2020-02-28 18:52:00 +01:00
README.md Fix typo 2016-03-22 22:52:54 +00:00

Qubes OS Documentation

Canonical URL: https://www.qubes-os.org/doc/

All Qubes OS Project documentation pages are stored as plain text files in this dedicated repository. By cloning and regularly pulling from this repo, users can maintain their own up-to-date offline copy of all Qubes documentation rather than relying solely on the Web.

For more information about the documentation, including how to contribute, please see the Documentation Guidelines.