|
|
|
|
|
|
|
|
|
|
xen-users
Mattias,
No, you not. I mean, you don't need to run grub-install within the domU to work with PyGRUB.
PyGRUB reads the first partition of the configuration file of the domU, to look for grub's menu file.
For example, some content of my /etc/xen/vsrv62.cfg:
disk = [ 'phy:/dev/HyperVG01/vsrv62-root,xvda1,w', 'phy:/dev/HyperVG01/vsrv62-swap,xvda2,w',
'phy:/dev/HyperVG01/vsrv62-home,xvda3,w', ]
PyGRUB will read the grub's menu.lst file from xvda1 (the first disk/partition).
Regards, Thiago
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|