Kali Linux CDROM版本 用于下载和安装Kali Linux的CDROM。
Kali Linux CDROM版本 用于下载和安装Kali Linux的CDROM。
I'm facing trouble installing Kali Linux and getting the CD-ROM not recognized. I attempted to mount it using VFAT, but the device was busy most of the time. I tried using dd instead of ISO during Rufus setup, which also failed. I experimented with NTFS too. It seems I'm stuck.
What issue are you facing? Are you trying to create a bootable drive or set up Kali? When does the problem occur? You mentioned not wanting to install Kali, as it’s meant for live use only.
To access the terminal, press ctrl + alt + f2. When prompted, confirm the action and type mkdir /cdrom to create a directory named cdrom in the root folder. Next, locate your USB drive using commands like lsblk or fdisk -l. The main storage area is typically /dev/sdaX, with other drives listed afterward. After identifying the device, mount it into the created folder using mount -vfat /dev/sdbX where X matches your partition number. Once mounted, return to the installation menu (usually ctrl + alt + f1 or f7) and retry the setup. Cheers!