Created Live-CD will not boot

Asked by Sven Günther

Hello,

i created a Live-CD based on Ubuntu 10.04 Live-CD with the newest stable UCK Version. I think it is 2.2.1

The creation went well, but now i have the problem that the CD will not boot.

It stops everytime at: (initramfs): Can not mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs.

I tried to boot it on Kubuntu 10.04.1 LTS with Virtualbox 3.2.8, QEMU, Bochs... as an iso-file, but everytime i got the same error.

I searched the internet for hours but couldn't find an answer what's wrong. I have the feeling that something went wrong with mksquashfs while creating the filesystem.squashfs-file, even the logfile shows no error.

The mksquashfs-version is 3.4 and the kernel-module is 4.0, could that be a problem?

ls -l shows:

brw-rw---- 1 0 0 7, 7 /dev/loop7
brw-rw---- 1 0 0 7, 6 /dev/loop6
brw-rw---- 1 0 0 7, 5 /dev/loop5
brw-rw---- 1 0 0 7, 4 /dev/loop4
brw-rw---- 1 0 0 7, 3 /dev/loop3
brw-rw---- 1 0 0 7, 2 /dev/loop2
brw-rw---- 1 0 0 7, 1 /dev/loop1
brw-rw---- 1 0 0 7, 0 /dev/loop0

losetup /dev/loop0 shows:

/dev/loop0: [0b00]:5524 (/cdrom/casper/filesystem.squashfs)

If you need more information, please say so.

I hope you can help.

Sven

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Customization Kit Edit question
Assignee:
No assignee Edit question
Solved by:
Sven Günther
Solved:
Last query:
Last reply:
Revision history for this message
Sven Günther (sven-guenther-geelu) said :
#1

I found the error. squashfs-tools was not correctly installed. I reinstalled it and now everything is ok.