Fabio Fantoni
2013-Nov-08 11:18 UTC
Xen-unstable failed to start Sid pv domU with pygrub after latest upgrades
This morning I booted correctly Sid (Debian unstable) pv domU with xl and with pygrub on xen-unstable commit 68bd172e6fa565899c846eb72755c8ffd8562c8a. After an aptitude full-upgrade, the Sid domU fails to boot:> xl create /etc/xen/sid.cfg > Parsing config from /etc/xen/sid.cfg > libxl: error: libxl_bootloader.c:628:bootloader_finished: bootloader > failed - consult logfile /var/log/xen/bootloader.11.log > libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: > bootloader [22895] exited with error status 1 > libxl: error: libxl_create.c:972:domcreate_rebuild_done: cannot > (re-)build domain: -3On attachment /var/log/xen/bootloader.11.log. Replacing the domU''s grub.cfg with minimal grub1 configuration solve the boot problem. If you need more details/tests tell me and I''ll post them. Thanks for any reply. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
George Dunlap
2013-Nov-08 11:46 UTC
Re: Xen-unstable failed to start Sid pv domU with pygrub after latest upgrades
On 08/11/13 11:18, Fabio Fantoni wrote:> This morning I booted correctly Sid (Debian unstable) pv domU with xl > and with pygrub on xen-unstable commit > 68bd172e6fa565899c846eb72755c8ffd8562c8a. > After an aptitude full-upgrade, the Sid domU fails to boot: >> xl create /etc/xen/sid.cfg >> Parsing config from /etc/xen/sid.cfg >> libxl: error: libxl_bootloader.c:628:bootloader_finished: bootloader >> failed - consult logfile /var/log/xen/bootloader.11.log >> libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: >> bootloader [22895] exited with error status 1 >> libxl: error: libxl_create.c:972:domcreate_rebuild_done: cannot >> (re-)build domain: -3 > On attachment /var/log/xen/bootloader.11.log. > Replacing the domU''s grub.cfg with minimal grub1 configuration solve > the boot problem. > If you need more details/tests tell me and I''ll post them. > > Thanks for any reply. >Can you also attach the grub file which didn''t work? -George