[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub2 + LVM + Xen DomU
From: |
Andrey Borzenkov |
Subject: |
Re: grub2 + LVM + Xen DomU |
Date: |
Thu, 23 May 2013 06:49:32 +0400 |
В Wed, 22 May 2013 19:54:29 +0200
nesredin mohammedjemal Mahmud <address@hidden> пишет:
> hello everyone,
>
> I want to make my logical volume to be bootable. And this volume is to be
> used as a guest machine, DomU in Xen Hypervisor. I am not sure if this is
> possible or not but let me explain what I did...
>
> *I installed grub using grub-install using:*
> # grub-install --recheck --root-directory=/mnt/hvm /dev/sda
> Installation finished. No error reported.
>
> *i created grub.cfg in side /boot/grub with contents:
> *
> set default="0"
> set timeout="30"
>
> menuentry 'my machine' {
> insmod part_msdos
> insmod ext2
> insmod lvm
> set root='(lvm-ubuntu)'
> linux /boot/bzImage root=/dev/mapper/ubuntu-hvm
> }
>
> *I try to boot the guest machine *(xen uses hvmloader to boot to load or
> build the machine):
> The following error happens:
> [image: Inline image 1]
>
> what is going? where am making mistakes? .. am not good at grub
> configuration.
>
This message does not come from grub. You are probably better off
asking on Xen list.
- grub2 + LVM + Xen DomU, nesredin mohammedjemal Mahmud, 2013/05/22
- Re: grub2 + LVM + Xen DomU,
Andrey Borzenkov <=