Results 1 to 3 of 3

Thread: Booting from .ISO from HDD into kali menu dosnt work?

  1. #1
    Join Date
    2014-May
    Posts
    2

    Booting from .ISO from HDD into kali menu dosnt work?

    Hallo!

    I try to boot in to the kali menu, from .ISO whit this menuentry bud system boot directly into desktop enviroment.
    I cant find out what do i wrong ? I would like to install kali on my pc from .ISO.

    ####################################
    menuentry "kali_custom" {
    set root=(hd0,4)
    set iso="/iso/kali.iso"
    set bootoptions="findiso=$iso boot=live noconfig=sudo username=root hostname=kali quiet splash"
    search --set -f $iso
    loopback loop (hd0,4)$iso
    linux (loop)/live/vmlinuz $bootoptions
    initrd (loop)/live/initrd.img
    }
    ####################################

  2. #2
    Join Date
    2014-May
    Posts
    1
    maybe try super grub disk and use the option of booting from iso? why not just make a live usb?

  3. #3
    Join Date
    2014-May
    Posts
    2
    Its all oke! I wa vergoten to post solution. After booting from iso you can install kali (GUI) from live desktop

Similar Threads

  1. My LCD brightness control dosnt work to Kali
    By ict-m in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2016-11-21, 08:45
  2. Replies: 5
    Last Post: 2015-12-01, 11:27
  3. Non PAE custom build install boot menu option don't work
    By erasmo52 in forum Building Archive
    Replies: 5
    Last Post: 2015-09-03, 20:23

Tags for this Thread

Posting Permissions

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