F5F Stay Refreshed Software Operating Systems Kali Linux CDROM版本 用于下载和安装Kali Linux的CDROM。

Kali Linux CDROM版本 用于下载和安装Kali Linux的CDROM。

Kali Linux CDROM版本 用于下载和安装Kali Linux的CDROM。

M
MCtoto123
Member
56
02-27-2024, 01:33 PM
#1
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.
M
MCtoto123
02-27-2024, 01:33 PM #1

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.

A
atom_razor
Member
139
03-03-2024, 06:58 PM
#2
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.
A
atom_razor
03-03-2024, 06:58 PM #2

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.

L
LunaDoll
Member
193
03-03-2024, 08:49 PM
#3
Find a compatible solution that works on both Linux and Windows without needing Live USBs.
L
LunaDoll
03-03-2024, 08:49 PM #3

Find a compatible solution that works on both Linux and Windows without needing Live USBs.

Q
QuizZro
Junior Member
19
03-04-2024, 04:34 PM
#4
I'm here to help you with your question. What are you aiming to achieve? How can I assist you in getting what you need?
Q
QuizZro
03-04-2024, 04:34 PM #4

I'm here to help you with your question. What are you aiming to achieve? How can I assist you in getting what you need?

S
Sacredsaur_
Member
148
03-04-2024, 06:11 PM
#5
No CD-ROM found during setup.
S
Sacredsaur_
03-04-2024, 06:11 PM #5

No CD-ROM found during setup.

M
Misli
Member
110
03-13-2024, 06:16 AM
#6
The installation occurs at the specified stage.
M
Misli
03-13-2024, 06:16 AM #6

The installation occurs at the specified stage.

K
Kevin0161003
Member
179
03-14-2024, 01:16 AM
#7
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!
K
Kevin0161003
03-14-2024, 01:16 AM #7

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!

E
ErbearIV
Junior Member
25
03-14-2024, 08:27 AM
#8
Looks quite sensible at a glance.
E
ErbearIV
03-14-2024, 08:27 AM #8

Looks quite sensible at a glance.