칼리 설치하다보면,
debootstrap 오류라고 뜨는데
이유는 usb가 마운트가 안되서라고 한다.
그렇다고한다 ㅎㄹ
This question is old but I just came across a working fix for this.
As it turns out, the issue was caused due to the USB drive being unmounted during the LVM setup process. It might've been a bad USB connector or USB drive.
There is a very easy fix for which you don't even have to reboot or re-do any of the setup again.
- Press
esc
to enter the menu of the installer. - Select
Enter a shell
(or command prompt) - Run
fdisk -l
to find out the name and partition of your USB install drive - Run
mount /dev/sdc1 /cdrom
(replacesdc1
with your USB drive) - Run
exit
, then go back toInstall the base system
from the menu
It will continue to install as normal. All credits and thanks go to this guy