[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] remastering 3.4: kernel 2.6 as standard??





Michael Bramer wrote:
I only found a syslinux.cfg in the compressed kernel image and I made this change: APPEND ramdisk_size=100000 init=/etc/init lang=de apm=power-off hda=scsi....BOOT_IMAGE=knoppix26
instead of BOOT_IMAGE=knoppix at the end.


I don't know the syslinux.cfg (without look at it) from knoppix. If you
find a 'default' tag, change this. If not, change the order of the
entries.


The content of the boot.img consists of following files:
	boot.msg
	f2
	german.kbd
	ldlinux.sys
	logo.16
	miniroot.gz
	syslinux.cfg
	vmlinuz

For the complete syslinux.cfg see the attachment!
The 2 lines in syslinux.cfg "APPEND ramdisk..." are changed by me
(adding knoppix26 in the append-line)!
But the kernel image is always vmlinuz. I think, that this kernel is the 2.4-Kernel, but where is the image of Kernel 2.6 (like vmlinuz26)?
My changes don't work and always the 2.4-Kernel is booted...

Manuel






DEFAULT vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=de knoppix26 apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=791 initrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix
TIMEOUT 300
KBDMAP german.kbd
PROMPT 1
DISPLAY boot.msg
F1 boot.msg
F2 f2
LABEL knoppix
KERNEL vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=de knoppix26 apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=791 initrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix
LABEL knoppix-txt
KERNEL vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=de apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=normal initrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix
LABEL expert
KERNEL vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=de apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=791 initrd=miniroot.gz nomce BOOT_IMAGE=expert
LABEL fb1280x1024
KERNEL vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=de apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=794 xmodule=fbdev initrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix
LABEL fb1024x768
KERNEL vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=de apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=791 xmodule=fbdev initrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix
LABEL fb800x600
KERNEL vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=de apm=power-off hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi vga=788 xmodule=fbdev initrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix
LABEL failsafe
KERNEL vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=de vga=normal nosound noapic noscsi nodma noapm nousb nopcmcia nofirewire noagp nomce nodhcp xmodule=vesa initrd=miniroot.gz BOOT_IMAGE=knoppix
LABEL userdef
KERNEL vmlinuz
APPEND ###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################

Reply to: