Unable to create bootable USB to mount kali linux iso image?

11,060

Solution 1

ldlinux.sys is the name of the bootloader file used in SYSLINUX and ISOLINUX (used for booting Linux off of FAT32 and ISO9660 filesystems, respectively). It is loaded into memory by the BIOS on bootup. The loader then parses the configuration file (syslinux.cfg or isolinux.cfg) to know which kernel to launch, along with parameters to be passed to it.

Essentialy you need these files or else linux will not run.

Solution 2

You do realise that this is NOT an error message, but just a prompt asking for your permission before downloading a file off the internet (which is more polite than an application that connects to the internet, without asking permission first).

As the prompt indicates you just had to "Select 'Yes' to connect to the internet and download the files". That's all.

Share:
11,060
Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin over 1 year

    I want to dual boot kali linux. I'm mounting kali linux.iso to create a bootable USB with the help of Rufus. Rufus shows the following errors when i start the process.

    Rufus bootable error

    It asks for download some file which I've no idea what they are and why Rufus seems so interested in downloading them before creating bootable USB. Is there any way to get around this error?

    Edit: Issue resolved

  • Raven Cheuk
    Raven Cheuk over 7 years
    I've downloaded kali linux from their official site kali.org. Aren't they responsible to include these 2 files in the disk image? I think I've to download these 2 files manually but in which directory I will need to copy them?
  • Dylan Rozendom
    Dylan Rozendom over 7 years
    Any reason why you dont just use Rufus?
  • Raven Cheuk
    Raven Cheuk over 7 years
    I often use it. I've downloaded the files but I don't know where to copy them. It's surprising, I also used rufus for creating bootable USB of windows 10 and it did work fine but I don't know what's wrong with it this time.
  • Raven Cheuk
    Raven Cheuk over 7 years
    I solved my problem by copying the files into rufus download directory. Rufus is fast. I prefer rufus over other boot creating utilities.
  • Dylan Rozendom
    Dylan Rozendom over 7 years
    ye I use rufus aswell, But when I use it it copies the files directly into the directory so thats weird. But I am glad you solved it.
  • Admin
    Admin over 7 years
    I understand that but I've also got an opportunity to learn what these files do. Earlier, I didn't know what they were.
  • Admin
    Admin over 7 years
    My problem didn't end up here. Bootable USB is not booting. You can help me here: unix.stackexchange.com/q/312965/192349
  • Akeo
    Akeo over 7 years
    The problem described in this issue (unable to create bootable USB) does actually end here. You were able to create your bootable USB, boot from it, and subsequently got an error, that is unrelated to the bootable USB creation. I hope you will get help on the other thread, but as far as this one is concerned, it was successfully resolved.