hallo,
mein Ziel ist es, eine live cd mit minimalem Ubuntu zu erstellen. Dazu verwendete ich folgende Anleitung: https://help.ubuntu.com/community/LiveCDCustomization
ich befolgte es bis zum Schritt "Extracting the Desktop system"
auf der seite http://cdimages.ubuntu.com/livecd-base/current/ fand ich eine squashfs datei. da in der adresse "livecd-base" vorkommt, geh ich davon aus, dass es sich um ein basis-system für LiveCDs handelt.
Anstelle von:
sudo mount -t squashfs -o loop mnt/casper/filesystem.squashfs squashfs
verwendete ich die heruntergeladene .squashfs Datei (ich verwende i386). Leider bekomme ich folgende Fehlermeldung:
mount: wrong fs type, bad option, bad superblock on /dev/loop1, missing codepage or helper program, or other error Manchmal liefert das Syslog wertvolle Informationen – versuchen Sie dmesg | tail oder so
Die Ausgabe von
1 | dmesg | tail |
ergibt
[ 897.238953] SQUASHFS error: Major/Minor mismatch, trying to mount newer 4.0 filesystem [ 897.238957] SQUASHFS error: Please update your kernel
PS.: stimmt meine annahme, dass es sich um ein basis-dateinsystem für eine LiveCD handelt überhaupt?
lg