PDA

View Full Version : Installed 7.2 to hard drive. Where's syslinux.cfg?



howie
10-07-2013, 05:13 AM
I want to enable knoppix64 and no3d.

Can't find the file. Has it been renamed and placed somewhere?

Werner P. Schulz
10-07-2013, 08:45 AM
With Knoppix HD install you have to use grub legacy (and not Syslinux/Isolinux).

Change the line starting with "kernel" of '/boot/grub/menu.lst':
add the option "no3d" and change the entry "/boot/vmlinuz" to the proper value you'll see at '/boot/'

For example:

kernel /boot/vmlinuz-3.9.6-64 root=/dev/sda2 ..... tz=Europe/Berlin ... no3d

howie
10-07-2013, 03:42 PM
Thank you for the quick reply! That did the trick!