Quote |
Why do you want to copy the files every time? It'd be easier, faster, and more efficient not to. |
Quote |
My guess is that you edited that file wrong. You could post details on your attempt(s). |
Code Sample |
DEFAULT linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce noapic lang=de dma norestore tohd=/dev/hda5 quiet BOOT_IMAGE=knoppix TIMEOUT 300 PROMPT 1 DISPLAY boot.msg F1 boot.msg F2 f2 F3 f3 LABEL dsl KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce noapic lang=de dma norestore tohd=/dev/hda5 quiet BOOT_IMAGE=knoppix LABEL memtest KERNEL memtest APPEND initrd= LABEL dsl-txt KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal initrd=minirt24.gz nomce noapic lang=de dma norestore tohd=/dev/hda5 quiet BOOT_IMAGE=knoppix LABEL expert KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce BOOT_IMAGE=expert LABEL fb1280x1024 KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=794 xmodule=fbdev initrd=minirt24.gz nomce noapic lang=de dma norestore tohd=/dev/hda5 quiet BOOT_IMAGE=knoppix LABEL fb1024x768 KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 xmodule=fbdev initrd=minirt24.gz nomce noapic lang=de dma norestore tohd=/dev/hda5 quiet BOOT_IMAGE=knoppix LABEL fb800x600 KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=788 xmodule=fbdev initrd=minirt24.gz nomce noapic lang=de dma norestore tohd=/dev/hda5 quiet BOOT_IMAGE=knoppix LABEL lowram KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal initrd=minirt24.gz noscsi noideraid nosound nousb nofirewire noicons minimal nomce noapic noapm lowram lang=de dma norestore tohd=/dev/hda5 quiet BOOT_IMAGE=knoppix LABEL install KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal initrd=minirt24.gz noscsi noideraid nosound nofirewire legacy base norestore _install_ nomce noapic noapm lang=de dma norestore tohd=/dev/hda5 quiet BOOT_IMAGE=knoppix LABEL failsafe KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init 2 lang=us vga=normal atapicd nosound noscsi nousb nopcmcia nofirewire noagp nomce nodhcp xmodule=vesa initrd=minirt24.gz BOOT_IMAGE=knoppix base norestore legacy LABEL userdef KERNEL linux24 APPEND ############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################### |
Quote |
But when I add those options into the isolinux.cfg file (I tried it manually as well as by mydsl remastering tool in dsl 4.0) and use this new CD for booting, it will complain, that it does not find a knoppix file system, i.e. it seems to look for it on hda instead of expecting it from CD. |
Quote |
The basic idea is I can be sure to have a CLEAN system each time I boot. |