|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] pygrub and bootparams
Hello,
I'm using pygrub to boot my PV domU and I would like to pass some extra
bootparams to domU directly from pygrub.
Indeed I would like to have the ability to set Xen related boot
parameters from pygrub. 'xencons=tty' or 'mem=1024M' for example. It
should be applied to all my domU. Currently I'm setting these options in
the /boot/grub/menu.lst file of each domU.
I've tried the following
-------------------
name = 'demeter'
bootloader = '/usr/bin/pygrub'
extra = 'mem=1024M'
-------------------
name = 'demeter'
bootloader = '/usr/bin/pygrub --args=mem=1024M'
-------------------
First case did not produce any effect. Second case just refuse to start
with an "Error: Bootloader isn't executable" error.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] pygrub and bootparams,
Pierre-Alain RIVIERE <=
|
|
|
|
|