Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  installer aborts with an error message (LVM installation)  (Read 7719 times)

Offline bluelupo

  • User
  • Posts: 2.068
    • BluelupoMe
Hallo,
bei einer Testinstallation in eine virtuellen Maschine (KVM) ist folgende Ausgangssituation:

LVroot --> / --> 7GB
LVhome --> /home --> 3GB
LVvar --> /var --> 3GB
LVswap --> 2GB

Alle Logical Volumes sind mit dem sidu-disk-center angelegt worden. Die LV's werden vom sidu-installer ordnungsgemäß erkannt. Die einzelnen Mountpunkte werden angezeigt, aber nur das Root Dateisystem wird mit dem Typ des Dateisystems angezeigt (hier: ext4). Die anderen LV's (LVhome und LVvar) werden nur mit dem Mountpunkt angezeigt. Ich habe die weiteren Schritte des sidu-installer korrekt durchgeführt und am Ende die Installation angestoßen.

Nach ca. 20 Sekunden bricht die Installation mit einem Fehler ab (nach der Formatierung des Root- Dateisystems) mit folgender Fehlermeldung:

Code: [Select]

E: Mounting of/dev/VGsys/LVhome:/home failed. Some messages from mount: mount: can't find /fll/hdinstall/home in /etc/fstab or /etc/mtab
O: siduction-installer ended abnormally


Wenn die Dateisysteme auf den LVhome und LVvar händisch erzeugt werden mit:

Code: [Select]

# mkfs.ext4 /dev/VGsys/LVhome
# mkfs.ext4 /dev/VGsys/LVvar


Dann kann die Installtion erfolgreich zu Ende geführt werden. Vermutlich werden die Dateisysteme im sidu-installer auf den zusätzlichen Logical Volumes (hier LVhome und LVvar) nicht angelegt und somit schlägt der Installtionsvorgang fehl.


Translated with Google:

If a test installation in a virtual machine (KVM) is the following situation:

LVroot -> / -> 7GB
LVhome -> / home -> 3GB
LVvar -> / var -> 3GB
LVswap -> 2GB

All logical volumes are created with the Sidu-disk-center. The LV's are the Sidu-installer correctly recognized. The individual mount points are displayed but only the root file system is displayed with the file system type (here: ext4). The other LV's (LVhome and LVvar) will be displayed only with the mount point. I have the further steps of Sidu-installer correctly implemented and launched at the end of the installation.

After about 20 seconds, the installation fails with an error (after formatting the root file system) with the following error message:

Code: [Select]

E: mounting of /dev/VGsys/LVhome:/home failed. Some messages from mount: mount: can not find /fll/hdinstall/home in /etc/fstab or /etc/mtab
O: siduction-installer ended abnormally


If the file systems on the LVhome LVvar and are made ​​by hand with:

Code: [Select]

# mkfs.ext4 /dev/VGsys/LVhome
# mkfs.ext4 /dev/VGsys/LVvar


Then the installtion be successfully completed. Presumably, the file systems in the Sidu-installer on the additional logical volumes (and here LVhome LVvar) is not created and thus fails the installtion process.

Ticket: http://chili.siduction.org/issues/711