User talk:Slimborama

From Amahi Wiki
Revision as of 08:28, 27 February 2011 by Slimborama (talk | contribs)
Jump to: navigation, search

Fedora 14 Install

tags: fedora 14 partitioning clean install

This page is a visual guide to the Fedora 14 install, without presuming

you have existing knowledge of Linux. It also covers how to partition

the drive for a clean install and set up for Greyhole, for those of

you coming from Windows or WHS. Much of the information is based off

the existing partitioning guide for Fedora 12 created by Jayrock.

  • Basic Storage Devices
 Basic Storage Devices
  • Choosing an installation type
    • For a fresh install, Select "Use All Space"
    • Check "Review and modify partitioning layout"
 Use All Space
  • Editing the partitions
  • Delete the default Volume Groups
    • Select "LVM Volume Groups" > "vg_<your hostname>"
    • Select "Delete"
    • Confirm "Delete"
 Use All Space
  • Delete the "physical volume (LVM)"
    • Select "Hard Drives" > "sda" > "sda2"
    • Confirm "Delete"
 Delete Physical Volume (LVM)
  • Recreate LVM Physical Volume
    • Select "Create"
    • Select "LVM Physical Volume"
    • Confirm "Create"
 Create LVM Physical Volume
  • LVM Physical Volume Partition details
    • File System Type = "physical volume (LVM)"
    • Size (MB) = swap size + root "/" + "/home"
      • swap size should be 2x your RAM in MB
      • 20000 MB is a good size for root "/"
      • 10000 MB is a good size for home "/home" but this can be whatever you want
 Create LVM Physical Volume
  • Recreate LVM Volume Group
    • Select "Hard Drives" > "sda" > "sda2"
    • Select "Create"
    • Select "LVM Volume Group"
 Create LVM Volume Group
  • Make LVM Volume Group > Add Logical Volumes
    • Select "Add" from the "Make LVM Volume Group" window
    • Volume 1: Create swap volume from the "Make Logical Volume" window
      • File System Type = "swap"
      • Logical Volume Name = "lv_swap"
      • Size (MB) = 2x your RAM in MB
      • Select "OK"
 Create Swap Volume
 Swap Volume Added
  • Add Logical Volume
    • Select "Add" from the "Make LVM Volume Group" window
    • Volume 2: Create home volume from the "Make Logical Volume" window
      • Mount Point = "/home"
      • File System Type = "ext4"
      • Logical Volume Name = "lv_home"
      • Size (MB) = "10000" or whatever you allocated for this
      • Select "OK"
 Swap Volume Added
  • Add Logical Volume
    • Select "Add" from the "Make LVM Volume Group" window
    • Volume 3: Create root volume from the "Make Logical Volume" window
      • Mount Point = "/"
      • File System Type = "ext4"
      • Logical Volume Name = "lv_root"
      • Size (MB) = "20000" or whatever is remaining
      • Select "OK"
 Swap Volume Added


  • Boot Loader operating system list
    • no changes here
    • click next