Re: Latest install images
Michael Cree <[email protected]>
| Newsgroups | gmane.linux.debian.ports.alpha |
|---|---|
| Message-ID | <20170911081528.mxgazngfe5q67psb@tower> |
On Mon, Sep 11, 2017 at 07:06:08AM +0000, Gyenes Istvan wrote: > aboot> 1 > aboot: loading uncompressed boot/vmlinuz... > aboot: loading compressed boot/vmlinuz... > aboot: zero-filling 403856 bytes at 0xfffffc0001f96bf0 > aboot: loading initrd (16612573 bytes/16223 blocks) at 0xfffffc002adda000 > aboot: starting kernel boot/vmlinuz with arguments ramdisk_size=48565  root=/dev/ram devfs=mount,dall  console=ttyS0 > > halted CPU 0 > > halt code = 5 > HALT instruction executed > PC = fffffc000139c1b4 > >>> Oh, that's that generic kernel fails to boot on some systems bug. I seem to recall someone saying that the SMP kernel boots. Is that on the install disk? Maybe you can give that a go. Otherwise you will have to build a machine specific kernel. One can do that on current Debian stable with the gcc-alpha-linux-gnu cross compiler package. Cheers Michael.