Comment 88 for bug 125702

Revision history for this message
Schugy (ich-schugy) wrote :

Is it adequate to put version 1.296 onto the casper-rw partition or do we have to create a new initrd?
I've tried to run version 1.296 manually with sudo sh /etc/init.d/casper stop but the error remains. I've verified that this is the new file (bigger).

Grub is configured as follows:

menuentry "Kubuntu persistent 11.04 32 Bit" {
    loopback loop /kubuntu-11.04-desktop-i386.iso
    linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/kubuntu-11.04-desktop-i386.iso persistent noeject noprompt
    initrd (loop)/casper/initrd.lz

I've also tried Kubuntu 11.10 with this script:

menuentry 'Kubuntu 11.10 32 Bit persistent'{
 set root='(fd0)'
 linux (fd0)/vmlinuz root=UUID=310870bd-add2-4584-85b6-75c4e039a65e boot=casper locale=de_DE bootkbd=de console-setup/layoutcode=de persistent file=/cdrom/preseed/kubuntu.seed
 initrd (fd0)/initrd.lz}

Still no luck.