From b2d2e2870660ae64358e7effcad1bb7e0c5dc998 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 1 Apr 2025 23:44:50 +0800 Subject: feat(www): update. --- www/content/notes/cheat-sheet/_index.md | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'www/content/notes/cheat-sheet/_index.md') diff --git a/www/content/notes/cheat-sheet/_index.md b/www/content/notes/cheat-sheet/_index.md index f379f0b..ff72c3d 100644 --- a/www/content/notes/cheat-sheet/_index.md +++ b/www/content/notes/cheat-sheet/_index.md @@ -1,15 +1,4 @@ --- title: "Cheat Sheet" -date: 2025-04-01T23:09:53+08:00 -lastmod: 2025-04-01T23:09:53+08:00 -layout: single --- -Update GRUB after `grub` package is updated. Replace `/boot` with your mount -point of the EFI partition in `--efi-directory=/boot`. Replace `GRUB` with your -bootloader id in `--bootloader-id=GRUB`. - -```bash-session -grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB -grub-mkconfig -o /boot/grub/grub.cfg -``` -- cgit v1.2.3