PDA

View Full Version : Remaster From HD Install



bongski55
09-06-2003, 11:28 AM
I now have a Knoppix hd installation which I have tweaked to my liking. I installed and uninstalled software,changed the looks,etc.
What should I do in order to make a knoppix live cd from my hd installation?

wangji
09-09-2003, 05:36 PM
mkisofs that partition then compressloop the iso file

for more info read remastering and/or morphix forum
old posts are quite good

bongski55
09-10-2003, 04:08 AM
mkisofs that partition then compressloop the iso file

for more info read remastering and/or morphix forum
old posts are quite good

I do have an idea since I already have done successful remasters before. What I want to know are:
1. how to make a new boot.img file(see related post).
2.should I transfer the whole root partition for remasterring and making iso?
3.if so what is the maximum size of the partition in order to woirk as a single cd iso?

wangji
09-10-2003, 11:35 AM
bongski55 wrote
1. how to make a new boot.img file(see related post).
2.should I transfer the whole root partition for remasterring and making iso?
3.if so what is the maximum size of the partition in order to woirk as a single cd iso?

sorry to be short.
mount -o loop boot.img /your_mount_point ;look at syslinux.cfg
modify add what you like to modify it/

Once you have a partition working as you like,my simplest way is to boot
from a cd_knoppix into textmode then make iso of your partition,then compress.This way you don't have to transfer anywhere (save disk space).
You don't have to care about the partition size,since it only "iso" the
stored file structure,not the empty space of the partition..Just care about at the end to have final iso below 725Mb for 700Mb_cd
hope it helps[/quote]

bongski55
09-10-2003, 04:57 PM
sorry to be short.
mount -o loop boot.img /your_mount_point ;look at syslinux.cfg
modify add what you like to modify it/

It is not that simple. You have to put in the new vmlinuz file and a modified miniroot.gz.
The miniroot is the most difficult part.

utms123
09-12-2003, 08:47 AM
I now have a Knoppix hd installation which I have tweaked to my liking. I installed and uninstalled software,changed the looks,etc.
What should I do in order to make a knoppix live cd from my hd installation?

help me how to remove the error for mkisofs

"out of memory:killed process 1173
terminated"

A. Jorge Garcia
09-12-2003, 08:06 PM
Is there a simple way to do this, some step-by-step HOWTO somewhere?

I can't find it anywhere....

TIA,