# grub.conf for knoppix dvd and net boot # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0,4) # kernel /boot/vmlinuz-version ro root=/dev/hda5 # initrd /boot/initrd-version.img #boot=/dev/hda default=0 timeout=20 # splashimage=(hd0,1)/boot/grub/splash.xpm.gz # edit tz= and lang= to suit your locale # boot from copied DVD image... Just use the isolinux binaries # also sets timezone to Canada/Pacific # note that you must change BOTH the 'root (hd0,0)' stanza and the 'fromhd=/dev/hda1' phrase of the 'kernel ' stanze title knoppix dvd image (fixed) root (hd0,0) kernel /boot/isolinux/linux ramdisk_size=100000 init=/etc/init apm=power-off vga=791 nomce quiet BOOT_IMAGE=knoppix tz=Canada/Pacific lang=us fromhd=/dev/hda1 initrd /boot/isolinux/minirt.gz # /boot/{vmlinuz,miniroot.gz} are taken from /tftpboot as generated by knoppix-terminalserver # remember to choose any network card you're likely to use when configureing knoppix-terminalserver # boot paramaters are overriten by what is specified here. # title netboot root (hd0,0) kernel /boot/vmlinuz nfsdir=nfsdir=192.168.27.40:/cdrom ramdisk_size=100000 init=/etc/init apm=power-off vga=791 nomce quiet BOOT_IMAGE=knoppix lang=us tz=Canada/Pacific initrd /boot/miniroot.gz