diff --git a/miku/install.txt b/miku/install.txt index 5ee0698..e5b6815 100644 --- a/miku/install.txt +++ b/miku/install.txt @@ -53,11 +53,12 @@ for D in $DISK $DISK2; do sgdisk -n 2:0:0 -c 2:"Linux" -t 2:8e00 $D parted $D -- set 1 boot on + sleep 5 + # boot partition mkfs.fat -F 32 -n EFIBOOT $D-part1 done - # take a look at the partitions lsblk diff --git a/mini/install.txt b/mini/install.txt index 6c13250..1e2b314 100644 --- a/mini/install.txt +++ b/mini/install.txt @@ -48,11 +48,12 @@ for D in $DISK $DISK2; do sgdisk -n 2:0:0 -c 2:"Linux" -t 2:8e00 $D parted $D -- set 1 boot on + sleep 5 + # boot partition mkfs.fat -F 32 -n EFIBOOT $D-part1 done - # take a look at the partitions lsblk diff --git a/neko/install.txt b/neko/install.txt index cd21847..ed49159 100644 --- a/neko/install.txt +++ b/neko/install.txt @@ -49,6 +49,8 @@ for D in $DISK $DISK2 $DISK3; do sgdisk -n 2:0:0 -c 2:"Linux" -t 2:8e00 $D parted $D -- set 1 boot on + sleep 5 + # boot partition mkfs.fat -F 32 -n EFIBOOT $D-part1 done