Re: [SOLVED] Can't install deb kernel in chroot environment

2010-03-23 Thread Tech Geek
> Also, you should mount proc inside of the chroot, not to /proc. `mount -o bind > dev /mnt/dev; mount -t proc none /mnt/proc` Thanks! That worked!

Re: Can't install deb kernel in chroot environment

2010-03-23 Thread Jordan Metzmeier
> 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 functi

Can't install deb kernel in chroot environment

2010-03-23 Thread Tech Geek
I know this use to work in Debian Etch but it is not working in Lenny. So I am trying to install a kernel image (after custom compiling) on a exisiting Debian Lenny installation which is on a hard drive partition (/dev/hda5). Here is what I am doing as "root" from a current Debian installation (on