Unable to detect cdrom during Kali installation
I am trying to install the latest Kali version on my laptop:
- Got the official ISO from docs.kali.org
- Created bootable Kali USB using Win32 Disk Imager
- Booted the target machine from USB and got through until the point where the graphical installation complains about not being able to read from CD-ROM
- Followed instructions in this answer
- The graphical installation still isn't able to read from the CDROM
There are two suggestions in the answer mentioned above:
Unplugging USB
when the Window shows CDROM couldn't be mounted ,
- Unplug your USB from system and re insert it
- wait for mount/ detection (usb LED glow)
- Hit Continue
This doesn't solve the issue of not being able to read from CDROM. The only thing I recognized is that the sdb1
item in the /dev
folder has gone for good.
Mount the USB as CDROM
mount -t vfat /dev/sdb1 /cdrom
I tried that, although I did not create a
cdrom
directory in root as it was already present.
So what I get here is:
mount: mounting /dev/sdb1 on /cdromfailed: Device or resource busy
I am pretty new to the Linux world, so any help is appreciated.
mount usb kali-linux system-installation
add a comment |
I am trying to install the latest Kali version on my laptop:
- Got the official ISO from docs.kali.org
- Created bootable Kali USB using Win32 Disk Imager
- Booted the target machine from USB and got through until the point where the graphical installation complains about not being able to read from CD-ROM
- Followed instructions in this answer
- The graphical installation still isn't able to read from the CDROM
There are two suggestions in the answer mentioned above:
Unplugging USB
when the Window shows CDROM couldn't be mounted ,
- Unplug your USB from system and re insert it
- wait for mount/ detection (usb LED glow)
- Hit Continue
This doesn't solve the issue of not being able to read from CDROM. The only thing I recognized is that the sdb1
item in the /dev
folder has gone for good.
Mount the USB as CDROM
mount -t vfat /dev/sdb1 /cdrom
I tried that, although I did not create a
cdrom
directory in root as it was already present.
So what I get here is:
mount: mounting /dev/sdb1 on /cdromfailed: Device or resource busy
I am pretty new to the Linux world, so any help is appreciated.
mount usb kali-linux system-installation
1
You're more likely to get useful help if you more accurately describe what happens. Vague symptoms like “Nothing works” and “This doesn’t work at all” are almost impossible to diagnose.
– G-Man
Jun 22 '17 at 10:25
@G-Man Edit: Replaced ambiguous symptom description. Although imo I did describe what exactly the symptoms are.
– indexoutofbounds
Jun 22 '17 at 10:31
1
unix.stackexchange.com/a/315221/117549 sounds similar
– Jeff Schaller
Jun 22 '17 at 10:57
1
Regarding "I am pretty new to the Linux world", please refer to unix.stackexchange.com/questions/399626/….
– Hermann
Oct 14 at 17:51
add a comment |
I am trying to install the latest Kali version on my laptop:
- Got the official ISO from docs.kali.org
- Created bootable Kali USB using Win32 Disk Imager
- Booted the target machine from USB and got through until the point where the graphical installation complains about not being able to read from CD-ROM
- Followed instructions in this answer
- The graphical installation still isn't able to read from the CDROM
There are two suggestions in the answer mentioned above:
Unplugging USB
when the Window shows CDROM couldn't be mounted ,
- Unplug your USB from system and re insert it
- wait for mount/ detection (usb LED glow)
- Hit Continue
This doesn't solve the issue of not being able to read from CDROM. The only thing I recognized is that the sdb1
item in the /dev
folder has gone for good.
Mount the USB as CDROM
mount -t vfat /dev/sdb1 /cdrom
I tried that, although I did not create a
cdrom
directory in root as it was already present.
So what I get here is:
mount: mounting /dev/sdb1 on /cdromfailed: Device or resource busy
I am pretty new to the Linux world, so any help is appreciated.
mount usb kali-linux system-installation
I am trying to install the latest Kali version on my laptop:
- Got the official ISO from docs.kali.org
- Created bootable Kali USB using Win32 Disk Imager
- Booted the target machine from USB and got through until the point where the graphical installation complains about not being able to read from CD-ROM
- Followed instructions in this answer
- The graphical installation still isn't able to read from the CDROM
There are two suggestions in the answer mentioned above:
Unplugging USB
when the Window shows CDROM couldn't be mounted ,
- Unplug your USB from system and re insert it
- wait for mount/ detection (usb LED glow)
- Hit Continue
This doesn't solve the issue of not being able to read from CDROM. The only thing I recognized is that the sdb1
item in the /dev
folder has gone for good.
Mount the USB as CDROM
mount -t vfat /dev/sdb1 /cdrom
I tried that, although I did not create a
cdrom
directory in root as it was already present.
So what I get here is:
mount: mounting /dev/sdb1 on /cdromfailed: Device or resource busy
I am pretty new to the Linux world, so any help is appreciated.
mount usb kali-linux system-installation
mount usb kali-linux system-installation
edited Jun 22 '17 at 10:30
asked Jun 22 '17 at 9:42
indexoutofbounds
106115
106115
1
You're more likely to get useful help if you more accurately describe what happens. Vague symptoms like “Nothing works” and “This doesn’t work at all” are almost impossible to diagnose.
– G-Man
Jun 22 '17 at 10:25
@G-Man Edit: Replaced ambiguous symptom description. Although imo I did describe what exactly the symptoms are.
– indexoutofbounds
Jun 22 '17 at 10:31
1
unix.stackexchange.com/a/315221/117549 sounds similar
– Jeff Schaller
Jun 22 '17 at 10:57
1
Regarding "I am pretty new to the Linux world", please refer to unix.stackexchange.com/questions/399626/….
– Hermann
Oct 14 at 17:51
add a comment |
1
You're more likely to get useful help if you more accurately describe what happens. Vague symptoms like “Nothing works” and “This doesn’t work at all” are almost impossible to diagnose.
– G-Man
Jun 22 '17 at 10:25
@G-Man Edit: Replaced ambiguous symptom description. Although imo I did describe what exactly the symptoms are.
– indexoutofbounds
Jun 22 '17 at 10:31
1
unix.stackexchange.com/a/315221/117549 sounds similar
– Jeff Schaller
Jun 22 '17 at 10:57
1
Regarding "I am pretty new to the Linux world", please refer to unix.stackexchange.com/questions/399626/….
– Hermann
Oct 14 at 17:51
1
1
You're more likely to get useful help if you more accurately describe what happens. Vague symptoms like “Nothing works” and “This doesn’t work at all” are almost impossible to diagnose.
– G-Man
Jun 22 '17 at 10:25
You're more likely to get useful help if you more accurately describe what happens. Vague symptoms like “Nothing works” and “This doesn’t work at all” are almost impossible to diagnose.
– G-Man
Jun 22 '17 at 10:25
@G-Man Edit: Replaced ambiguous symptom description. Although imo I did describe what exactly the symptoms are.
– indexoutofbounds
Jun 22 '17 at 10:31
@G-Man Edit: Replaced ambiguous symptom description. Although imo I did describe what exactly the symptoms are.
– indexoutofbounds
Jun 22 '17 at 10:31
1
1
unix.stackexchange.com/a/315221/117549 sounds similar
– Jeff Schaller
Jun 22 '17 at 10:57
unix.stackexchange.com/a/315221/117549 sounds similar
– Jeff Schaller
Jun 22 '17 at 10:57
1
1
Regarding "I am pretty new to the Linux world", please refer to unix.stackexchange.com/questions/399626/….
– Hermann
Oct 14 at 17:51
Regarding "I am pretty new to the Linux world", please refer to unix.stackexchange.com/questions/399626/….
– Hermann
Oct 14 at 17:51
add a comment |
1 Answer
1
active
oldest
votes
not sure if you found a solution.. but here's how I solved it.
Use 'rufus' to write the iso image to USB .. and make sure you write the image to USB in DD mode and not the ISO mode.
This would make the USB as LIVE USB with no scope of adding anymore files besides the image as contrary to ISO mode.
Now once the USB with the KALI image is ready .. boot up and start installation .. you wont have any issue with detecting and mounting CD ROM
add a comment |
protected by Community♦ Dec 15 at 7:44
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
not sure if you found a solution.. but here's how I solved it.
Use 'rufus' to write the iso image to USB .. and make sure you write the image to USB in DD mode and not the ISO mode.
This would make the USB as LIVE USB with no scope of adding anymore files besides the image as contrary to ISO mode.
Now once the USB with the KALI image is ready .. boot up and start installation .. you wont have any issue with detecting and mounting CD ROM
add a comment |
not sure if you found a solution.. but here's how I solved it.
Use 'rufus' to write the iso image to USB .. and make sure you write the image to USB in DD mode and not the ISO mode.
This would make the USB as LIVE USB with no scope of adding anymore files besides the image as contrary to ISO mode.
Now once the USB with the KALI image is ready .. boot up and start installation .. you wont have any issue with detecting and mounting CD ROM
add a comment |
not sure if you found a solution.. but here's how I solved it.
Use 'rufus' to write the iso image to USB .. and make sure you write the image to USB in DD mode and not the ISO mode.
This would make the USB as LIVE USB with no scope of adding anymore files besides the image as contrary to ISO mode.
Now once the USB with the KALI image is ready .. boot up and start installation .. you wont have any issue with detecting and mounting CD ROM
not sure if you found a solution.. but here's how I solved it.
Use 'rufus' to write the iso image to USB .. and make sure you write the image to USB in DD mode and not the ISO mode.
This would make the USB as LIVE USB with no scope of adding anymore files besides the image as contrary to ISO mode.
Now once the USB with the KALI image is ready .. boot up and start installation .. you wont have any issue with detecting and mounting CD ROM
answered Mar 23 at 13:58
venkat
361
361
add a comment |
add a comment |
protected by Community♦ Dec 15 at 7:44
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1
You're more likely to get useful help if you more accurately describe what happens. Vague symptoms like “Nothing works” and “This doesn’t work at all” are almost impossible to diagnose.
– G-Man
Jun 22 '17 at 10:25
@G-Man Edit: Replaced ambiguous symptom description. Although imo I did describe what exactly the symptoms are.
– indexoutofbounds
Jun 22 '17 at 10:31
1
unix.stackexchange.com/a/315221/117549 sounds similar
– Jeff Schaller
Jun 22 '17 at 10:57
1
Regarding "I am pretty new to the Linux world", please refer to unix.stackexchange.com/questions/399626/….
– Hermann
Oct 14 at 17:51