From 99e9b95b57fddb565b2084d482af775b5c2686dd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Feb 2014 21:23:26 -0200 Subject: Skip fs problem for grub at bootless --- share/hydra/bootless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3