Estou tentando criar um Kali LIVE USB com persistência do meu Macbook. Estou seguindo estas instruções do Kali eu posso gerar o USB e inicializar na imagem . A seleção de "com persistência" não persiste.
Em direção ao meio da página, temos
Create and format an additional partition on the USB drive. First, let’s create the new partition in the empty space above our Kali Live partitions.
end=7gb read start _ < <(du -bcm kali-linux-2016.2-amd64.iso | tail -1); echo > $start parted /dev/sdb mkpart primary $start $end
The parted command may advise you that it can’t use the exact start values you specified; if so, accept the suggested value instead. If advised that the partition isn’t placed at an optimal location, “ignore” it. When parted completes, the new partition should have been created at /dev/sdb3; again, this can be verified with the command “fdisk -l“.
No entanto, não existe um comando "parted" no OS X e o diskutil parece não suportar iniciar e parar. Eu apreciaria a ajuda em uma das duas opções
diskutil
para encontrar os valores de início e parada. Tags usb macos kali-linux