目标文件系统没有/ sbin / init – Ubuntu服务器8.04LTS

我最近将包含Ubuntu服务器安装的逻辑卷从一台Xen服务器复制到另一台。 过去我做了很多次,之前没有问题。 但是,当我尝试启动我的虚拟服务器时出现以下错误:

mount: Mounting /root/dev on /dev/.static/dev failed: No such file or directory mount: Mounting /sys /root/sys failed: Invalid argument mount: Mounting /proc /root/proc failed: No such file or directory Target filesystem doesn't have /sbin/init 

几个可能的修复涉及启动一个现场的CD,我已经下载了两次现在两次得到以下错误:

 BusyBox v1.15.3 (Ubuntu 1:1.15.3-1ubunty5) built-in shell (ash) Enter 'help' for a list of built-in commands. {initramfs) mount: mounting /dev/loop0 on //filesystem.squashfs failed: Input/output error Can no mount /dev/loop0 (/cdrom/casper/filesystem.sqyashfs) on //filesystem.squashfs 

我正试图避免重新构build整个服务器,所以我希望能找出一些东西。 任何关于什么可能会导致我的问题或更好的方式来迁移虚拟机的想法将是有益的。

先谢谢你。