Re: Unable to boot with the dom0 xen kernel

2015-04-07 Thread Roger Pau Monné
Hello, El 06/04/15 a les 10.00, Gustau Pérez ha escrit: > >> Could you update your boot loader to r280954 (or any later version) >> and try again? I've recently committed some small bug fixes for it. > >Hi, > >this morning I updated my sources to r281106, recompiled just the > bootloade

Re: Unable to boot with the dom0 xen kernel

2015-04-07 Thread Gustau Pérez
Hi, On 07/04/2015 09:28, Roger Pau Monné wrote: >this morning I updated my sources to r281106, recompiled just the > bootloader, installed it under /boot, installed the bootloader with: > >gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0 > In order to update the loader yo

Re: Unable to boot with the dom0 xen kernel

2015-04-07 Thread Roger Pau Monné
Hello, El 07/04/15 a les 10.25, Gustau Pérez ha escrit: >I'm using the cmdline in the xen wiki. No special tweaking yet. I've just realized the xen_cmdline on the wiki page has the output set to serial only, I've now updated it to send output to both com1 and VGA. > >> If you don't have a s

Re: Unable to boot with the dom0 xen kernel

2015-04-07 Thread Gustau Pérez
Hi Roger, >>> If you don't have a serial console you >>> should use console=vga in your xen_cmdline. Additionally if you have a >>> usb debug port you could use that as console with console=dbgp [1]. >>Thank you. I did not have a console at $home (the laptop has no >> physical serial port)

Re: Unable to boot with the dom0 xen kernel

2015-04-07 Thread Roger Pau Monné
Hello, El 07/04/15 a les 13.11, Gustau Pérez ha escrit: > >Hi Roger, If you don't have a serial console you should use console=vga in your xen_cmdline. Additionally if you have a usb debug port you could use that as console with console=dbgp [1]. >>>Thank you. I did not hav

Fwd: Re: Unable to boot with the dom0 xen kernel

2015-04-07 Thread Gustau Pérez
Resending it to the mailing list, just in case. Hi there, > can you apply the > following patch to the Xen source tree and recompile the Xen kernel, > (there's no need to recompile the tools): > > diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c > index e1c55ce..

[Bug 175822] [xen] FreeBSD 9.1 does not work with Xen 4.0

2015-04-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175822 Jeroen changed: What|Removed |Added CC||free...@dckd.nl --- Comment #2 from Jeroe

[Bug 175822] [xen] FreeBSD 9.1 does not work with Xen 4.0

2015-04-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175822 Roger Pau Monné changed: What|Removed |Added Resolution|--- |Unable to Reproduce

Re: Fwd: Re: Unable to boot with the dom0 xen kernel

2015-04-07 Thread Roger Pau Monné
Hello, El 07/04/15 a les 15.03, Gustau Pérez ha escrit: >Hi there, >> can you apply the >> following patch to the Xen source tree and recompile the Xen kernel, >> (there's no need to recompile the tools): >> >> diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c >> index e1

Re: Fwd: Re: Unable to boot with the dom0 xen kernel

2015-04-07 Thread Gustau Pérez
On 07/04/2015 16:46, Roger Pau Monné wrote: > > Ah, I've forgot about the ASSERT in handle_mmio. It looks like at least > one of the drivers for your hardware uses the INS or OUTS instruction > which is not yet correctly handled by PVH guests. You can try the > following patch, which removes t