aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hydra/bootless2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/bootless b/share/hydra/bootless
index 3e85655..cc3e79f 100755
--- a/share/hydra/bootless
+++ b/share/hydra/bootless
@@ -137,7 +137,7 @@ EOF
#quit" | grub --device-map=${devicemap} --batch
# Grub 2
- $sudo grub-install --boot-directory=${tmpdir} --force ${usbdevice}
+ $sudo grub-install --boot-directory=${tmpdir} --skip-fs-probe --force ${usbdevice}
if [ $? != 0 ]; then
echo "Error: grub-install failed (errno: $?)."
exit 1