Hello everybody!!! Thank you for some awesome work!!!
I can't seem to be able to "burn" the images on a hard disk,
I use
dd if=dockstar.freepbx.image of=/dev/sdb
and it seems to complete ok but the dockstar does not boot
from that drive.
When I run
e2fsck -y /dev/sdb1
I get thousands of errors and a filled lost+found folder...
Or alternatively
e2fsck: Superblock invalid, trying backup blocks...
e2fsck: Bad magic number in super-block while trying to open /dev/sdb1
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
What am I doing wrong?