I have managed to succesfully create a Kubuntu LiveUSB with KDE 3.5 and 4.0
The problem I am having is that When it comes to updating the kernel I get package breakages in Adept, all other updates update fine.
I then goto console and run:
and I get this:
"update-initramfs is disabled since running on a live CD" being the most important part
Seeing as it is a LiveUSB with Persistence on, how can I enable update-initramfs? or is there any way to update the kernel manually by copying files here and there and changing some config scripts?
Any help on this would be most appreciated
The problem I am having is that When it comes to updating the kernel I get package breakages in Adept, all other updates update fine.
I then goto console and run:
Code:
sudo dpkg --configure -a
Code:
Setting up linux-image-2.6.24-19-generic (2.6.24-19.36) ... Running depmod. update-initramfs is disabled since running on a live CD Failed to symbolic-link /boot/initrd.img-2.6.24-19-generic to initrd.img. dpkg: error processing linux-image-2.6.24-19-generic (--configure): subprocess post-installation script returned error exit status 17 dpkg: dependency problems prevent configuration of linux-restricted-modules-2.6.24-19-generic: linux-restricted-modules-2.6.24-19-generic depends on linux-image-2.6.24-19-generic; however: Package linux-image-2.6.24-19-generic is not configured yet. dpkg: error processing linux-restricted-modules-2.6.24-19-generic (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: linux-image-2.6.24-19-generic linux-restricted-modules-2.6.24-19-generic
Seeing as it is a LiveUSB with Persistence on, how can I enable update-initramfs? or is there any way to update the kernel manually by copying files here and there and changing some config scripts?
Any help on this would be most appreciated
Comment