PDA

View Full Version : Remastered ISO fails to boot



mwagner_00
02-23-2004, 06:50 AM
Hi All,

I followed the remastering "howto" here on Knoppix.net. After creating the ISO image, it left me with a 2mb iso file. I know I didn't remove that many things to cause it to shrink to 2mb. I tried booting from the file, and here is what I get:

http://mail.mccesc.k12.oh.us/ss.JPG

Any help is greatly appreciated.

Thanks,

-Mike

cesman
03-07-2004, 11:12 PM
Did you modify linuxrc at all? That maybe the cause of the problem.


if test -f /cdrom2/KNOPPIX/KNOPPIX; then
insmod -f /modules/cloop.o file=/cdrom2/KNOPPIX/KNOPPIX


Is where linuxrc looks for the cloop image, if the image isn't there or you change the name this maybe the problem.

cesman