I find a solution:

1. - Download/grab a live cd.


2. - Start live cd and when it loads the desktop open a gnome-terminal.


3. - Create this dirs:


sudo mkdir /media/karmic

sudo mkdir /media/karmic/proc /media/karmic/dev /media/karmic/etc


4. - Mount your linux partition (for me sda6):

sudo mount /dev/sda6 /media/karmic


5. - Bind the dirs:

sudo mount -o bind /proc /media/karmic/proc

sudo mount -o bind /dev /media/karmic/dev/

sudo mount -o bind /dev/pts /media/karmic/dev/pts


6. - Copy this file

sudo cp /etc/resolv.conf /media/karmic/etc/resolv.conf


7. - Update your real linux partition with chroot:

sudo chroot /media/karmic apt-get update


8. - Upgrade your real linux partition with chroot:

sudo chroot /media/karmic apt-get dist-upgrade


9. - If you have some broken package:

sudo chroot /media/karmic apt-get -f install


10. - Reboot and voilá! Fixed for me.


I think that the lastest udev update fix the problem.

-- 
kernel boot broken: init: udevtrigger mainprocess (1283) terminated with status 
1
https://bugs.launchpad.net/bugs/433943
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to