From c4376d44facf1737b65938d45efec0d9595baf6a Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 26 Sep 2023 15:22:41 -0700 Subject: [PATCH] purge grub --- ... Encryption, Mirroring, and Remote Unlocking with Ubuntu.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md index 93df175..8553c3e 100644 --- a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md +++ b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md @@ -340,6 +340,9 @@ Set the root password: passwd ``` +### Remove grub +apt purge grub* -y + ### Exit the environment ``` exit