cheat codeForum: Other Help Topics Topic: cheat code started by: SCOEIT Posted by SCOEIT on Jan. 09 2007,00:04
I'm still trying to figure this out.I have a system to will start if the cheat code dsl acpi=off is entered at the boot prompt. What file would I put that command in to make it automatic on reboot on a remastered CD. My remaster is based on 3.2-syslinux. Thanks Posted by ^thehatsrule^ on Jan. 09 2007,00:17
edit .../mycdrom/syslinux/syslinux.cfgfor the default entry, append " acpi=off" to it Posted by roberts on Jan. 09 2007,00:22
It is syslinux.cfg which is contained within boot.img, copy the boot.img to a writable area and then:#mount boot.img /mnt/test -o loop #vi /mnt/test/syslinux.cfg #umount /mnt/test Posted by SCOEIT on Jan. 09 2007,00:23
^thehatsrule^there is no such directory or file on my CD - there is a cdrom directory. Within that there is a KNOPPIX directory, and within that there is a file named KNOPPX and a boot.cat and boot.im file. there is also a directory called KNOPPIX on the CD as well. ? Posted by roberts on Jan. 09 2007,00:36
boot.img is file file! Re-read my post.
Posted by SCOEIT on Jan. 09 2007,01:35
Roberts:Your reply wasn't there when I answered ^thehatsrule^ - your answer solved the mystery - thanks! |