Re: Longer command line for kexec on i386

2007-07-25 Thread Ed Swierk
Ed Swierk arastra.com> writes: > I made the following change to kexec: > > [deleted] > > but I'm now seeing intermittent corruption of the initrd in the new kernel--a > few bytes at different locations each time. > > I suspect I've neglected some other important changes to the boot protocol.

Longer command line for kexec on i386

2007-07-23 Thread Ed Swierk
I'm attempting to get kexec to pass a command line longer than 256 bytes to the new kernel, using kexec-tools-testing-20070330 and kernel 2.6.22.1. The new kernel is a bzImage, and I'm using kexec to tack on a command line and an initrd. I made the following change to kexec: --- kexec-tools-tes