事故现场:ubuntu10.04 使用的wubi安装的,在xp下面可以看到按到了D盘下,d:/ubuntu/disk/root.disk swap.disk grub 发现grub的内容没有了,
在linux下面用mount -o loop root.disk 挂载,,,,,,没有用。
在grub 下面挂载 loopback loop0 root.disk 也没有用。。。
linux查看属性也不行,报错是i/o错误。。。。。
最后 拿了一个好的引导放到 grub目录下面:
menuentry "Ubuntu, Linux 2.6.32-38-generic" {
insmod ntfs
set root='(hd0,7)'
search --no-floppy --fs-uuid --set C07AAB777AAB693C
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.32-38-generic root=UUID=C07AAB777AAB693C loop=/ubuntu/disks/root.disk ro quiet splash
initrd /boot/initrd.img-2.6.32-38-generic
}
1、建立隐藏目录e:\ubuntu\found.000
2、 把/ubuntu/disks/目录下面的所有文件移动到found.000目录下面
3、重入GRUB,EXIT
4、 重启XP
5、 再把found.000下面的文件移动到/ubuntu/disks目录下面
6、重启进入UBUNTU。
”
网络的作法,是ok的。。。。。。。
网络的解答:
http://blog.csdn.net/zhangxuyu1118/article/details/7062212
最近 ubutu 10.10, 无法启动,进入GRUB命令状态。
我在forum.ubuntu.org.cn上求救了,帖子链接如下:
http://forum.ubuntu.org.cn/viewtopic.php?f=139&t=357130&p=2581937#p2581937
//可以的。
最后看了http://www.fzblog.net/detail/id/426这篇文章后问题解决,感谢风之紫色!
解决方法竟然是这样的:
“我操他妈,这样搞定了:
1、建立隐藏目录e:\ubuntu\found.000
2、 把/ubuntu/disks/目录下面的所有文件移动到found.000目录下面
3、重入GRUB,EXIT
4、 重启XP
5、 再把found.000下面的文件移动到/ubuntu/disks目录下面
6、重启进入UBUNTU。
”
wubi真的坑爹啊。