|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] PV Grub Questions
Marco Sinhoreli, le Thu 28 Aug 2008 13:51:11 -0300, a écrit :
> Using pv-grub is possible install a system from cdrom using a kernel
> with pv_ops?
You should be able to feed pv-grub with a menu.lst that fetches the
kernel and initrd from the cdrom, yes; i.e. put in the config file
kernel=/usr/lib/xen/boot/pv-grub-x86_64.gz
ramdisk=/tmp/menu.lst
disk=...
vif=...
where /tmp/menu.lst contains for instance
root=(hd1)
kernel /vmlinuz
initrd /initrd.img
boot
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|