Linux Lite Forums
Grub Quirk - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4)
+--- Forum: Suggestions and Feedback (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=13)
+--- Thread: Grub Quirk (/showthread.php?tid=464)

Pages: 1 2


Re: Grub Quirk - bfb - 10-13-2015

I tried goldfinger's solution with a live usb but I got this:
Code:
buntu@buntu-Aspire-V5-573PG:~$ sudo mount /dev/sda1 /mnt
buntu@buntu-Aspire-V5-573PG:~$ sudo grub-install --boot-directory=/mnt/boot /dev/sda1
Installing for i386-pc platform.
grub-install: warning: Filesystem `ext2' doesn't support embedding.
grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
buntu@buntu-Aspire-V5-573PG:~$ sudo umount /dev/sda1
buntu@buntu-Aspire-V5-573PG:~$