Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:remastering [2011/08/24 02:09] – small tweaks curaga | wiki:remastering [2015/09/17 20:42] (current) – Updated file names because the new releases are different mzs.112000 | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ===== Unpacking ===== | ===== Unpacking ===== | ||
| - | First, get the kernel and '' | + | First, get the kernel and '' |
| < | < | ||
| sudo mount tinycore.iso /mnt/tmp -o loop,ro | sudo mount tinycore.iso /mnt/tmp -o loop,ro | ||
| - | cp / | + | cp / |
| sudo umount / | sudo umount / | ||
| Line 28: | Line 28: | ||
| sudo umount / | sudo umount / | ||
| - | Then, extract '' | + | Then, extract '' |
| < | < | ||
| cd / | cd / | ||
| - | zcat /tmp/tinycore.gz | sudo cpio -i -H newc -d</ | + | zcat /tmp/core.gz | sudo cpio -i -H newc -d</ |
| Now, the full filesystem is in ''/ | Now, the full filesystem is in ''/ | ||
| Line 67: | Line 67: | ||
| cd /tmp | cd /tmp | ||
| advdef -z4 tinycore.gz</ | advdef -z4 tinycore.gz</ | ||
| + | | ||
| It is packed at level 2 to save time. advdef -z4 is equivalent to about -11 on gzip. | It is packed at level 2 to save time. advdef -z4 is equivalent to about -11 on gzip. | ||
| Line 93: | Line 93: | ||
| You may find [[http:// | You may find [[http:// | ||
| + | |||
| + | |||
| + | ===== Possible Errors When Booting ===== | ||
| + | |||
| + | * //Loading / | ||
| + | Could not find ramdisk image: / | ||
| + | - There seems to be a limit on the number of characters in the name of the ramdisk image file (if it's >= 10 chars it failed for all my tries, but 7 chars worked). | ||
| [[wiki: | [[wiki: | ||