Skip to content

Commit 315d035

Browse files
committed
Updated Boot and Install Custom Kernel in VM (markdown)
1 parent 2d5d794 commit 315d035

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Boot-and-Install-Custom-Kernel-in-VM.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ sudo dpkg -i linux-image-5.4.0_5.4.0-1_amd64.deb
7979
sudo dpkg -i linux-libc-dev_5.4.0-1_amd64.deb
8080
```
8181
82+
Note: there might be a .deb package for a debug image, e.g., `linux-image-5.4.0-dbg_5.4.0-1_amd64.deb`, which is quite big. Do *NOT* install that package.
83+
8284
Reboot the VM. Now without specifying the custom kernel in the boot option, you should still see the new kernel version:
8385
8486
```bash

0 commit comments

Comments
 (0)