Kali linux no cd rom

Can’t install Kali Linux from USB, fails to find CD-ROM drive

I successfully made a live USB of the Kali Linux. When I boot from the USB it gives an option to install. I clicked on that option. At one point it was detecting and mounting CD-ROM drives. As I have no CD-drive or any ROM-drive on my laptop, it gives an error

I tried the «live something» option that takes me directly to Kali Linux and it loads successfully but I can’t install it permanently. I want to install it so I won’t have to waste my time plugging and unplugging the USB. How to get past the CD-ROM detection and make the installation finish correctly?

1. How did you create USB installation? I did it using program unetbootin many times and never had any problems. It works with Kali 2.0 without any problems. 2. Did you try to use expert install option? Usually in expert install mode you can skip certain steps by moving to next one in the menu/installation agenda.

See the point no 2 in my previous comment. Kali is based on Debian so it has the same installer. Try to use expert install and skip CDROM step.

I have the same exact issue. It says «You have failed to insert a Debian instalation medium» as if it is trying to detect the USB as a CD-ROM. However, I can Live boot no problem, just can’t install.

6 Answers 6

You could resolve the error by repeating the steps :

Create the directory cdrom directly on the root of the file system:

Note : If you got problems making the directory /cdrom, disable the CD-rom player in BIOS or disconnect the cable

Mount the USB as if it is a CD-ROM:

Where sdb1 is your USB device.

You could carry on installation now

After executing mount -t vfat /dev/sdb1 /cdrom , cd into the /cdrom directory and do an ls to see if the files are there. Then press ALT — F1 to go back, continue and re-select «detect CDROM»

  1. Unplug your USB from system and re insert it
  2. wait for mount/ detection (usb LED glow)
  3. Hit Continue

You could do what I did. Hit escape, type install, hit enter, skip CD drive.

after executing mount -t vfat /dev/sdb1 /cdrom cd into the /cdrom directory and do a ls to see if the files are there. Then press ALT-F1 to go back, continue and reselect «detect CDROM»

For those where this doesn’t work: go to «Execute Shell» if trying to run Kali linux and type in dmesg . You may be getting errors but it’s a start to debugging why no one’s solution will work. In my case, it may actually be a kernel bug, or I’ve put the wrong installation on. I’m not sure, as it takes forever to download the distro from their site but hey, it may just be that.

Читайте также:  Pdf viewer linux arch

If you use Rufus (v 2.x) to burn the ISO to USB drive, make sure the option is «DD Image» in «Create a bootable disk using«. Not sure if Unetbootin offers the same option. If image is copied using this method, you don’t need to go to terminal and manually mount it.

With Rufus (v 3.x), you can not explicitly choose DD mode. IF the ISO is hybrid or has DD mode, Rufus will prompt you to choose ISO or DD mode AFTER clicking start button.

I tried all the answers here and more google results, but none worked. I eventually figured it out, the issue is the file format is not vfat, but iso9660.

When you get the CDROM not found error follow these steps:

Enter a shell ( CTRL + Alt + F2 )

Note: Kali told me to press ( Alt + F2 ), but this didn’t work

Get a list of devices with blkid:

~ # blkid /dev/sdc1: UUID="2018-04-12-12-04-16-00" LABEL="Kali Live" TYPE="iso9660" PARTUUID="81c5e086-01" 

Note: I have shortened my list to the relevant row. Also you can see the storage type is iso9660, not vfat

Mount the Kali CD with the mount command:

~ # mount -t iso9660 /dev/sdc1 /cdrom 

Check the contents of /cdrom are as expected:

~ # ls /cdrom autorun.inf efi g2ldr.mbr md5sum.txt win32-loader.ini boot efi.img install pool debian firmware isolinux setup.exe dists g2ldr live tools 

Switch back to the installer ( CTRL + Alt + F5 )

Note: Kali told me to press ( Alt + F1 ), but this didn’t work. I tried F1 through to F5 until I found the correct combination

From the menu tell it to mount the CDROM, if asked choose /dev/sdc1 and /cdrom. I know we have already mounted the drive, but for some reason this step didn’t work previously, but worked fine after following the previous steps.

