Knoppix HD
From Koset Surakomol
Steps
- I first installed Damn Small Linux (DSL) just to get grub installed on the mbr. Perhaps this isn't necessary, but I'm documenting it just in case.
- I then removed all partitions on hda.
- I then followed the basic process for installing to a USB stick but substituted hda. In previous attempts, I had trouble getting grub to stick, which is why I added DSL to the mix.
HD partitions
pre
- fdisk -l /dev/hda
Device Boot Start End Blocks Id System
/dev/hda1 1 125 1004031 83 Linux /dev/hda2 126 250 1004062+ 82 Linux swap / Solaris /dev/hda3 251 19457 xxxxxxxx 83 Linux (the rest of the disk) /pre
grub menu.lst
pre default 0 timeout 5
title Knoppix home=scan kernel /boot/isolinux/linux ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 init=minirt.gz nomce quiet BOOT_IMAGE=knoppix 2 home=scan initrd /boot/isolinux/minirt.gz /pre
