"Installation failed !" in GUI but not in CLI (/usr/bin/winusb: line 78: 18265 Terminated )

Installation failed !
Exit code: 256
Log:
**blank**

-----

Install log(when running winusbgui as root)

Installation failed !
Exit code: 256
Log:
Formatting device...
Wait 3 seconds for block device nodes to populate...
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
mkfs.fat 3.0.28 (2015-05-16)
Mounting...
mount: /dev/loop0 is write-protected, mounting read-only
Copying...
Installing grub...
Installing for i386-pc platform.
Installation finished. No error reported.
Installing grub.cfg...
Exiting...
Syncing...
/usr/local/bin/winusb: 行 78: 20260 終止 while true; do
sleep 0.05; echo 'pulse';
done
Cleaning...
/usr/local/bin/winusb: 行 78: 20593 終止 while true; do
sleep 0.05; echo 'pulse';
done
Unmounting and removing '/media/winusb_iso_1455346491_15903'...
Unmounting and removing '/media/winusb_target_1455346491_15903'...

P.S. "終止" in the output approximately means "terminated".

______________________________________________

Installation failed !
Exit code: 256
Log:
Formatting device...
Wait 3 seconds for block device nodes to populate...
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
mkfs.fat 3.0.28 (2015-05-16)
Mounting...
Copying...
Installing grub...
Installing for i386-pc platform.
grub-install: warning: Attempting to install GRUB to a disk with multiple partition labels.  This is not supported yet..
grub-install: warning: 无法嵌入。在此次安装中 GRUB 只能通过使用块列表安装。但是块列表是不可信赖的,不推荐使用。.
Installation finished. No error reported.
Installing grub.cfg...
Exiting...
Syncing...
/usr/bin/winusb: 行 78:  7273 已终止               while true; do
    sleep 0.05; echo 'pulse';
done
Cleaning...
/usr/bin/winusb: 行 78: 12165 已终止               while true; do
    sleep 0.05; echo 'pulse';
done
Unmounting and removing '/media/winusb_iso_1482765713_2306'...
Unmounting and removing '/media/winusb_target_1482765713_2306'...

==================================

Do you have gksudo command installed on your system?

==================================

This issue is also reproduced in the following article:
Make A Bootable Windows 10 USB Install Stick On Linux With WinUSB Fork ~ Web Upd8: Ubuntu / Linux blog

====================================

I got same problem but solved now by
"sudo apt-get install gksu"
"gksudo winusbgui"
(i.e..type it without quotes)

 

Lin-Buo-Ren

referenced
this issue

on 8 Nov

Closed

Installation failure error (GUI version)
#76

Lin-Buo-Ren

changed the title from "Installation failed !" in GUI but not in CLI to "Installation failed !" in GUI but not in CLI (/usr/bin/winusb: line 78: 18265 Terminated )

======================================================

Hi again, please use the latest revision in GitHub repo and see if it's still reproducible(it should be, as we never fixed the problem anyway).

=======================================================

I was encountered this issue right now, with windows 10.
I'm on ubuntu 16.04 and WinUSB 1.0.11

I tried to run the installation anyway and it worked(I just ignored the error).

=====================================================

Hi, please use the latest revision in the repository (instead of latest released version) for reproducing the issue. We've have changed a quite amount of code since 1.0.11

======================================================

I got similar problem and solve it!
I dont now why, but if you use GUI its not work. Use command line in way:
sudo winusb --format /path-to-ISO-file/filename.iso /dev/sdb (or other way to your flash)

=========================================================

The issue title already tell that CLI(command line interface) works.
This issue is about the GUI problem

=========================================================

I started winusb from console:

gksudo winusbgui

then winusb detect my pendrive correctly, and I succesfully copied the Windows 7 installer to my pendrive (Ubuntu 14.10).
shareimprove this answer
    
Thanks, worked perfectly. – prdatur May 20 '15 at 17:23
1     
    
Without the sudo, the GUI prompts the user for administrative credentials, but ultimately fails. Running with sudo from the start works great. – Willi Ballenthin Jul 29 '15 at 17:05
============================================

The USB must be formatted to FAT32. Otherwise, I still get this error. To do that, open GParted, select the correct device from the drop-down, right-click the partition and unmount it. Then, right-click and format to FAT32.

===============================================

For some reason winusb kept hanging up on formatting the USB drive, said it couldn't access the drive. I ended up formatting to NTFS using the "Disks" application in Ubuntu and then using winusb from the terminal:

sudo winusb -v --install Win_7_Pro.iso /dev/sdc

NOTE: you can check to see what your usb device is using lsblk from a terminal, mine was sdc.

Thank you so much, this is the only thing that ran successfully for me. – conradk May  at :

Same here for Linux Mint! – Michel Jun  at :

I got an error using /dev/sdc, but got it right after figuring out it needed to be /dev/sdc1 (with a "" at the end in my case). – heltonbiker Nov  at :

This should be an accepted answer. – user983803

