Changes between Version 5 and Version 6 of Csle2022/Agenda/Linuxsetup_new


Ignore:
Timestamp:
Nov 27, 2022, 6:22:18 AM (2 years ago)
Author:
tuwan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/Linuxsetup_new

    v5 v6  
    101101 - Select the available device by pressing Up and Down arrow key and then hit Enter key. A popup option will appear.
    102102 - Select Add GPT Partition option and hit Enter key. Now options will appear to manage a GPT Partition.
    103  - From Adding GPT Partition to freespace section, Put size (for example: 512M) for the boot partition in Size input box.
     103 - From Adding GPT Partition to /dev/ sda or freespace section, Put size (for example: 512M) for the boot partition in Size input box.
    104104 - Choose partition format (for example: ext4) from Format drop down menu.
    105105 - Choose /boot from Mount drop down menu.
    106106 - Now select Create option and hit Enter key.
    107107
    108 [[Image(boot.png, 600px, nolink)]]
     108[[Image(512m boot.png, 600px, nolink)]]
     109
     110=== create swap partition ===
     111
     112We will now create swap partition following the below steps.
     113
     114 - Select the storage device by pressing up and down arrow key again and the hit Enter key.
     115 - Select Add GPT Partition option and hit Enter key. Now options will appear to create a new GPT Partition.
     116 - From Adding GPT Partition to /dev/sda or freespace section, Put size (for example: 1G) for the swap partition in Size input box.
     117 - Choose swap from the Format drop down menu.
     118 - Now select Create option and hit Enter key.
     119
     120[[Image(swap.png, 600px, nolink)]]