Please use this thread for discussion regarding
http://ubuntuforums.org/showthread.php?t=1782296
Support threads should be posted in normal forums.
Thank you.
Please use this thread for discussion regarding
http://ubuntuforums.org/showthread.php?t=1782296
Support threads should be posted in normal forums.
Thank you.
IMPORTANT: a install with this method did fail in the end, the kernel couldnt boot. /dev/mapper/vgpool wasnt available.
ther ALTERNATE install cd does come with lvm support and is needed!
i really like the article but you might want to add this:
if you already have a lvm setup before you need to run:
vgscan
vgchange -a y sysvg
to make the old entries available to the kernel like pointed out by pcas.
Last edited by KisteBecks; September 29th, 2012 at 09:59 AM.
Fixed section on the post install instructions had echo foo >> /etc/modules to echo foo >> /etc/modules
I ran into an error on the very last command of the guide:
I found that I had to update the lists of packages with apt-get before that last command would work:Install LVM2 onto your chroot file system:
Code:root@ubuntu:/# apt-get -y install lvm2 Reading package lists... Done Building dependency tree Reading state information... Done Package lvm2 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'lvm2' has no installation candidate
Code:root@ubuntu:/# apt-get update
Bookmarks