> The only thing I can think of is that the initramfs for .33.3 was built 
> without UUID support.

I don't think it is an UUID related problem. I was using /dev/hdaX
in /etc/fstab before I use UUID and this did not help either.

> You could check that by decompressing it (gunzip + 
> cpio -i) and searching for '*vol*'. You may be able to fix you issue by 
> running 'sudo update-initramfs -k 2.6.33.3-libre-lemote -u'. If that 
> doesn't help, I'm out of ideas.

    $ cp /boot/vmlinuz-2.6.33.3-libre-lemote .
    $ gunzip vmlinuz-2.6.33.3-libre-lemote 
    gzip: vmlinuz-2.6.33.3-libre-lemote: unknown suffix -- ignored

So I tried this:

    $ rm vmlinuz-2.6.33.3-libre-lemote
    $ cp /boot/vmlinux-2.6.33.3-libre-lemote .
    $ cpio -iv < vmlinux-2.6.33.3-libre-lemote

This last commands seems to never end. What should I do?

Thanks for your support!

Christophe

_______________________________________________
gNewSense-users mailing list
gNewSense-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/gnewsense-users

Reply via email to