[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting a
From: |
Christian Borntraeger |
Subject: |
Re: [Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting attempts |
Date: |
Tue, 26 Jun 2018 09:30:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
On 06/25/2018 05:09 PM, Vasily Gorbik wrote:
> Since uncompressed kernel image "vmlinux" elf file is not bootable under
> qemu anymore, add a check which would report that.
>
> Qemu users are encouraged to use bzImage or
> arch/s390/boot/compressed/vmlinux instead.
>
> The check relies on s390 linux entry point ABI definition, which is only
> present in bzImage and arch/s390/boot/compressed/vmlinux.
>
> Signed-off-by: Vasily Gorbik <address@hidden>
Acked-by: Christian Borntraeger <address@hidden>
some proposals regarding the wording below..
[...]
> +
> + sclp_early_printk("The linux kernel boot failure: the image is
> corrupted or not bootable.\n");
> + sclp_early_printk("Please check that you are using bootable kernel
> image \"bzImage\".\n");
> + sclp_early_printk("(or alternatively
> \"arch/s390/boot/compressed/vmlinux\" image for qemu)\n");
What about making this explain things a bit more, e.g. something like
Linux kernel boot failure: The boot image does not contain all necessary
components (like the entry point and decompressor). The plain vmlinux ELF
file no longer carries all necessary parts for starting up. Please use
bzImage or arch/s390/boot/compressed/vmlinux.
- Re: [Qemu-devel] s390 qemu boot failure in -next, (continued)
- Re: [Qemu-devel] s390 qemu boot failure in -next, Christian Borntraeger, 2018/06/25
- Re: [Qemu-devel] s390 qemu boot failure in -next, Vasily Gorbik, 2018/06/25
- Re: [Qemu-devel] s390 qemu boot failure in -next, Cornelia Huck, 2018/06/25
- Re: [Qemu-devel] s390 qemu boot failure in -next, Christian Borntraeger, 2018/06/25
- Re: [Qemu-devel] s390 qemu boot failure in -next, Guenter Roeck, 2018/06/25
- Re: [Qemu-devel] s390 qemu boot failure in -next, Vasily Gorbik, 2018/06/25
- [Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting attempts, Vasily Gorbik, 2018/06/25
- Re: [Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting attempts, Guenter Roeck, 2018/06/25
- Re: [Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting attempts,
Christian Borntraeger <=
- Re: [Qemu-devel] [PATCH] s390/boot: block uncompressed vmlinux booting attempts, Cornelia Huck, 2018/06/26
- Re: [Qemu-devel] s390 qemu boot failure in -next, Georgi Guninski, 2018/06/26