安装64位Ubuntu 13.04服务器失败,并显示“无法安装busybox-initramfs”

我尝试在一个相当通用的超微型盒子上安装64位13.04 Ubuntu服务器,并使用双OCZ SSD,我计划使用软件RAID。 安装失败,出现“无法安装busybox-initramfs”消息。 这似乎是在启动板上logging的错误。 (即使忽略第二个SSD,我也得到了相同的错误信息。)

我检查了控制台4的细节:

apt-install or in-target is already running, so you cannot run either of them again until the other instance finishes. You may be able to use `chroot /target ...` instead. in-target: Unexpected error; command not executed: `sh -c debconf-apt-progress --no-progress --logstderr -- apt-get -q -y --no-remove install busybox-initramfs` 

我不确定如何处理这个错误信息,而不通过安装程序代码进行筛选,但是最初在启动板上报告错误的人build议他通过“用linux-server预安装”find解决方法。 有没有人知道这意味着什么/如何做到这一点?

我有同样的问题,并做了两件事情来解决它。 不知道,哪一个解决了它…安装到LVM了。

  1. 再次使用Ubuntu Boot Media Creator擦除U盘(不知道确切的英文名称sorrz)
  2. / boot分区独立于LVM之外,用ext3格式化(错误是ext4)

之后,安装成功。