udevadm trigger is not permitted while udev is unconfigured. # initramfs in Ubuntu 10.04
1. Boot liveCD of Ubuntu 10.04
2. "sudo fdisk -l" to find your boot disk, in my case it is /dev/sda5.
3. "sudo mkdir /media/newroot"
4. "sudo mount /dev/sda5 /media/newroot", change sda1 to whatever your boot disk is.
5. "sudo chroot /media/newroot"
'6. "ls /boot" to find your latest kenel. Mine has both 2.6.32-24-generic and 2.6.32-24-386. I don't know which one is causing the problem, so I updated both.
7. "sudo update-initramfs -u -k 2.6.32-24-generic"
8. reboot and smile.'
Note : when you do the step 7 it will show some thing like this
root@ubuntu:/# update-initramfs -u -k 2.6.32-24-generic
update-initramfs: Generating /boot/initrd.img-2.6.32-24-generic
grep: /proc/modules: No such file or directory
grep: /proc/modules: No such file or directory
grep: /proc/modules: No such file or directory
Don't mind this error just restart and Njoy.
No comments:
Post a Comment