LVM group lost on manual install over debian

  • Thread starter Thread starter organetic
  • Start date Start date
O

organetic

Guest
I'm trying to install proxmox following the instructions provided on
http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny

and

http://www.debianadmin.com/howto-install-proxmox-ve-1-3-on-debian-5-01-lenny-amd64.html

Now, after I have installed the proxmox kernel, everytime I startup the system and select proxmox in Grub, the following error appears :

Volume Group "group" not found
trying to mount lvm root: (dev/mapper/group-root)
mounting /dev/mapper/group-root /mnt
failed: No such file or directory

Although, if I start the system using the standard debian kernel, everything is ok.

Can someone help me on this?´

Regards,
organetic
 
The vgs output is:

VG #PV #LV #SN Attr Vsize VFree
group 1 2 0 wz--n- 465,52G 0


The lvs output is:

LV VG Attr LSize Origin Snap% Move Log Copy% Convert
root group -wi-ao 454,53G
swap group -wi-ao 10,99G

I can only check this out using the standard Debian Kernel, since I don't have access to the command line using the Proxmox Kernel.

Maybe this is a simple thing to correct, but I don't I don't have any idea on how to do that.

Thanks for your help Dietmar.

Regards,
organetic
 
Again: Please correct the entries in /boot/grub/menu.lst

Seems you set root to '/dev/mapper/group-root' which does not exists.
 
Sorry, just saw your post - the '/dev/mapper/group-root' is there.

So how does your grub config look - please can you post it (menu.lst).