Quote Originally Posted by mete777 View Post
Hi You must Edit isolinux.cfg with notepad++ in the same directory as live.cfg on the USB drive and set "timeout 0" to "timeout 30" or 50 to make it Autoload 3 sec or 5 seconds Load the Deafault Kali option that you made

Thats It!
Have a Nice Day
Didn't worked @mete777

live.cfg
Code:
label live-686-pae
	menu label ^Live (686-pae)
	linux /live/vmlinuz
	initrd /live/initrd.img
	append boot=live username=root hostname=kali

label live-686-pae-failsafe
	menu label ^Live (686-pae failsafe)
	linux /live/vmlinuz
	initrd /live/initrd.img
	append boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal

label live-forensic
	menu label Live (^forensic mode)
	linux /live/vmlinuz
	initrd /live/initrd.img
	append boot=live noconfig=sudo username=root hostname=kali noswap noautomount

label live-persistence
    menu label ^Live USB Persistence              (check kali.org/prst)
    menu default
    linux /live/vmlinuz
    initrd /live/initrd.img
    append boot=live noconfig=sudo username=root hostname=kali persistence

label live-encrypted-persistence
    menu label ^Live USB Encrypted Persistence    (check kali.org/prst)
    linux /live/vmlinuz
    initrd /live/initrd.img
    append boot=live persistent=cryptsetup persistence-encryption=luks noconfig=sudo username=root hostname=kali persistence
isolinux.cfg
Code:
include menu.cfg
default vesamenu.c32
prompt 0
timeout 30