On Tue, Jun 28, 2005 at 01:36:29PM +1000, Samad, Alex wrote: > > aboot: loading uncompressed boot/vmlinuz... > aboot: loading compressed boot/vmlinuz... > aboot: Can't load kernel. > Memory at fffffc0000310000 - fffffc00005718ff (chunk 0) is Busy > (Reserved)
The problem is this - kernels for TITAN-based machines (DS15/DS25/ES45) MUST BE BUILT with LEGACY_START_ADDRESS turned OFF. The console for those machines are so large that there's conflict between the SRM console code and where the kernel wants to load/run (0x310000 as seen in the error message above). IIRC, all SRM console machines are capable of loading/running a kernel built without LAGCY_START_ADDRESS - that option is necessary ONLY for MILO machines... --Jay++ --------------------------------------------------------------- Jay A Estabrook HPTC - XC I & B Hewlett-Packard Company - ZKO1-3/D-B.8 (603) 884-0301 110 Spit Brook Road, Nashua NH 03062 [EMAIL PROTECTED] --------------------------------------------------------------- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

