From: Silvio Rhatto Date: Fri, 15 Feb 2013 20:35:28 +0000 (-0200) Subject: TODO for buggy bioses X-Git-Tag: 0.1~27 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a1d2da9a06ef2792a3e40032bb447c6e9d9d292e;p=hydra.git TODO for buggy bioses --- 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}