Re: Persistent Cheat Codes
Quote:
Originally Posted by dbar
...I'm a newbie running Knoppix with the Poor Man's Installation on older PII and PIII computers. ...
If you are using the PMI, this means that you are already booting Knoppix from the hdd
and that you are already using a different bootloader than the one on the CD.
If you are using grub, I will suggest you to modify the grub config menu.lst file.
If you are using lilo, I will suggest you to modify the lilo.conf file and then run lilo to commit the changes.
Best Regards,
Gilles
use minirt_usb6.gz for booting Knoppix 5.01 from ntfs
Quote:
Originally Posted by PaulBx1
...I am looking at the bootfrom cheatcode, but I don't quite understand what an "ISO" is. The only thing on the 5.0 disk that is iso is "...half-baked.iso" which doesn't sound promising. What do people mean about an ISO, is that the entire directory tree on a CD or something? That you have to tack a .iso extension on when you copy the directory tree to hard drive?
An described in here http://en.wikipedia.org/wiki/ISO_image
an ISO 9660 cd or dvd image is usually a quite large data file which can be used to burn a cd or a dvd
and is what you are probably looking for when you download a new release of the Knoppix live cd or dvd:
http://ftp.uni-kl.de/pub/linux/knoppix/
fat or ntfs partition ?
=============
If you have stored the knoppix/knoppix2 file on a fat16/32 partition (win 98 or me)
the nice step by step solution described by ICPUG will work just fine,
but if you are using a ntfs partiton (win XP default) it will not work.
Neither the Knoppix linux kernel nor the inirt.gz boot ramdisk includes the ntfs kernel module
required to load and boot from the ntfs partition and the result is that the linuxrc boot script
will leave you in the very limited shell... basically only usefull for debugging the boot scripts.
This the reason for my alternate minirt_usb6.gz.
Besides allowing you to boot directly from the ISO file (which is not required
but will allow you to not need to extract the knoppix and knoppix2 files
from the cd/dvd content because of the double loop back)
my boot ramdisk includes the kernel modules for ntfs and reiser support.
I also fixed some bugs (ext2 home directory)
and added some more features as custom (static & dynamic) hostname.
So if you use this minirt_usb6.gz file instead of the original minirt.gz
it should work "as is" from a ntfs partition.
You can find the minirt_usb6.gz in the following links:
http://www.knoppix.net/forum/viewtop...=103883#103883
http://www.knoppix.net/forum/viewtopic.php?t=11796
Hope this helps,
Gilles