* xen-4.8-rc7 in Stretch with linux-image 4.8 fails to boot domU with pv-grub
[not found] <2134982232.2735524.1480465741425.ref@mail.yahoo.com>
@ 2016-11-30 0:29 ` Mark Pryor
2016-11-30 9:41 ` Jan Beulich
[not found] ` <583EACC30200007800123966@suse.com>
0 siblings, 2 replies; 4+ messages in thread
From: Mark Pryor @ 2016-11-30 0:29 UTC (permalink / raw)
To: Xen-devel; +Cc: jgross@suse.com
[-- Attachment #1.1: Type: text/plain, Size: 736 bytes --]
List,
Built & packaged xen 4.8-rc7 in Stretch (deb9) today.
xen-4.8-rc7 in Stretch with linux-image 4.8, fails to boot domU kernel with pv-grub: https://paste.debian.net/plain/899726
from config/Tools.mk: ZLIB := -DHAVE_BZLIB -lbz2 -DHAVE_LZMA -llzma -DHAVE_LZO1X -llzo2
this worked with 4.8-rc6, as of Nov. 23.
I also tried to downgrade the pv-grub to 4.6 and it still failed, so I suspect some interaction with xl.
I found the exact same behavior in Ubuntu Xenial, that is none of my pv-grub domU start.
However regular pygrub, and pv-grub2 are working fine to boot the same domU.
Such a small handful of patches in the last 7 days caused this. I can't narrow it down, so this report will do.
PryMar56
[-- Attachment #1.2: Type: text/html, Size: 1504 bytes --]
[-- Attachment #2: Type: text/plain, Size: 127 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: xen-4.8-rc7 in Stretch with linux-image 4.8 fails to boot domU with pv-grub
2016-11-30 0:29 ` xen-4.8-rc7 in Stretch with linux-image 4.8 fails to boot domU with pv-grub Mark Pryor
@ 2016-11-30 9:41 ` Jan Beulich
[not found] ` <583EACC30200007800123966@suse.com>
1 sibling, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2016-11-30 9:41 UTC (permalink / raw)
To: Mark Pryor; +Cc: Juergen Gross, Xen-devel
>>> On 30.11.16 at 01:29, <tlviewer@yahoo.com> wrote:
> Built & packaged xen 4.8-rc7 in Stretch (deb9) today.
> xen-4.8-rc7 in Stretch with linux-image 4.8, fails to boot domU kernel with
> pv-grub: https://paste.debian.net/plain/899726
> from config/Tools.mk: ZLIB := -DHAVE_BZLIB -lbz2 -DHAVE_LZMA -llzma
> -DHAVE_LZO1X -llzo2
> this worked with 4.8-rc6, as of Nov. 23.
> I also tried to downgrade the pv-grub to 4.6 and it still failed, so I
> suspect some interaction with xl.
>
> I found the exact same behavior in Ubuntu Xenial, that is none of my pv-grub
> domU start.
> However regular pygrub, and pv-grub2 are working fine to boot the same domU.
>
> Such a small handful of patches in the last 7 days caused this. I can't
> narrow it down, so this report will do.
The log you've pointed to does not appear to have any indication of
a failure, so I'm not sure what you expect anyone to deduce from it.
Also none of the commits since rc6 look in any way suspicious, so I'm
afraid we'll need some more data (unless someone can repro and
debug).
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: xen-4.8-rc7 in Stretch with linux-image 4.8 fails to boot domU with pv-grub
[not found] ` <583EACC30200007800123966@suse.com>
@ 2016-11-30 11:59 ` Juergen Gross
2016-12-02 1:42 ` Mark Pryor
0 siblings, 1 reply; 4+ messages in thread
From: Juergen Gross @ 2016-11-30 11:59 UTC (permalink / raw)
To: Jan Beulich, Mark Pryor; +Cc: Xen-devel
On 30/11/16 10:41, Jan Beulich wrote:
>>>> On 30.11.16 at 01:29, <tlviewer@yahoo.com> wrote:
>> Built & packaged xen 4.8-rc7 in Stretch (deb9) today.
>> xen-4.8-rc7 in Stretch with linux-image 4.8, fails to boot domU kernel with
>> pv-grub: https://paste.debian.net/plain/899726
>> from config/Tools.mk: ZLIB := -DHAVE_BZLIB -lbz2 -DHAVE_LZMA -llzma
>> -DHAVE_LZO1X -llzo2
>> this worked with 4.8-rc6, as of Nov. 23.
>> I also tried to downgrade the pv-grub to 4.6 and it still failed, so I
>> suspect some interaction with xl.
>>
>> I found the exact same behavior in Ubuntu Xenial, that is none of my pv-grub
>> domU start.
>> However regular pygrub, and pv-grub2 are working fine to boot the same domU.
I can't reproduce this issue. pvgrub is working just fine booting either
a 3.0 or a 4.9 pv-kernel (used a fresh xen git tree from staging).
Can you please start the domain with
xl create -c <your-config>
and have a look whether you see some error output from pvgrub? You
might want to redirect output to a file or issue the command in a
terminal window with logging enabled as the pvgrub menu will blank
out some of the output.
Juergen
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: xen-4.8-rc7 in Stretch with linux-image 4.8 fails to boot domU with pv-grub
2016-11-30 11:59 ` Juergen Gross
@ 2016-12-02 1:42 ` Mark Pryor
0 siblings, 0 replies; 4+ messages in thread
From: Mark Pryor @ 2016-12-02 1:42 UTC (permalink / raw)
To: Juergen Gross, Jan Beulich; +Cc: Xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 1647 bytes --]
Sorry for the noise. I had the debian build flags like:====== flags =======
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=-pie======= snip ======
this caused pv-grub to fail to boot domUOnce I usedexport DEB_BUILD_MAINT_OPTIONS=hardening=-all
and rebuilt, things were good again.
PryMar56
On Wednesday, November 30, 2016 3:59 AM, Juergen Gross <jgross@suse.com> wrote:
On 30/11/16 10:41, Jan Beulich wrote:
>>>> On 30.11.16 at 01:29, <tlviewer@yahoo.com> wrote:
>> Built & packaged xen 4.8-rc7 in Stretch (deb9) today.
>> xen-4.8-rc7 in Stretch with linux-image 4.8, fails to boot domU kernel with
>> pv-grub: https://paste.debian.net/plain/899726
>> from config/Tools.mk: ZLIB := -DHAVE_BZLIB -lbz2 -DHAVE_LZMA -llzma
>> -DHAVE_LZO1X -llzo2
>> this worked with 4.8-rc6, as of Nov. 23.
>> I also tried to downgrade the pv-grub to 4.6 and it still failed, so I
>> suspect some interaction with xl.
>>
>> I found the exact same behavior in Ubuntu Xenial, that is none of my pv-grub
>> domU start.
>> However regular pygrub, and pv-grub2 are working fine to boot the same domU.
I can't reproduce this issue. pvgrub is working just fine booting either
a 3.0 or a 4.9 pv-kernel (used a fresh xen git tree from staging).
Can you please start the domain with
xl create -c <your-config>
and have a look whether you see some error output from pvgrub? You
might want to redirect output to a file or issue the command in a
terminal window with logging enabled as the pvgrub menu will blank
out some of the output.
Juergen
[-- Attachment #1.2: Type: text/html, Size: 3488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 127 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-12-02 1:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <2134982232.2735524.1480465741425.ref@mail.yahoo.com>
2016-11-30 0:29 ` xen-4.8-rc7 in Stretch with linux-image 4.8 fails to boot domU with pv-grub Mark Pryor
2016-11-30 9:41 ` Jan Beulich
[not found] ` <583EACC30200007800123966@suse.com>
2016-11-30 11:59 ` Juergen Gross
2016-12-02 1:42 ` Mark Pryor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).