[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can't install deb kernel in chroot environment



> 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


Reply to: