Unable to detect cdrom during Kali installation












0














I am trying to install the latest Kali version on my laptop:




  1. Got the official ISO from docs.kali.org

  2. Created bootable Kali USB using Win32 Disk Imager

  3. 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

  4. Followed instructions in this answer

  5. The graphical installation still isn't able to read from the CDROM


There are two suggestions in the answer mentioned above:





  1. Unplugging USB




    when the Window shows CDROM couldn't be mounted ,




    1. Unplug your USB from system and re insert it

    2. wait for mount/ detection (usb LED glow)

    3. 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.





  1. 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.










share|improve this question




















  • 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
















0














I am trying to install the latest Kali version on my laptop:




  1. Got the official ISO from docs.kali.org

  2. Created bootable Kali USB using Win32 Disk Imager

  3. 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

  4. Followed instructions in this answer

  5. The graphical installation still isn't able to read from the CDROM


There are two suggestions in the answer mentioned above:





  1. Unplugging USB




    when the Window shows CDROM couldn't be mounted ,




    1. Unplug your USB from system and re insert it

    2. wait for mount/ detection (usb LED glow)

    3. 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.





  1. 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.










share|improve this question




















  • 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














0












0








0


1





I am trying to install the latest Kali version on my laptop:




  1. Got the official ISO from docs.kali.org

  2. Created bootable Kali USB using Win32 Disk Imager

  3. 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

  4. Followed instructions in this answer

  5. The graphical installation still isn't able to read from the CDROM


There are two suggestions in the answer mentioned above:





  1. Unplugging USB




    when the Window shows CDROM couldn't be mounted ,




    1. Unplug your USB from system and re insert it

    2. wait for mount/ detection (usb LED glow)

    3. 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.





  1. 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.










share|improve this question















I am trying to install the latest Kali version on my laptop:




  1. Got the official ISO from docs.kali.org

  2. Created bootable Kali USB using Win32 Disk Imager

  3. 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

  4. Followed instructions in this answer

  5. The graphical installation still isn't able to read from the CDROM


There are two suggestions in the answer mentioned above:





  1. Unplugging USB




    when the Window shows CDROM couldn't be mounted ,




    1. Unplug your USB from system and re insert it

    2. wait for mount/ detection (usb LED glow)

    3. 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.





  1. 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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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














  • 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










1 Answer
1






active

oldest

votes


















1














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






share|improve this answer




















    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









    1














    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






    share|improve this answer


























      1














      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






      share|improve this answer
























        1












        1








        1






        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






        share|improve this answer












        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







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 23 at 13:58









        venkat

        361




        361

















            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?



            Popular posts from this blog

            Morgemoulin

            Scott Moir

            Souastre