我尝试过安装和引导Whonix 13.0.0.1.4和Whonix14.0.0.2.6,并从Whonix的洋葱镜像下载和验证。在这两种情况下,对于这两个VM,我都得到了相同的结果。带有“从硬盘引导.启动失败:不是可引导磁盘,没有可引导设备”的黑色屏幕。
为了安装它们,我遵循了这个指南(https://www.whonix.org/wiki/KVM),我唯一不同的做法是下载libvirt的替代包,就像apt建议的那样:
[sudo] password for thoreau:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libvirt-bin is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libvirt-daemon-system libvirt-dev libvirt-clients
E: Package 'libvirt-bin' has no installation candidate
thoreau@Thoreau:~/Installers/Whonix$就是这样。我被困住了,甚至不知道问题出在哪里。如果有更多的信息,我可以提供,请问。
发布于 2017-04-11 02:07:26
我昨天也遇到了同样的问题,找到了解决办法。问题在于您所拥有的存储库。我相信你和我一样也在跑步。您将需要更改您的回购sources.list,以便您可以获取所需的包,然后为安全目的删除该源代码。
#deb http://httpredir.debian.org/debian jessie main
#deb-src http://httpredir.debian.org/debian jessie main
#deb http://httpredir.debian.org/debian jessie-updates main
#deb-src http://httpredir.debian.org/debian jessie-updates main
#deb http://security.debian.org/ jessie/updates main
#deb-src http://security.debian.org/ jessie/updates mainhttps://unix.stackexchange.com/questions/349328
复制相似问题