Is it posible to load a new kernel while in a chrooted environment. Say I have one linux distro and want to chroot into another and load its kernel

link|improve this question
2  
What you need to run another kernel is virtualization, not chroot. Take a look at Xen or KVM, or VMware. – Keith Aug 30 '11 at 21:42
feedback

1 Answer

Not likely. You are already running a kernel. To have it load a second one based on a particular login doesn't sound possible or desirable. With the proliferation of virtualization tools these days, I would think that's a more likely solution.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.