summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-15 18:35:28 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-15 18:35:28 -0200
commita1d2da9a06ef2792a3e40032bb447c6e9d9d292e (patch)
tree17b2a2f668c9ff176fdd8b3baba2b9c362c47c85
parentb6d774d967d08e5857da540999be66585e340a55 (diff)
downloadhydra-a1d2da9a06ef2792a3e40032bb447c6e9d9d292e.tar.gz
hydra-a1d2da9a06ef2792a3e40032bb447c6e9d9d292e.tar.bz2
TODO for buggy bioses
-rwxr-xr-xshare/hydra/bootless6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/hydra/bootless b/share/hydra/bootless
index 86e27f0..9bad724 100755
--- a/share/hydra/bootless
+++ b/share/hydra/bootless
@@ -133,6 +133,12 @@ EOF
echo "Error: grub-install failed (errno: $?)."
exit 1
fi
+
+ # TODO: consider an alternative scenario:
+ # https://www.gnu.org/software/grub/manual/html_node/Installing-GRUB-using-grub_002dinstall.html#Installing-GRUB-using-grub_002dinstall
+ #sudo losetup /dev/loop0 /dev/sdb1
+ #sudo mount /dev/loop0 /media/usb/
+ #sudo grub-install --boot-directory=/media/usb/ --allow-floppy --force /dev/loop0
# Finalize
#rm -f ${devicemap}