> Why is dpkg giving me errors? What did I miss? > > Note that the kernel that I am trying to install isĀ suppose to boot without > initrd. I have installed this kernel on /dev/hda1 without any problems and I > am booting just fine from it. > > Thanks
You need to mount dev for update-grub to function properly. Also, you should mount proc inside of the chroot, not to /proc. `mount -o bind dev /mnt/dev; mount -t proc none /mnt/proc` -- Jordan Metzmeier -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/50e5edd51003231137m6c114fc6x8262112fc589a...@mail.gmail.com