Today when I went ahead with Natty installation I had selected btrfs
for root
filesystem. To my utter surprise I was presented with the screen
Unknown filesystem
grub rescue >
None of the options I tried like Y
, yes
did not work. Later I again installed Natty with ext4
filesystem.
Why do such errors appear?
btrfs
is considered experimental and unless you're very adventurous, you should avoid using it. There is neither a fsck tool available in case thebtrfs
filesystem becomes corrupt (after a power failure for example).An excerpt from the release notes:
GRUB can actually boot from btrfs filesystems (instructions), but note that Ubuntu still consider btrfs as experimental.
btrfs is the future of filesystems check: https://btrfs.wiki.kernel.org/index.php/Main_Page But it is just a child and not yet ready completely. btrfs is very fast, but I will not recommend it for a person who wants a stable system. If you want to see some technical aspects of btrfs you can visit http://lwn.net/Articles/342892/
First, try reinstalling GRUB. Is there any output from
grub-install
when you do that? If so, post it here.In this case I'm going to go out on a limb and guess that your problem was a version of grub that did not, or did not correctly, support btrfs. There are two solutions. Either give your system a separate, ext2/3 boot partition, or use the latest version of grub that supports btrfs in a much cleaner manner.