Trying to install OpenSUSE on an HP ML115 with an SmartArray E200 controller. Get to the partitioning screen, select LVM and carry on, when “preparing disks” I get error -4017
“Failure occurred during the following operation:
Creating volume group system from /dev/cciss/c0d0p2”
Google the error and found a similar fault which was fixed back in OpenSUSE 10.2!
Any ideas/work arounds? The only one I have involves partitioning the disk with Ubuntu and then installing OpenSUSE on top of that!
root@ubuntu:/home/ubuntu# fdisk -l
Disk /dev/cciss/c0d0: 500.1 GB, 500051402752 bytes
255 heads, 63 sectors/track, 60794 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00093817
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 1 9 72261 83 Linux
/dev/cciss/c0d0p2 10 1966 15719602+ 8e Linux LVM
root@ubuntu:/home/ubuntu#
Do you have a real reason to use LVM? Or is it just because you want to? I suggest you use standard partitioning unless you have a good technical reason to need LVM.
Apart from the remark of gogalthorp (I also see no special reason to use LVM at one single disk), as the VG seems to be there and you seems at least to kknow something about the CLI commands for LVM, can’t you just create the LVs from the CLI. (I found that even on HP-UX I was better at using thee CLI instead of the GUI tool).
In the default LVM partitioning scheme SWAP gets created as an LVM volume.
Yes I could use gparted, or ubuntu or anything else to create the LVM setup, but it would be nice if this worked as intended. It looks the same as this error
From what I’ve read I don’t see the need for LVM on a single disk either. There are many ways to create backup snapshots of VM’s.
Then again, I’m one of those “regular partitioners” as well.
Right made progress, but not pretty. Boot installer into text mode. Then can switch to a console screen which works (this didn’t work for me with the graphical installer gui). Then create partitioning arrangement I wanted with fdisk/lvm commands. Then return to the installer, map the mount points/format the partitions as required and all is dandy.
Also noted that using the text mode installer seems to be quicker - perhaps because was using keyboard over the mouse?