Displaying 1 result from an estimated 1 matches for "95bd7456f8a4".
2010 Apr 26
0
fast boot from xen to linux and vice-versa by kexec
...h to Xen hypervisor without going through
bootloader. both linux and dom0 of Xen using the same filesystem. we
boot Xen and the Linux with the following command in grub:
title Ubuntu 8.04.2, kernel 2.6.29
root (hd0,7)
kernel /boot/vmlinuz-2.6.29
root=UUID=f16e6c92-7903-4884-a903-95bd7456f8a4 ro quiet splash
locale=zh_CN
initrd /boot/2.6.29.img
quiet
title Xen 3.3.1 Ubuntu
root (hd0,7)
kernel /boot/xen-3.3.1.gz loglvl=all guest_loglvl=all
debug_stack_lines=80 com1=9600,8n1
module /boot/vmlinuz-2.6.18.8-xen ro
root=UUID=f16e6c92-7903-4884-a903-95bd7456f8a4 rhgb quiet
xencons=ttyS0...