Hello, Im trying to follow the installation guide but I run into problems when I reach step 6.
Replace the xxxxx string in the following command with that number to create the root partition:
cgpt add -i 3 -t data -b 106496 -s `expr xxxxx - 106496` -l Root /dev/sda
When I get to this point, I keep getting different errors depending on what I change up ( Never did anything like this before), what am I doing wrong? Ive followed it step by step so far.
$this->bbcode_second_pass_code('', ' localhost / # cgpt add -i 3 -t data -b 106496 -s 976773135 - 106496 -l Root /dev/sda
ERROR: cgpt add: Can't open -: No such file or directory
localhost / # cgpt add -i 3 -t data -b 106496 -s 976773135 106496 -l Root /dev/sda
ERROR: cgpt add: Can't open 106496: No such file or directory
localhost / # cgpt add -i 3 -t data -b 106496 -s '976773135 - 106496' -l Root /dev/sda
ERROR: cgpt add: invalid argument to -s: "976773135 - 106496"
')