On 05/13/2018 07:31 PM, Frans van Berckel wrote: > Bingo. If I compare sparc/netboot.cfg and sparc64/netboot.cfg from > build/config within the debian-installer_20171204, I've got ... > > - TEMP_INITRD_XZ = $(TEMP)/initrd.xz > > - $(TEMP_INITRD_XZ): $(TEMP_INITRD) > - # xz options ensure that kernel's decoder can handle the > image. > - zcat $(TEMP_INITRD) | xz --check=crc32 --lzma2=dict=512KiB > > $(TEMP_INITRD_XZ)
That's actually a good point. This particular commit is missing for sparc64. > So I am almost sure initrd for sparc64 isn't zipped at all. That will > help. ;-) I don't know where to find debian-installer for ports within > git. But I just downloaded the sources from deb ... sparc: https://salsa.debian.org/installer-team/debian-installer/blob/master/build/config/sparc/netboot.cfg sparc64: https://salsa.debian.org/installer-team/debian-installer/blob/master/build/config/sparc64/netboot.cfg And: https://salsa.debian.org/installer-team/debian-installer/commit/980a6d3bbbfe4811c0e5d2dae30cec04e3b46664 I have commit access for debian-installer, I'll add that change for sparc64 as well. As for TILO vs. GRUB: We're planning on deprecating SILO/TILO completely for sparc64. I hope to get this done within the next weeks. GRUB itself already works fine on sparc64, it's just grub-installer and partman-auto that need to be patched. Frank Scheiner has sent patches for those, I just didn't have the time to review and merge them. I will try to resolve all these issues next week. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

