From Fedora Project Wiki

Revision as of 13:32, 8 November 2024 by Kkoukiou (talk | contribs) (Created page with "{{QA/Test_Case |description=A complete installation using a LVM device for the / (rootfs) filesystem. For more details on LVM please consult [http://en.wikipedia.org/wiki/Logical_volume_management http://en.wikipedia.org/wiki/Logical_volume_management] . |setup= # Perform a manual install with the GUI or text UI installer, using LVM during partitioning (the initial, legacy system) |actions= {{Template:Launch_webui_workstation}} # On the first screen of the installer, c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

A complete installation using a LVM device for the / (rootfs) filesystem. For more details on LVM please consult http://en.wikipedia.org/wiki/Logical_volume_management .

Setup

  1. Perform a manual install with the GUI or text UI installer, using LVM during partitioning (the initial, legacy system)

How to test

  1. Boot the webui-based installer using any available means. Currently, that means using the Workstation live image and selecting "Install to Disk..." at the end of the initial setup process.
  2. On the first screen of the installer, click "Mount point assignment", then click Next.
  3. Select the appropriate existing "device" for each required mount point: the existing Logical Volume device for /, the existing /boot partition for /boot, and the existing devices for any boot partitions that must be mounted (e.g. /boot/efi). Ensure "Reformat" IS set for all of these mount points.

Expected Results

  1. Anaconda completes successfully
  2. Reboot successfully into installed system
  3. The default partitioning scheme will put the root file system on LVM
  4. / is on a logical volume (e.g. /dev/VolGroup00/LogVol00)