View Issue Details

IDProjectCategoryView StatusLast Update
0001720Kali LinuxGeneral Bugpublic2018-01-29 11:38
Reporterz3z3 Assigned Tog0tmi1k  
PrioritynormalSeveritytextReproducibilityN/A
Status closedResolutionsuspended 
Summary0001720: Documentation/web page kali-linux-encrypted-disk-install : Incorrect procedural steps
Description

On your page http://docs.kali.org/installation/kali-linux-encrypted-disk-install , you wrote (in both(!) sections, unencrypted and encyrpted persistence):

"… we create a 5 GB persistent partition and create a persistence.conf file on it.

size=5gb
read bytes _ < <(du -bcm kali-linux-1.0.8-amd64.iso |tail -1); echo $bytes
parted /dev/sdb mkpart primary $bytes $size

The problem is "$size".

AFAIK, "parted" requires two parameters " … START END", but your current text implies that it treats the parameters as "… START LENGTH" (i.e. $size).

When you verbatim run the example, you will end up with a persistence of size (5gb-length(kali)) because Kali 1.0.9 is 0000002:0000002,9 GB which resulted in 0000002:0000002,8 GB persistence only instead of 5 GB.

I suggest that you correct this part (in both sections).

Activities

g0tmi1k

g0tmi1k

2018-01-29 11:38

administrator   ~0008011

Due to the age of the OS (Kali Moto [v1], Kali Safi [v2], Kali Rolling 2016.x), these legacy versions are no longer supported.
We will be closing this ticket due to inactivity.

Please could you see if you are able to replicate this issue with the latest version of Kali Linux - https://www.kali.org/downloads/)?

If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing,and also give information about your setup?
For more information, please read: https://kali.training/topic/filing-a-good-bug-report/

Issue History

Date Modified Username Field Change
2014-09-14 09:48 z3z3 New Issue
2018-01-29 11:38 g0tmi1k Assigned To => g0tmi1k
2018-01-29 11:38 g0tmi1k Status new => closed
2018-01-29 11:38 g0tmi1k Resolution open => suspended
2018-01-29 11:38 g0tmi1k Note Added: 0008011