From Fedora Project Wiki
(fix parted syntax) |
No edit summary |
||
Line 23: | Line 23: | ||
}} | }} | ||
[[Category:Installer_Partitioning_Test_Cases]] | [[Category:Installer_Partitioning_Test_Cases]] | ||
[[Category:Obsolete_Test_Cases]] |
Latest revision as of 09:36, 20 November 2012
Description
This test case tests the installer's ability to remove all partitions (including partitions created by other operation systems) and use GPT disklabel with BIOS boot partition to create new partitions on all space.
How to test
- Boot the installer using any available means (
netinst/boot.iso
, PXE, orDVD.iso
) - Proceed to the installation partition screen by selecting appropriate defaults
- At the disk partitioning screen, select the partition layout Use All Space, select Next
- Continue installation, choosing all provided defaults and selecting Next
Expected Results
- The installer will successfully partition a bootable system using all space
-
BIOS Boot
partition should be created by default - GPT partition table should be set by default
- After installation, system boots GPT disks successfully via
BIOS Boot
partition - On the installed system, verify GPT disklabel with this command (replace
/dev/sda
if appropriate):
# parted /dev/sda (parted) print ... Partition Table: gpt ...