fix: sleep after dd to allow partition table reread
This commit is contained in:
parent
dda63f7ce1
commit
d93357cadb
|
@ -48,6 +48,8 @@ function install_syslinux()
|
||||||
|
|
||||||
dd bs=440 count=1 conv=notrunc \
|
dd bs=440 count=1 conv=notrunc \
|
||||||
if=/usr/lib/syslinux/mbr/gptmbr.bin of="$drive"
|
if=/usr/lib/syslinux/mbr/gptmbr.bin of="$drive"
|
||||||
|
sync
|
||||||
|
sleep 5
|
||||||
|
|
||||||
mount_efi "$drive"
|
mount_efi "$drive"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user