* [Buildroot] [Bug 6092] Bootable ISO image creation seems to have stopped working since 2012.08
2013-03-12 16:54 [Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08 bugzilla at busybox.net
@ 2013-03-13 18:42 ` bugzilla at busybox.net
2013-03-13 19:02 ` bugzilla at busybox.net
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2013-03-13 18:42 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6092
--- Comment #1 from gfx229-uclibc at yahoo.com 2013-03-13 18:43:35 UTC ---
FWIW - the kernel and initramfs (cpio) images work independently of the ISO
image created (just the current formatting as a bootable ISO seems disrupted).
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 6092] Bootable ISO image creation seems to have stopped working since 2012.08
2013-03-12 16:54 [Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08 bugzilla at busybox.net
2013-03-13 18:42 ` [Buildroot] [Bug 6092] " bugzilla at busybox.net
@ 2013-03-13 19:02 ` bugzilla at busybox.net
2013-03-13 19:04 ` bugzilla at busybox.net
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2013-03-13 19:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6092
--- Comment #2 from gfx229-uclibc at yahoo.com 2013-03-13 19:02:54 UTC ---
Additional information - I hand-built an ISO using the stage2_eltorito bits
built from my 2012.08 build and the resulting ISO is bootable. So I imagine
there's something amiss with the grub-0.97 bits between now and then that are
contributing to my hang. Will continue to investigate as time permits.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 6092] Bootable ISO image creation seems to have stopped working since 2012.08
2013-03-12 16:54 [Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08 bugzilla at busybox.net
2013-03-13 18:42 ` [Buildroot] [Bug 6092] " bugzilla at busybox.net
2013-03-13 19:02 ` bugzilla at busybox.net
@ 2013-03-13 19:04 ` bugzilla at busybox.net
2013-03-13 21:54 ` bugzilla at busybox.net
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2013-03-13 19:04 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6092
--- Comment #3 from gfx229-uclibc at yahoo.com 2013-03-13 19:04:50 UTC ---
FYI, to clarify, I combined bits built from my current 2013.02 build and
el-torito bits from my 2012.08 builds. Thus the focus is on the Grub bits used
to create a bootable ISO. Thanks.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 6092] Bootable ISO image creation seems to have stopped working since 2012.08
2013-03-12 16:54 [Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08 bugzilla at busybox.net
` (2 preceding siblings ...)
2013-03-13 19:04 ` bugzilla at busybox.net
@ 2013-03-13 21:54 ` bugzilla at busybox.net
2013-03-15 14:56 ` bugzilla at busybox.net
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2013-03-13 21:54 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6092
--- Comment #4 from gfx229-uclibc at yahoo.com 2013-03-13 21:55:21 UTC ---
FYI - I now believe this is a GCC versionitis issue per se. Kicking my build
back to GCC 4.5.x (instead of 4.6.x as is the current default) restores the
bootability of the resulting bits. I'm not sure how these newer compilers are
impacting the build of the Grub directory but I will ad this note as an
advisory at this point. If you wish to close this as not a bug you wish to
track (but rather document for work-around status), please feel free. Thanks
for your continued valued work.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 6092] Bootable ISO image creation seems to have stopped working since 2012.08
2013-03-12 16:54 [Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08 bugzilla at busybox.net
` (3 preceding siblings ...)
2013-03-13 21:54 ` bugzilla at busybox.net
@ 2013-03-15 14:56 ` bugzilla at busybox.net
2013-05-26 13:35 ` bugzilla at busybox.net
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2013-03-15 14:56 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6092
--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-03-15 14:56:49 UTC ---
Thanks a lot for the great investigation! Can you try the patch at
http://free-electrons.com/~thomas/pub/0001-grub-bump-to-0.97-67.patch ?
I think it should fix the gcc 4.6 problem. The patch simply bumps the Grub
version we use to a slightly more recent Debian patch version, which precisely
includes a gcc 4.6 related fix.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 6092] Bootable ISO image creation seems to have stopped working since 2012.08
2013-03-12 16:54 [Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08 bugzilla at busybox.net
` (4 preceding siblings ...)
2013-03-15 14:56 ` bugzilla at busybox.net
@ 2013-05-26 13:35 ` bugzilla at busybox.net
2013-05-31 16:26 ` bugzilla at busybox.net
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2013-05-26 13:35 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6092
--- Comment #6 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-05-26 13:34:07 UTC ---
Did you had the time to test the proposed patch?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 6092] Bootable ISO image creation seems to have stopped working since 2012.08
2013-03-12 16:54 [Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08 bugzilla at busybox.net
` (5 preceding siblings ...)
2013-05-26 13:35 ` bugzilla at busybox.net
@ 2013-05-31 16:26 ` bugzilla at busybox.net
2013-08-26 9:57 ` bugzilla at busybox.net
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2013-05-31 16:26 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6092
--- Comment #7 from gfx229-uclibc at yahoo.com 2013-05-31 16:24:58 UTC ---
Sorry, this one got past me as we were using the work around here. I will try
it asap. (Is it already in the RC betas?) Thank you and apologies for the
delay.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 6092] Bootable ISO image creation seems to have stopped working since 2012.08
2013-03-12 16:54 [Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08 bugzilla at busybox.net
` (6 preceding siblings ...)
2013-05-31 16:26 ` bugzilla at busybox.net
@ 2013-08-26 9:57 ` bugzilla at busybox.net
2013-10-07 18:28 ` bugzilla at busybox.net
2014-01-08 5:02 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2013-08-26 9:57 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6092
--- Comment #8 from Sven Neumann <s.neumann@raumfeld.com> 2013-08-26 09:57:51 UTC ---
(In reply to comment #6)
> Did you had the time to test the proposed patch?
We have run into this problem today when trying to create a bootable ISO image
of our firmware for use on our continuous integration server. We are using the
2013.05 release with gcc 4.7.
I've applied the patch that bumps grub to 0.97-67 but the boot still hangs at
"Loading Stage2 ....."
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 6092] Bootable ISO image creation seems to have stopped working since 2012.08
2013-03-12 16:54 [Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08 bugzilla at busybox.net
` (7 preceding siblings ...)
2013-08-26 9:57 ` bugzilla at busybox.net
@ 2013-10-07 18:28 ` bugzilla at busybox.net
2014-01-08 5:02 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2013-10-07 18:28 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6092
--- Comment #9 from tentothe8th at yahoo.com 2013-10-07 18:28:26 UTC ---
Based on a Gentoo patch, I found that adding the flag "-fno-reorder-functions"
to GRUB_CFLAGS in boot/grub/grub.mk makes the ISO bootable again. The Gentoo
patch only adds it to STAGE2_CFLAGS, but changing grub.mk is easier than making
a new patch since it doesn't interfere with the other patches being applied.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 6092] Bootable ISO image creation seems to have stopped working since 2012.08
2013-03-12 16:54 [Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08 bugzilla at busybox.net
` (8 preceding siblings ...)
2013-10-07 18:28 ` bugzilla at busybox.net
@ 2014-01-08 5:02 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2014-01-08 5:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=6092
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #10 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2014-01-08 05:01:59 UTC ---
I've tested ISO support with Grub recently on the master Buildroot branch, and
it just worked. I did a few improvements to make things slightly better, but
I'm not experiencing the problems described in this bug report.
Therefore, I believe the bug has been fixed. If not, feel free to reopen, after
testing the latest Buildroot version. Thanks!
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread