Hi Pascal,
I am trying it out using elilo but getting an error that says - "Could not read boot sector from vmlinuz...".
1. Can you please check if the following config option is enabled for the 64-bit kernel?
Section: XIII/ Booting on EFI/x86_64 platforms
2. The section also says:
Elilo ONLY takes compressed kernel image which are
typically obtained via a 'make bzImage'. Plain elf/x86_64 kernel can't
be booted (plain vmlinux will not work). Similarly, existing initial
ramdisks can be used without modifications.
but when I am checking the vmlinuz file, I get:
$ file vmlinuz-3.2.53-slitaz
vmlinuz-3.2.53-slitaz: Linux kernel x86 boot executable bzImage, RO-rootFS, swap_dev 0x2, Normal VGA
I think the vmlinux should be x84_64 instead of x86 as shown above.