From Fedora Project Wiki
Description
A complete installation using advanced custom partitioning (blivet-gui) and a software RAID device for the root (/) file system. For more details on RAID please consult [1].
Setup
- Prepare a test system with two or more working, supported storage devices of sufficient size for a Fedora install, and a Fedora installation medium that uses the webui-based installer - e.g. Fedora Workstation live, on Fedora 42 and above.
How to test
- Boot the webui-based installer using any available means, e.g. Fedora Workstation live on Fedora 42+.
- Proceed to the installer's "Installation method" screen, making sensible choices.
- Ensure the target devices you prepared are selected as the "Destination".
- Click the 'kebab menu' (the three white dots in a vertical line) at the top-right corner, and click "Launch storage editor". Click "Launch storage editor" again to confirm.
- On the Storage screen, delete all existing partitions (if any), using the kebab menu for each partition.
- Create any necessary bootloader partitions (e.g. EFI System Partition for UEFI installs, BIOS Boot partition for BIOS installs onto a GPT disk, PReP boot partition for PowerPC installs).
- Create an ext4 or xfs
/boot
partition. - Click the burger menu (blue button with three white horizontal lines) and click "Create MDRAID device". Name it whatever you like, or keep the default name. Set the RAID level to 1. Check both disks are selected, and click "Create".
- Click the kebab menu next to the new RAID device, and click "Create partition table". Click "Initialize".
- Click the kebab menu next to the "Free space" on the RAID device, and click "Create partition". Name it whatever you like, set the mount point to
/
and the type to EXT4. Ensure the size is large enough for a root partition. - Optionally, also create a
/home
partition in the RAID device. - Click "Return to installation".
- Finish the installation, choosing all provided defaults.
Expected Results
- The installer should successfully create and install to the RAID devices: unrelated failures should be reported but do not constitute a failure of this test case
- After booting the installed system, inspection of
/proc/mdstat
should confirm that the partitions designated as RAID devices are in fact RAID devices