The install will now continue as normal.

Источник

Detect and mount installation media kali linux что делать

Can’t install Kali Linux from USB, fails to find CD-ROM drive

When I boot from the USB it gives an option to install. I clicked on that option. At one point it was detecting and mounting CD-ROM drives. As I have no CD-drive or any ROM-drive on my laptop, it gives an error

Can’t mount and detect CD-ROM drives.

I tried the «live something» option that takes me directly to Kali Linux and it loads successfully but I can’t install it permanently. I want to install it so I won’t have to waste my time plugging and unplugging the USB.

How to get past the CD-ROM detection and make the installation finish correctly?

6 Answers 6

You could resolve the error by repeating the steps :

Create the directory cdrom directly on the root of the file system:

Note : If you got problems making the directory /cdrom, disable the CD-rom player in BIOS or disconnect the cable

Mount the USB as if it is a CD-ROM:

Where sdb1 is your USB device.

You could carry on installation now

After executing mount -t vfat /dev/sdb1 /cdrom , cd into the /cdrom directory and do an ls to see if the files are there. Then press ALT — F1 to go back, continue and re-select «detect CDROM»

  1. Unplug your USB from system and re insert it
  2. wait for mount/ detection (usb LED glow)
  3. Hit Continue
Читайте также:  Linux file system formats

You could do what I did. Hit escape, type install, hit enter, skip CD drive.

If you use Rufus (v 2.x) to burn the ISO to USB drive, make sure the option is «DD Image» in «Create a bootable disk using«. Not sure if Unetbootin offers the same option. If image is copied using this method, you don’t need to go to terminal and manually mount it.

With Rufus (v 3.x), you can not explicitly choose DD mode. IF the ISO is hybrid or has DD mode, Rufus will prompt you to choose ISO or DD mode AFTER clicking start button.

I tried all the answers here and more google results, but none worked. I eventually figured it out, the issue is the file format is not vfat, but iso9660.

When you get the CDROM not found error follow these steps:

Enter a shell ( CTRL + Alt + F2 )

Note: Kali told me to press ( Alt + F2 ), but this didn’t work

Get a list of devices with blkid:

Note: I have shortened my list to the relevant row. Also you can see the storage type is iso9660, not vfat

Mount the Kali CD with the mount command:

Check the contents of /cdrom are as expected:

Switch back to the installer ( CTRL + Alt + F5 )

Note: Kali told me to press ( Alt + F1 ), but this didn’t work. I tried F1 through to F5 until I found the correct combination

From the menu tell it to mount the CDROM, if asked choose /dev/sdc1 and /cdrom. I know we have already mounted the drive, but for some reason this step didn’t work previously, but worked fine after following the previous steps.

Не удается установить Kali Linux с USB, не удается найти дисковод компакт-дисков

когда я загружаюсь с USB, он дает возможность установить. Я нажал на эту опцию. В какой-то момент он обнаруживал и монтировал компакт-диски. Поскольку у меня нет CD-привода или любого ROM-привода на моем ноутбуке, это дает ошибку

не удается установить и обнаружить диски CD-ROM.

Я попробовал вариант «жить что-то», который принимает меня непосредственно к Кали Linux и он успешно загружается, но я не могу установить это навсегда. Я хочу установить его, чтобы мне не пришлось тратить время на подключение и отключение USB.

Как пройти обнаружение CD-ROM и сделать установку закончить правильно?

4 ответов

вы можете устранить ошибку, повторяя шаги:

открыть командную строку ( ALT + F2 ).

создайте каталог cdrom непосредственно в корне файловой системы:

Примечание : если у вас возникли проблемы с созданием каталога / cdrom, отключите проигрыватель компакт-дисков в BIOS или отсоедините кабель

смонтировать USB, как будто это это компакт-диска:

горе -т для vfat устройства /dev/sdb1 /компакт-диск

где sdb1-ваше USB-устройство.

вы можете продолжить установку сейчас

