Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. # PARTITION DISK
  2. --------------------------------------------------------------------------------
  3.  
  4. Partitioning logically divides a hard drive into seperate
  5. sections (e.g. boot, root, home, and swap).
  6.  
  7. Although partitioning is generally up to the user, UEFI
  8. systems MUST have a separate boot partition using filesystem
  9. FAT32.
  10.  
  11. Select partition scheme:
  12. 1) Standard 3) Plus Encryption and LVM
  13. 2) Plus LVM
  14. Enter your option: 1
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. --------------------------------------------------------------------------------
  25. # CHOOSE PARTITIONING TOOL
  26. --------------------------------------------------------------------------------
  27.  
  28. Text-based tools available are cfdisk for BIOS systems
  29. (MBR), or gdisk for UEFI systems (GPT).
  30.  
  31. It is not necessary to actually format the partitions created, as
  32. this will be undertaken later.
  33.  
  34. Select partition program:
  35. 1) cfdisk
  36. 2) gdisk
  37. Enter your option: 1
  38. Select partition:
  39.  
  40. 1) /dev/sda
  41. 2) /dev/sdb
  42. Enter your option: 2
  43.  
  44.  
  45.  
  46.  
  47.  
  48. --------------------------------------------------------------------------------
  49. # FORMAT PARTITION(S)
  50. --------------------------------------------------------------------------------
  51.  
  52. This step will select and format the selected partiton(s)
  53. where Arch will be installed
  54.  
  55. All data on the ROOT and SWAP partition will be LOST.
  56.  
  57. Select root partition:
  58.  
  59. 1) /dev/sda1
  60. 2) /dev/sda2
  61. 3) /dev/sda3
  62. 4) /dev/sda4
  63. Enter your option:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement