[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-05-07 Thread Yu Ning
Thanks for sudodus' reminder, I almost forgot that issue in comment #121. Yes, current version in trusty-proposed is broken IMO, the patch backported from trunk doesn't work in the context of trusty, so we need to manually fix it on the installed source code (comment #124). The tests performed by

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-05-06 Thread Yu Ning
My concern for c) is that it will introduce new dependence 'qemu-user- static' to usb-creator, not sure if this is acceptable for SRU. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1325801

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-05-03 Thread Yu Ning
@sudodus, thanks for the test in #127, could you help to collect some logs? 1. sudo sed -ri '/syslinux_(var|exe)/syslinux/g' /usr/share/usb-creator/usb-creator-helper 2. (in terminal 1) sudo killall usb-creator-helper ; sudo /usr/share/usb-creator/usb-creator-helper 3. (in terminal 2)

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-04-30 Thread Yu Ning
I got similar result with sudodus, on a fresh install ubuntu 14.04.2 I can't burn the 15.04 ISO with the error Failed to install the bootloader. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to the bug report.

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-04-30 Thread Yu Ning
Oh, sorry, forgot to mention in comment #121, on the fresh installed ubuntu 14.04.2 I have upgraded usb-creator to 0.2.56.3ubuntu0.2 from trusty-proposed. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to the bug report.

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-04-30 Thread Yu Ning
I checked the source code, in /usr/share/usb-creator/usb-creator- helper:InstallBootloader() we should perform s/syslinux_exe/syslinux/g and s/syslinux_var/syslinux/g , after that I can 1) burn 15.04 ISO on 14.04.2 host and 2) boot into the syslinux menu with the usbstick. -- You received this

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-03-30 Thread Yu Ning
Glad to hear that, just wonder is there already a plan to include syslinux into xubuntu? If not how could we push this? -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1325801 Title: failed

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-03-25 Thread Yu Ning
Sergio, the current patch for the issue can't fix the bug in all cases, it requires a) the source ISO image contains a squashfs image and b) syslinux is pre-installed in the squashfs image. So Xubuntu iso image still can't be fixed due to b), and debian netinst iso image can't be fixed due to a).

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-02-17 Thread Yu Ning
Hmm, I'm afraid the usb-creator (Ubuntu) hasn't been fixed yet, so let's move it back to Confirmed. Please correct me if I have a misunderstanding. ** Changed in: usb-creator (Ubuntu) Status: Fix Committed = Confirmed -- You received this bug notification because you are a member of

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-02-14 Thread Yu Ning
Hi Mathieu and all the other friends, I've improved the previous patch and resubmitted it here against the trunk branch: https://code.launchpad.net/~yuningdodo/usb-creator/usb-creator.lp1325801v2-sync-syslinux-c32-files/+merge/249769 Any suggestions are welcomed, let's push hard on this issue, I

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-02-11 Thread Yu Ning
Hi, guys, I have proposed a patch for this issue against lp:ubuntu/usb-creator (or should I submit it against lp:usb-creator ?): https://code.launchpad.net/~yuningdodo/usb-creator/usb-creator.lp1325801-sync-syslinux-c32-files/+merge/249454 Would anyone help to review it? Thanks in advance. For

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-02-11 Thread Yu Ning
@LanceHaverkamp, once the issue is fixed in next release I believe we can also backport the solution to previous releases via the SRU process. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to the bug report.

[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2015-01-14 Thread Yu Ning
Hi guys, attached is a patch which will sync the *.c32 files from host system to the target. With this patch I create a 14.10 usb stick on a 14.04 machine, and the usb stick can boot with Legacy BIOS successfully without any error. BTW, I wonder if we could fix this issue in a different way. Per