On 10.11.2013 05:47, Andrey Borzenkov wrote:
> В Sat, 09 Nov 2013 21:52:20 +0100
> Vladimir 'φ-coder/phcoder' Serbinenko <phco...@gmail.com> пишет:
> 
>> Hello, all. pvgrub2 has just became part of upstream grub as ports i386-xen 
>> and x86_64-xen.
>> http://git.savannah.gnu.org/cgit/grub.git
>>
>> Documentation on its usage is missing for now but in short:
>> ARCH=x86_64
>> ./autogen.sh
>> ./configure --target=$ARCH --with-platform=xen
>> make
>> mkdir -p boot/grub/
>> cat > boot/grub/grub.cfg <<EOF
>> search -s root -f /boot/grub/grub.cfg
>> configfile /boot/grub/grub.cfg
>> EOF
>> ./grub-mkstandalone --grub-mkimage=./grub-mkimage -o grub.xen -O $ARCH-xen 
>> -d grub-core/ boot/grub/grub.cfg
>>
> 
> Do I understand it correctly that to use grub.xen it is enough to add
> 
> kernel = "/path/to/grub.xen"
> 
> to guest configuration?
> 
Yes

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to