View Issue Details

IDProjectCategoryView StatusLast Update
0000147Kali LinuxGeneral Bugpublic2013-03-20 22:18
Reporterbofh28 Assigned Tomuts  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Platformx64OSKaliOS Version1.0
Summary0000147: syslinux.cfg contains a few mistakes
Description

syslinux.cfg contains a few mistakes:
label ubnentry1
menu label ^Live (forensic mode)
kernel /ubnkern
append initrd=/live/initrd.img boot=live noconfig=sudo username=root hostname=kali noswap noautomount

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

label ubnentry2
menu label ^Graphical install
kernel /ubnkern
append initrd=/install/initrd.gz video=vesa:ywrap,mtrr vga=788 -- quiet

should be
label ubnentry2
menu label ^Graphical install
kernel /install/gtk/vmlinuz
append initrd=/install/gtk/initrd.gz video=vesa:ywrap,mtrr vga=788 -- quiet

add
label ubnentry4
menu label ^Text install
kernel /install/vmlinuz
append initrd=/install/initrd.gz vga=788 -- quiet

Activities

muts

muts

2013-03-20 11:09

reporter   ~0000150

I'm not sure where you got that syslinux file from... its not from us. Did you either:

1) use unetbootin to image kali on a USB?
2) live build from a ubuntu box?

Suspended till response.

bofh28

bofh28

2013-03-20 22:16

reporter   ~0000162

You are correct, I used unetbootin to write the iso out. I tried to follow the instructions and use Win32 Disk Imager but it kept failing on my Windows 7 x64 system. I didn't realize that unetbootin did this. Sorry for the noise.

muts

muts

2013-03-20 22:18

reporter   ~0000163

Closed.

Issue History

Date Modified Username Field Change
2013-03-20 01:38 bofh28 New Issue
2013-03-20 11:09 muts Note Added: 0000150
2013-03-20 11:09 muts Status new => closed
2013-03-20 11:09 muts Assigned To => muts
2013-03-20 11:09 muts Resolution open => suspended
2013-03-20 22:16 bofh28 Note Added: 0000162
2013-03-20 22:16 bofh28 Status closed => feedback
2013-03-20 22:16 bofh28 Resolution suspended => reopened
2013-03-20 22:18 muts Note Added: 0000163
2013-03-20 22:18 muts Status feedback => closed
2013-03-20 22:18 muts Resolution reopened => no change required