Bug 435061

Summary: Xenner does not support pygrub bootloader
Product: [Fedora] Fedora Reporter: Daniel BerrangĂ© <berrange>
Component: xennerAssignee: Gerd Hoffmann <kraxel>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: berrange
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-11 15:41:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 435059    

Description Daniel Berrangé 2008-02-27 04:06:05 UTC
Description of problem:
Paravirt xen guests need to boot from a kernel/initrd. This works fine for the
initial install, but post-install it is neccessary to boot from the
kernel/initrd inside the guest. This requires use of pygrub.

Xenner does not support invoking pygrub.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Gerd Hoffmann 2008-02-27 12:44:25 UTC
pygrub is supported, it is invoked automatically when started without -kernel
option.  It isn't documented though (which should be fixed, so I leave that one
open as reminder to update the docs).

Comment 2 Daniel Berrangé 2008-02-27 22:50:48 UTC
We should probably add an explicit command line param

  -bootloader PATH-TO-BOOTLOADER

Libvirt's XML format allows us to specify an arbitrary path to a bootloader, and
I thus was planning to add a '-bootloader' flag to qemu-dm to support Xennite,
so we might as well keep Xenner consistent in this regard & do the same.


Comment 3 Gerd Hoffmann 2008-04-10 11:15:32 UTC
-bootloader arg sounds very useful.  I'll implement that.

Comment 4 Gerd Hoffmann 2008-04-11 15:41:01 UTC
Done.