我无法解决这个问题,我使用的是 Ubuntu 14.04。我已经以 root 身份尝试过,但仍然没有成功。
WinUSB 报这个错误:
Installation failed!
Exit code: 512
Log:
Formatting device...
Mounting...
mount: block device /home/flavio/Área de Trabalho/windows xp sp3 sata.iso is write-protected, mounting read-only
Copying...
Installing grub...
Installing for x86_64-efi platform.
grub-install: error: /media/winusb_target_1405019929_19723 doesn't look like an EFI partition.
.
Error occurred!
Syncing...
/usr/bin/winusb: line 78: 5376 Terminated while true; do
sleep 0.05; echo 'pulse';
done
Cleaning...
/usr/bin/winusb: line 78: 6975 Terminated while true; do
sleep 0.05; echo 'pulse';
done
Umounting and removing '/media/winusb_iso_1405019929_19723'... …
Run Code Online (Sandbox Code Playgroud) 我尝试在我的 Ubuntu 16.04 LTS 中安装 winusb。这是我尝试安装 winusb 时收到的消息:
kishoreuk@kishoreuk-HP-Notebook:~$ sudo dpkg -i winusb_1.0.11+saucy1*
[sudo] password for kishoreuk:
Selecting previously unselected package winusb.
(Reading database ... 172829 files and directories currently installed.)
Preparing to unpack winusb_1.0.11+saucy1_amd64.deb ...
Unpacking winusb (1.0.11+saucy1) ...
Preparing to unpack winusb_1.0.11+saucy1_amd64.deb.1 ...
Unpacking winusb (1.0.11+saucy1) over (1.0.11+saucy1) ...
More than one copy of package winusb has been unpacked
in this run ! Only configuring it once.
dpkg: dependency problems prevent configuration of winusb:
winusb depends on libwxbase2.8-0 …
Run Code Online (Sandbox Code Playgroud) 我最近在旧电脑上安装了 Ubuntu 15.10。我现在正在尝试创建一个 windows usb 棒以安装在我正在构建的新计算机上。当我添加存储库时
sudo add-apt-repository ppa:colingille/freshlight
Run Code Online (Sandbox Code Playgroud)
我尝试更新,但出现以下错误:
W: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/wily/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Run Code Online (Sandbox Code Playgroud)
然后当我尝试:
sudo apt-get install winusb
Run Code Online (Sandbox Code Playgroud)
我得到:
E: Unable to locate package winusb
Run Code Online (Sandbox Code Playgroud)
谁能帮我找到解决办法?
我正在尝试在 Ubuntu 新版本上创建一个 Windows USB 记忆棒,这是我尝试过的:
sudo apt-get install winusb
Run Code Online (Sandbox Code Playgroud)
结果如下:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package winusb
Run Code Online (Sandbox Code Playgroud)
我已经尝试使用带有代码的 Saucy 包安装它
wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb
Run Code Online (Sandbox Code Playgroud)
它给了我这些结果
wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb
--2016-06-19 16:30:47-- https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb
Resolving launchpad.net (launchpad.net)... 91.189.89.223, 91.189.89.222
Connecting to launchpad.net (launchpad.net)|91.189.89.223|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://launchpad.net/~colingille/+archive/ubuntu/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb [following]
--2016-06-19 16:30:47-- https://launchpad.net/~colingille/+archive/ubuntu/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb
Reusing existing connection to launchpad.net:443.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://launchpadlibrarian.net/158567123/winusb_1.0.11+saucy1_amd64.deb [following]
--2016-06-19 …
Run Code Online (Sandbox Code Playgroud)