после выполнения mount -t vfat /dev/sdb1 /cdrom , cd в директорию /cdrom и делаем ls чтобы увидеть, если файлы есть. Затем нажмите ALT — F1 чтобы вернуться назад, продолжите и выберите «detect CDROM»

  1. отключите ваш USB от системы и повторно вставьте его
  2. дождитесь mount / detection (USB LED glow)
  3. Жмем Continue

вы могли бы сделать то, что я сделал. Нажать клавишу «Escape», тип устанавливать, нажмите Enter, заезженная пластинка привод.

Читайте также:  Выполнение команды при старте linux

Если вы используете Rufus (v 2.x) чтобы записать ISO на USB-накопитель, убедитесь, что опция «DD Image «in»создать загрузочный диск с помощью«. Не уверен, что Unetbootin предлагает тот же вариант. Если образ копируется таким способом, то вам не нужно вручную монтировать его в терминал.

с Руфусом (v 3.x), вы не можете явно выбрать режим DD. Если ISO является гибридным или имеет режим DD, Rufus предложит вам выбрать режим ISO или DD после нажатия кнопки Пуск кнопка.

проверил сам вопрос прямо сейчас: это способ более простой в использовании «графической установки». Кажется, растут дополнительные услуги, связанные с hw, и это работает просто отлично! Также — если вы используете 2 флешки — подключите с диска вы собираетесь установить его до, загрузите его в GUI-и затем подключите целевой диск.

Я пробовал все ответы здесь и больше результатов google, но никто не работал. Я в конце концов понял, проблема в том, что формат файла не vfat, а iso9660.

когда вы получаете CDROM не найдена ошибка выполните следующие действия:

ввести оболочку ( CTRL + Alt + F2 )

Примечание: Кали сказал мне нажать ( Alt + F2 ), но это не работает

получить список устройств с blkid:

Примечание: я сократил свой список до соответствующей строки. Также вы можете увидеть тип хранения iso9660, а не vfat

смонтируйте диск Kali командой mount:

проверьте содержимое /cdrom так, как ожидалось:

вернуться к установщику ( CTRL + Alt + F5 )

Примечание: Кали сказал мне нажать ( Alt + F1 ), но это не сработало. Я пытался F1 до F5 пока я не нашел правильную комбинацию

из меню скажите ему смонтировать CDROM, если его попросят выбрать /dev / sdc1 и / cdrom. Я знаю, что мы уже смонтировали привод, но по какой-то причине этот шаг не работали, но работал нормально после выполнения предыдущих шагов.

Установка Kali-Linux — этап монтирования/чтения падает с ошибкой

Скачал Kali Linux 64bit для своего ПК, через Rufus создал загрузочную флешку (сама флешка 8Гб). Перезагрузился в бут меню F9 и выбрал загрузку с флешки. В биосе нет раздела Boot, только какие-то непонятные настройки, поэтому заходил в бут меню, ничего не ставил на первое место, а просто запускал USB вообщем. Далее вылез экран установки, выбираю Graphical Install, выбираю язык системы, раскладку клавиатуры, способ переключения раскладки и дальше этап монтирования, вообщем, ошибка. Пишет

Невозможно считать данные с компакт диска. Убедитесь, что диск вставлен в привод CD-ROM.

Можете обьяснить, что тут вообще происходит, какой CD-ROM, если я выбрал USB и даже запустилась установка, я же до этого этапа дошел, как он вдруг захотел CD-ROM. Почему во всех статьях, во всех видео, этот шаг вообще не комментируется, я даже не понимаю что тут делается, может исо образ ломаный тогда образ не должен был создаться или сам образ я не так создал или проблемы с Legacy/UEFI, хотя у меня в биосе вообще все по другому, я выключаю Legacy, по сути должен читаться UEFI, а сам образ я не знаю Legacy или UEFI, только винда не включается пока не включить Legacy обратно. Помогите идиоту разобраться уже в этой каше-малаше, я уже не вижу смысла, Debian, Ubuntu или Mint — установка одинаково происходит, только исо образы разные. Если это так важно, то я ставлю Kali так как хочу погрузиться в компьютерную безрпасность

Источник

Оцените статью
Adblock
detector