From 096fcf321b362b2992c64b9eb787001dc017b42b Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Tue, 5 May 2020 14:07:31 +0200 Subject: [PATCH] Install extra host package `efibootmgr` [on Ubuntu Desktop] It's not clear why, but the latest installation attempt failed. Possibly, this is due to the type of installation (minimal, etc.) provided during Ubiquity. --- install-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zfs.sh b/install-zfs.sh index acdf3b6..cf577f6 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -579,7 +579,7 @@ function install_host_packages { # Module compilation log: `/var/lib/dkms/zfs/0.8.2/build/make.log` (adjust according to version). # echo "zfs-dkms zfs-dkms/note-incompatible-licenses note true" | debconf-set-selections - apt install --yes libelf-dev zfs-dkms + apt install --yes libelf-dev zfs-dkms efibootmgr systemctl stop zfs-zed modprobe -r zfs