"Installation failed !" in GUI but not in CLI (/usr/bin/winusb: line 78: 18265 Terminated )的更多相关文章

  1. Atiti  qq空间破解(3)------------gui图形化通用cli执行器atiuse

    Atiti  qq空间破解(3)------------gui图形化通用cli执行器atiuse 结构:::命令行+以及反馈log框1 cli_guiUI/index.htm1 /AtiPlatf_c ...

  2. 安装cuda时 提示toolkit installation failed using unsupported compiler解决方法

    在安装cuda的时候,有时候会提示toolkit installation failed using unsupported compiler.这是因为GCC版本不合适所导致的. 解决的方法很简单,直 ...

  3. iOS 开发之 Xcode6 installation failed invalid argument!

    1.运行模拟器的时候 报出: installation failed invalid argument! 原因分析: 我把Bundle indentifier 置为空了! http://stackov ...

  4. Azkaban遇到的坑-installation Failed.Error chunking

    在使用azkaban做spark作业调度时,在上传zip包时报installation Failed.Error chunking错误,原来是于我们所编写的应用会上传到 MySQL 存储,过大的zip ...

  5. installation failed with message null

    http://stackoverflow.com/questions/33315753/installation-failed-with-message-null-genymotion-error I ...

  6. 安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x80070643), "安装时发生严重错误 " (Ela)

    原文:安装了VS2010 sp1 后再安装ASP.NET MVC 3.0的问题(Final Result: Installation failed with error code: (0x800706 ...

  7. 【常见踩坑】USB调试安装失败(Installation failed with message INSTALL_CANCELED_BY_USER)

    一.写在前面 最近一直在忙活着项目重构,忙活了一个多月(那是天天加班,不分昼夜呀,ps:这不是我司要求的哈),终于把沉积了三四年的老项目给重构了,目前在测试阶段,也总算有了点闲时来跟大家分享分享一些问 ...

  8. iOS 开发之 Xcode installation failed invalid argument!

    1.运行模拟器的时候 报出:installation failed invalid argument! 原因分析:我把Bundle indentifier 置为空了! http://stackover ...

  9. XCode - App installation failed (A valid provisioning profile for this executable was not found)

    OSX:10.14 XCode:10.1 iPhone:iPhone 4S IOS9.3.5 我不得不骂那些SB们,不懂就别TMD乱写文章,误导别人!!我今天看了很多关于这个错误的中文文章,结果都没能 ...

随机推荐

  1. 嵌入式服务器jetty,让你更快开发web

    概述 jetty是什么? jetty是轻量级的web服务器和servlet引擎. 它的最大特点是:可以很方便的作为嵌入式服务器. 它是eclipse的一个开源项目.不用怀疑,就是你常用的那个eclip ...

  2. 使用backbone的history管理SPA应用的url

    本文介绍如何使用backbone的history模块实现SPA应用里面的URL管理.SPA应用的核心在于使用无刷新的方式更改url,从而引发页面内容的改变.从实现上来看,url的管理和页面内容的管理是 ...

  3. CSS布局 - 三栏布局

    CSS布局技术可谓是前端技术中最基础的技术,就是因为基础,所以我认为要更加熟练,深入的去掌握,去梳理. 一. 传统 ---> 浮动实现的三栏布局 采用浮动实现的三栏布局有以下特点及注意事项: · ...

  4. Rafy 框架 - 使用 SqlTree 查询

    本文介绍如何使用 Rafy 框架中的 Sql Tree 查询: 除了开发者常用的 Linq 查询,Rafy 框架还提供了 Sql 语法树的方式来进行查询. 这种查询方式下,开发者不需要直接编写真正的 ...

  5. APNS 远程推送通知 PUSH deviceToken

    服务器向客户端推送消息:      当应用程序推到后台,或者根本就没有运行(我们的代码无能为力)      如果这种情况之下,应用程序想和用户交互(传统的做法 不可能)      推送 APNS:Ap ...

  6. 说一说javascript跨域和jsonp

    同源策略 在浏览器的安全策略中“同源策略”非常如雷贯耳,说的是协议.域名.端口相同则视为同源,域名也可换成IP地址,不同源的页面脚本不能获取对方的数据. 要是想使用XMLHttpRequest或者常规 ...

  7. Task.Factory.StartNew的用法

    代码: private void button5_Click(object sender, EventArgs e) { ; Task.Factory.StartNew(() => { Mess ...

  8. spring aop对service层日志和异常的处理

    1.aop是什么 AOP是Aspect Oriented Programming的缩写,意思是面向切面编程,与OOP(Object Oriented Programming)面向对象编程对等,都是一种 ...

  9. javascript代码 调试方法

    你的代码可能包含语法错误,逻辑错误,如果没有调试工具,这些错误比较难于发现. 通常,如果 JavaScript 出现错误,是不会有提示信息,这样你就无法找到代码错误的位置. 在程序代码中寻找错误叫做代 ...

  10. 我的屌丝giser成长记-研一篇(下)

    研一生活的下学期开始,课程就比较少了,加上选修课,4门课而已,总体还是比较轻松的,让我有更过充裕时间来做自己的事情以及导师的项目.开始导师的一个新的webgis开发项目,叫做三峡库区事故型水环境污染风 ...