From: <p5...@ya...> - 2005-12-05 12:07:58
|
Hi all, I'm trying to costumize morphix using morphing-morphix, but when i try to boot my new image i obtain several errors... To build main module i exec this command: mmaker -t /mnt/sda1/tmp -g debian-bootstrap-sid.tgz default.xml \ default-module.mod To build minimodule i use minimod-gen. this is my minimod tree: #ls test-mini/morphix REDME files loadmod.sh main_module mini_module for the iso: isomorph --add main default-module.mod basemod-2.6.12-2005-12-05.iso temp.iso isomorph --add mini test-mini.mod temp.iso default.iso and trying my iso on vmware thi is what i obtain: [...] cloop: Read error at pos 477 in file <NULL>, 3619 bytes lost. * Loading Module /cdrom/mainmod/default-module.mod ... cloop: losetup_file: 2052 blocks, 65536 bytes/block, largest block is 65562 bytes. cloop: Can't open device read-write [...] * Checking for MiniModules on CDROM cloop: Read error at pos 477 in file <NULL>, 3619 bytes lost. head: cannot open '/mnt/main/morphix/main_module' for reading: No such file or directory * No unioctl found, not applying unionfs minimodule overlaying * No able to find /mnt/mini/mod2/morphix/loadmod.sh, continuing [..] anybody has any idea? (all binaries and script that i use are taken from morphing-morphix) tnx |