我在纳蒂身上发现了这个引导错误:
mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.根系统正在使用btrfs。然而,当我启动一个live时,我可以在没有任何问题的情况下挂载系统分区,而且它似乎没有任何问题。
运行btrfsck将提供以下输出:
sudo btrfsck /dev/md0p1
found 33322205184 bytes used err is 0
total csum bytes: 32134752
total tree bytes: 401801216
total fs tree bytes: 334020608
btree space waste bytes: 104869496
file data blocks allocated: 38219010048
referenced 33116684288
Btrfs Btrfs v0.19我希望有人能帮我解决这个问题。
发布于 2011-04-23 16:37:30
这是否仍然发生在最新版本的GRUB在Natty (1.99~rc1-13ubuntu3)?自从您提出问题以来,我从上游支持了一些与btrfs相关的修复程序。
发布于 2011-04-07 11:28:28
我认为这是一个关于引导加载器的bug,而不是btrfs分区本身。我还没有测试过使用btrfs作为root的natty,但我读到了GRUB在将btrfs作为root时遇到的问题.也许尝试使用一个单独的/boot部分来引导.
https://askubuntu.com/questions/33915
复制相似问题