Doing a chroot with udev is a little trickier than it was before udev. Here are the steps:
mount /dev/sda1 /mnt/linux/boot mount -t none /dev /mnt/linux/dev -o bind chroot /mnt/linux/boot mount /proc mount /sys
Comment feed for this post