switch to efi boot
parent
55d69f07e8
commit
8b3517be28
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
grub-install /dev/sda
|
|
||||||
grub-install /dev/sdb
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
grub-install /dev/nvme0n1
|
|
||||||
grub-install /dev/nvme1n1
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
grub-install /dev/vda
|
|
||||||
grub-install /dev/vdb
|
|
Loading…
Reference in New Issue