Xen: How to install bootloader for domU (guest os) ?
Posted
by
holms
on Server Fault
See other posts from Server Fault
or by holms
Published on 2011-01-15T23:38:22Z
Indexed on
2011/01/15
23:55 UTC
Read the original article
Hit count: 176
I tried to install with "grub-install" grub for guest os (which is debian) from host (centos). Tried with chroot, tried with deboostrap, tried with netinstaller. Centos is running on two raid hdd's,under LVM. Lvm volumes are created everything is formated and works. Only bootloader problem left.
Netinstaller just throws me a window with error that grub can't be installed, debootstrap instructions is not clear for me in here, grub-install doesn't work in chroot, and out of chroot (grub-install /dev/mylvm/partition)
Please can somebody write how to install grub for domU (guest) os from centos?
© Server Fault or respective owner