Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bare-metal): document kernel upgrades on EM-RV1 servers #3301

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,18 @@ Linux kernel.
cd -
```
7. Reboot the server to load the new kernel.

## Update the kernel

Due to hardware specificities, it is not possible to use the kernel provided by
major Linux distributions directly on EM-RV1 servers. Instead, we provide a
custom upgrade channel. Follow the steps below to update your kernel:

1. [Reboot your EM-RV1 server in rescue mode](/bare-metal/elastic-metal/how-to/use-rescue-mode).
2. Log into the machine over SSH using the `rescue` user.
3. Update the kernel:
```bash
sudo rv1 update-kernel
```
4. Wait for the update to complete (this step can take a few minutes).
nerda-codes marked this conversation as resolved.
Show resolved Hide resolved
5. Reboot the server in normal mode.