启动磁盘创建器未捕获的异常错误


10

在Ubuntu 12.04中使用启动盘创建器创建可启动USB或LiveUSB时,出现以下错误消息:

Installation Failed
An uncaught exception was raised: Invalid version string 'GNU/LINUX'

这是什么意思?有解决办法吗?


尝试这样运行启动磁盘创建器:usb-creator --allow-system-internal确保从驱动器列表中选择USB密钥,而不是系统驱动器。这似乎是一个已记录的错误。
— 沙洛爵士(SirCharlo)

如果使用命令Ctl-Alt-T的输出启动终端,该怎么lsb_release -a办?
— 约翰·格鲁伯

它很长,从此开始,LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch:cxx-3.0-ia32:cxx- ...以Distributor ID: Ubuntu Description: Ubuntu 11.04 Release: 11.04 Codename: natty
— Peachy 2012年

您是在尝试制作Ubuntu starup磁盘还是其他OS(GNU / LINUX)?
— 马蒂·弗里德

Answers:


7

实际上,这不是@SirCharlo提到的已记录错误。实际上,这根本不是一个bug。启动盘创建器旨在仅制作Ubuntu启动盘。如果您阅读了该程序的说明,它实际上就是这样说的,正如我事后发现的那样。

就我而言,我试图制作一个Debian启动盘,它的操作系统版本标记为“ Debian GNU / Linux ...”,因此该应用程序将不会使用它来制作该盘。制作Ubuntu磁盘可以完美运行。

如果它给出了更好的错误消息,那将是很好的,但是行为显然是设计使然的。


我确认了这一点,我遇到了完全相同的错误(尝试创建Debian Jessie启动盘)。该消息确实具有误导性。
— Jan Vlcinsky

我现在使用tuxboot或UNetbootin来创建USB磁盘。我今天试用了Debian Jessie,效果很好(这让我很感激Ubuntu多么简单!)。
— Marty Fried
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.