mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-23 00:11:24 -04:00
update
This commit is contained in:
parent
e849ac373e
commit
d825db72c2
1 changed files with 8 additions and 7 deletions
|
@ -249,23 +249,24 @@ EOF
|
|||
```bash
|
||||
apt install efibootmgr -y
|
||||
|
||||
efibootmgr -c -d /dev/nvme0n1 -p 1 \
|
||||
-L "ZFSBootMenu (Backup)" \
|
||||
-l \\EFI\\ZBM\\VMLINUZ-BACKUP.EFI
|
||||
|
||||
efibootmgr -c -d "/dev/nvme0n1" -p 1 \
|
||||
-L "ZFSBootMenu" \
|
||||
-l \\EFI\\ZBM\\VMLINUZ.EFI
|
||||
|
||||
### Skip this section if you are not doing mirroring
|
||||
efibootmgr -c -d /dev/nvme0n2 -p 1 \
|
||||
efibootmgr -c -d /dev/nvme0n1 -p 1 \
|
||||
-L "ZFSBootMenu (Backup)" \
|
||||
-l \\EFI\\ZBM\\VMLINUZ-BACKUP.EFI
|
||||
|
||||
### Skip this section if you are not doing mirroring
|
||||
|
||||
efibootmgr -c -d "/dev/nvme0n2" -p 1 \
|
||||
-L "ZFSBootMenu" \
|
||||
-L "ZFSBootMenu 2" \
|
||||
-l \\EFI\\ZBM\\VMLINUZ.EFI
|
||||
|
||||
efibootmgr -c -d /dev/nvme0n2 -p 1 \
|
||||
-L "ZFSBootMenu 2 (Backup)" \
|
||||
-l \\EFI\\ZBM\\VMLINUZ-BACKUP.EFI
|
||||
|
||||
```
|
||||
|
||||
### Exit the environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue