Linux Lite Forums

Full Version: Grub Quirk
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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:~$
Pages: 1 2