Results 1 to 4 of 4

Thread: Katana 2.0 + Kali Live USB

  1. #1
    Join Date
    2013-Mar
    Posts
    4

    Katana 2.0 + Kali Live USB

    I'm trying to get Kali to boot from my Katana 2.0 USB, like how BackTrack 5 r3 is working. Kali boots great off regular Live USB straight to the GUI but my Katana Kali sits at "localhost.localdomain login" with root/toor giving me Login incorrect
    I extracted the i386 Gnome ISO contents to a /kali directory on my Katana USB and pointed the live menu appropriately:

    /boot/menus/kali.cfg
    Code:
    menu background /kali/isolinux/splash.png
    menu color title	* #FFFFFFFF *
    menu color border	* #00000000 #00000000 none
    menu color sel		* #ffffffff #76a1d0ff *
    menu color hotsel	1;7;37;40 #ffffffff #76a1d0ff *
    menu color tabmsg	* #ffffffff #00000000 *
    menu color help		37;40 #ffdddd00 #00000000 none
    menu vshift 16
    menu rows 6
    menu helpmsgrow 10
    menu helpmsgrow 11
    # The command line must be at least one line from the bottom.
    menu cmdlinerow 12
    menu timeoutrow 12
    menu tabmsgrow 14
    menu tabmsg Press ENTER to boot or TAB to edit a menu 
    
    MENU TITLE KATANA - Kali
    
    label live-686-pae
    	menu label ^Live (686-pae)
    	menu default
    	linux /kali/live/vmlinuz
    	initrd /kali/live/initrd.img
    	append boot=live noconfig=sudo username=root hostname=kali
    
    label live-686-pae-failsafe
    	menu label ^Live (686-pae failsafe)
    	linux /kali/live/vmlinuz
    	initrd /kali/live/initrd.img
    	append boot=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
    
    label live-forensic
    	menu label ^Live (forensic mode)
    	linux /kali/live/vmlinuz
    	initrd /kali/live/initrd.img
    	append boot=live noconfig=sudo username=root hostname=kali noswap noautomount
    
    LABEL back
    MENU LABEL ..
    KERNEL /boot/vesamenu.c32
    APPEND /boot/menus/main.cfg
    TEXT HELP
    Back to Main Menu
    ENDTEXT
    What am I missing?

  2. #2
    Join Date
    2013-Mar
    Posts
    4

    Fixed

    Use the following for your Katana 2.0 Kali menu:

    /boot/menus/kali.cfg
    Code:
    menu background /kali/isolinux/splash.png
    menu color title	* #FFFFFFFF *
    menu color border	* #00000000 #00000000 none
    menu color sel		* #ffffffff #76a1d0ff *
    menu color hotsel	1;7;37;40 #ffffffff #76a1d0ff *
    menu color tabmsg	* #ffffffff #00000000 *
    menu color help		37;40 #ffdddd00 #00000000 none
    menu vshift 16
    menu rows 6
    menu helpmsgrow 10
    menu helpmsgrow 11
    # The command line must be at least one line from the bottom.
    menu cmdlinerow 12
    menu timeoutrow 12
    menu tabmsgrow 14
    menu tabmsg Press ENTER to boot or TAB to edit a menu 
    
    MENU TITLE KATANA - Kali
    
    label live-686-pae
    	menu label ^Live (686-pae)
    	menu default
    	linux /kali/live/vmlinuz
    	initrd /kali/live/initrd.img
    	append boot=live noconfig=sudo username=root hostname=kali noswap live-media-path=/kali/live/ live-media=removable
    
    label live-686-pae-failsafe
    	menu label ^Live (686-pae failsafe)
    	linux /kali/live/vmlinuz
    	initrd /kali/live/initrd.img
    	append boot=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal noswap live-media-path=/kali/live/ live-media=removable
    
    label live-forensic
    	menu label ^Live (forensic mode)
    	linux /kali/live/vmlinuz
    	initrd /kali/live/initrd.img
    	append boot=live noconfig=sudo username=root hostname=kali noswap noautomount live-media-path=/kali/live/ live-media=removable
    
    LABEL back
    MENU LABEL ..
    KERNEL /boot/vesamenu.c32
    APPEND /boot/menus/main.cfg
    TEXT HELP
    Back to Main Menu
    ENDTEXT

  3. #3
    Join Date
    2013-Mar
    Posts
    2
    Hi,
    You only need to copy the "live" CD-ROM folder into your USB volume. If you rename this folder as "kali", then you must add the option live-media-path=/kali in your boot options.
    This has worked for me, I have a multi boot USB key with grub4dos boot manager.

  4. #4
    Join Date
    2013-Mar
    Posts
    4
    Thanks Chris. I've gotten it working using live-media-path, and followed up with a post about it a couple days ago, but that post doesn't seem to have made it past moderation

Similar Threads

  1. Replies: 0
    Last Post: 2021-10-01, 05:44
  2. Replies: 0
    Last Post: 2021-02-14, 04:38
  3. Kali and Katana
    By weasel in forum How-To Archive
    Replies: 0
    Last Post: 2014-01-09, 03:28
  4. Installing Kali Live to your Katana 2.0 USB
    By indeo in forum How-To Archive
    Replies: 0
    Last Post: 2013-03-24, 22:32

Posting Permissions

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