EvilZone

Community => General discussion => Topic started by: flowjob on December 10, 2012, 06:18:07 PM

Title: Grub2 Installing problems
Post by: flowjob on December 10, 2012, 06:18:07 PM
Hey guys,
I'm trying to install grub2 on a USB, but I can't get it work:
(The USB is ext3 and mounted to /mnt/sdc)

Everytime I try
Code: [Select]
grub-install --no-floppy --root-directory=/mnt/sdc dev/sdcit tells me:
Code: [Select]
/usr/sbin/grub-bios-setup: warning: File system 'ext2' doesn't support embedding.
/usr/sbin/grub-bios-setup: warning: Embedding is not possbile. GRUB can only be installed in this setup by using blocklist. However, blocklists are UNRELIEABLE and their use is discouraged..
/usr/sbin/grub-bios-setup: error: will not proceed with blocklists

I'm using Ubuntu 12.10 live from my other USB with the preinstalled Grub2
The USB is 16GB 2.0, 1 partition with filesys ext3

Any ideas what's causing this?