LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   knoppix remastering script fails (https://www.linuxquestions.org/questions/linux-newbie-8/knoppix-remastering-script-fails-456551/)

lukman 06-20-2006 09:08 AM

knoppix remastering script fails
 
I am using the knoppix remaster using scripts 'How to'. I have done everything correctly, but when i run the script (./knoppix-remaster /mnt/hda2/remaster), it starts to copy all the files onto my hda2, then at 70% an error comes up and its fast so i cant read it. and then it says in the 'how to' to select option number 1 chroot. But when i press the arrow key there are very unusual characters coming up and anything i type i cant see. I have been trying to remaster this for a week and have been having the same problem... Please help

Thanks

blackhole54 07-11-2006 07:34 AM

Quote:

Originally Posted by lukman
when i run the script (./knoppix-remaster /mnt/hda2/remaster), it starts to copy all the files onto my hda2, then at 70% an error comes up and its fast so i cant read it

To capture the error message, try the following:

Code:

./knoppix-remaster /mnt/hda2/remaster 2>&1 | tee <filename>
where <filename> is the name of the file to log output. This will show the same messages to the screen as before, but will also log them in <filename>.


All times are GMT -5. The time now is 12:22 PM.