Quote (roberts @ April 16 2007,00:20) |
Please tell us which drive which partition contains DSL You will need more that just the single KNOPPIX/KNOPPIX which is poormans. You will also need the linux24 and minirt24.gz files with the main KNOPPIX folder. Does your present grub use the device.map? Are you familiar with grub's drive/partition numbering scheme? |
Quote (curaga @ April 16 2007,16:54) |
Memory shouldn't have problems like that; if it's faster mem, then it will just slow down to the other memory chips... It's just broken. Check isolinux.cfg from the dsl cd. In particular the section below "label dsl" and just use those codes in grub (maybe some modification for grub syntax) It will be something like this: title DSL root (hd0,0) kernel /KNOPPIX/linux24 quiet ramdisk_size=80000 vga=normal initrd /KNOPPIX/minirt24.gz |