Results 1 to 2 of 2

Thread: Kali 1.0.6 AMD64.iso on USB using GRUB2 for live booting multiple ISOs

  1. #1
    Join Date
    2014-Jan
    Posts
    1

    Kali 1.0.6 AMD64.iso on USB using GRUB2 for live booting multiple ISOs

    Hi all,

    I have downloaded the kali-linux-1.0.6-amd64.iso file and burned this to DVD to test.
    This is working perfectly.

    I have a large USB stick which has Grub 1.99-21 installed and boots several other ISO images into live such as Ubuntu 10.04.

    I have googled on and off for over a week now looking for a working method of booting into Kali Live using the Kali ISO and Grub but have been unable to find anything which boots to a kali desktop.
    Im no grub wizard but I can usually find something to suit most occasions with some patient googling.

    The resulting menuentry I have for Kali as as follows:

    Code:
    menuentry "Kali Linux 1.0.5 64bit" {
    set isofile="/ISO/kali-linux-1.0.6-amd64.iso"
    loopback loop $isofile
    	linux (loop)/live/vmlinuz boot=live iso-scan/filename=$isofile noconfig=sudo username=root hostname=kali
    	initrd (loop)/live/initrd.img
    }
    This results in what appears to be a partial boot but the system pauses for about a minute with the message
    Code:
    FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, Filesystem will be case sensitive!
    The system then displays the "Please file a bug against the 'live-boot' package screen with the error "Unable to find a medium containing a live file system"
    Modprobe: module ehci-orion not found in modules.dep

    then "/bin/sh: can't access tty; job control turned off"

    If anyone can offer helpful input with this I would be very grateful as this is driving me demented!

    Cheers
    Dusty

  2. #2
    Join Date
    2013-Mar
    Posts
    354
    Take a look at this from YodaDacoda: https://forums.kali.org/showthread.p...-Boot-Solution

Similar Threads

  1. Replies: 4
    Last Post: 2020-01-13, 08:40
  2. Replies: 2
    Last Post: 2017-05-06, 18:24
  3. Wifi - live cd on usb - Persistence - live cd on multiple machines
    By slaxd in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-05-22, 23:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •