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
> 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 you should do:

cd /usr/src/sys/boot && make clean && make -j4 && make install

> 
>    but the results were the same.
> 
>    When the bootloader starts, I see it loading both the kernel and the
> xen_kernel and some modules, then it shows me the menu and when it
> starts booting I see a blinking cursor and then the machine reboots.

Can you paste your xen_cmdline? 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].

> Does the xen kernel show some debug when booting? Can I send that debug
> to the console (how?) instead to ttyu1?

Yes, Xen will print debug info while booting to the console specified in
the "console" option, which can be the serial, VGA or USB debug port.
They are not exclusive, you can send output to several different
destinations at once.

Roger.

[1] http://xenbits.xenproject.org/docs/unstable/misc/xen-command-line.html

_______________________________________________
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to "freebsd-xen-unsubscr...@freebsd.org"

Reply via email to