From Fedora Project Wiki
(create blivet ext3 test case, based on regular custom ext3 test case.) |
mNo edit summary |
||
Line 7: | Line 7: | ||
{{Template:partitioning_actions}} | {{Template:partitioning_actions}} | ||
{{Template:Partitioning_single_custom_blank}} | {{Template:Partitioning_single_custom_blank}} | ||
# Create | # Create a {{filename|/boot}} partition and set the device type to ''ext3''. | ||
# Create an appropriately-sized swap partition. | # Create an appropriately-sized swap partition. | ||
# Create a root partition and set the device type to ''ext3''. | # Create a root partition and set the device type to ''ext3''. |
Revision as of 01:07, 3 December 2019
Description
A complete installation using advanced custom partitioning (blivet-gui) and the ext3 file system for the root partition.
Setup
- Prepare a test system with a working, supported storage device of sufficient size for a Fedora install, and a Fedora installation medium that uses the GTK-based installer. Do not use Fedora Workstation live on Fedora 41+, as that uses the webui-based installer.
How to test
- Boot the GTK-based installer using any available means. Do not use Fedora Workstation live on Fedora 41+, as that uses the webui-based installer.
- Proceed to the installer's main screen, making sensible choices, and enter the Installation Destination screen.
- Ensure only the single target device you prepared is selected as the installation target disk.
- Ensure the Custom option is selected under Storage Configuration, and complete this screen.
- On the MANUAL PARTITIONING screen, delete all existing partitions (if any).
- Create a
/boot
partition and set the device type to ext3. - Create an appropriately-sized swap partition.
- Create a root partition and set the device type to ext3.
- Complete the installation process, making sensible selections for all other installer options.
- Boot the installed system.
Expected Results
- The expected partition layout should be created on the target device(s).
- The install process should complete successfully and the installed system should boot as expected.