Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:remastering [2014/01/09 10:18] – srekrap | 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 98: | Line 98: | ||
* //Loading / | * //Loading / | ||
- | Could not find ramdisk image: /boot/<myinitrd> | + | Could not find ramdisk image: /boot/<myrdimg> |
- | - This shows the CD is readable and the boot loader found some good stuff... however this may simply mean the CD brun was not completely successful. Errors with Windows CD burn applications may produce a readable CD and /boot directory, but other CD data (like the initrd file) may be corrupt. | + | - 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: |