[opensuse-arm] pine64 tumbleweed image
Hi ! I gave a try today to the pine64 non-upstream openSUSE Tumbleweed image [1] Writing the image to sdcard went fine and I was able to boot. I did not get to a prompt though. It stopped at Loading linux.vmx... Loading initrd.vmx... EFI stub: Booting Linux Kernel... EFI stub: UEFI Secure Boot is enabled. EFI stub: Generating empty DTB EFI stub: Exiting boot services and installing virtual address map... U-Boot EFI: Relocation at 00000000bffacff0 is out of range (1fffc1d0) U-Boot EFI: Relocation at 00000000bffad000 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad010 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad020 is out of range (1fffc058) Any advice what I can try next ? Anything I can do to help ? Thanks Paul [1] http://download.opensuse.org/repositories/devel:/ARM:/Factory:/Contrib:/Pine... -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 14 Sep 2016, at 17:33, Paul Gonin <paul.gonin@gmail.com> wrote:
Hi !
I gave a try today to the pine64 non-upstream openSUSE Tumbleweed image [1]
Writing the image to sdcard went fine and I was able to boot.
I did not get to a prompt though.
It stopped at Loading linux.vmx... Loading initrd.vmx... EFI stub: Booting Linux Kernel... EFI stub: UEFI Secure Boot is enabled. EFI stub: Generating empty DTB EFI stub: Exiting boot services and installing virtual address map... U-Boot EFI: Relocation at 00000000bffacff0 is out of range (1fffc1d0) U-Boot EFI: Relocation at 00000000bffad000 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad010 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad020 is out of range (1fffc058)
Any advice what I can try next ? Anything I can do to help ?
Could you please try and run with earlycon? :) Thanks (and sorry for not having fixed it yet), Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi, no problem I am just tinkering for fun / learning. I tried to add the earlycon boot option : GNU GRUB version 2.02~beta3 ┌────────────────────────────────────────────────────────────────────────────┐ │setparams 'openSUSE [ VMX ]' │ │ │ │ echo Loading linux.vmx... │ │ set gfxpayload=800x600 │ │ $linux /boot/linux.vmx quiet splash=silent plymouth.enable=0 rootfl\│ │ags=size=100% console=ttyS0,115200n8 showopts earlycon │ │ echo Loading initrd.vmx... │ │ $initrd /boot/initrd.vmx │ │ │ │ │ │ │ │ │ └────────────────────────────────────────────────────────────────────────────┘ Minimum Emacs-like screen editing is supported. TAB lists completions. Press Ctrl-x or F10 to boot, Ctrl-c or F2 for a command-line or ESC to discard edits and return to the GRUB menu. and got the same result as previous boot. thanks Paul On Thu, Sep 15, 2016 at 1:57 PM, Alexander Graf <agraf@suse.de> wrote:
On 14 Sep 2016, at 17:33, Paul Gonin <paul.gonin@gmail.com> wrote:
Hi !
I gave a try today to the pine64 non-upstream openSUSE Tumbleweed image [1]
Writing the image to sdcard went fine and I was able to boot.
I did not get to a prompt though.
It stopped at Loading linux.vmx... Loading initrd.vmx... EFI stub: Booting Linux Kernel... EFI stub: UEFI Secure Boot is enabled. EFI stub: Generating empty DTB EFI stub: Exiting boot services and installing virtual address map... U-Boot EFI: Relocation at 00000000bffacff0 is out of range (1fffc1d0) U-Boot EFI: Relocation at 00000000bffad000 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad010 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad020 is out of range (1fffc058)
Any advice what I can try next ? Anything I can do to help ?
Could you please try and run with earlycon? :)
Thanks (and sorry for not having fixed it yet),
Alex
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi, The root cause was earlier: WARNING: No device tree loaded, expect boot to fail That's the known ext4 issue and Stefan's commands fix this just fine: https://bugzilla.suse.com/show_bug.cgi?id=989284#c1 For the record the earlycon is: earlycon=uart8250,mmio32,0x01c28000 With the latest 2016.09.06-Build5.1 I am then running into: Thu Sep 8 00:00:00 UTC 2016 [ 14.179763] systemd-udevd[232]: starting version 228 [ 14.189297] random: systemd-udevd urandom read with 1 bits of entropy available [ 14.411296] usbcore: registered new interface driver usbfs [ 14.419133] usbcore: registered new interface driver hub [ 14.427450] usbcore: registered new device driver usb [ 14.439719] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 14.442070] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 14.443900] systemd-udevd[251]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.443911] systemd-udevd[249]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.444475] aes_ce_blk: Unknown symbol ablk_decrypt (err 0) [ 14.444586] aes_ce_blk: Unknown symbol ablk_set_key (err 0) [ 14.444613] aes_ce_blk: Unknown symbol ablk_init (err 0) [ 14.444622] systemd-udevd[240]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.444635] aes_ce_blk: Unknown symbol ablk_encrypt (err 0) [ 14.444664] aes_ce_blk: Unknown symbol ablk_exit (err 0) [ 14.472814] sunxi-mmc 1c0f000.mmc: base:0xffffff80001ea000 irq:6 [ 14.528932] mmc0: host does not support reading read-only switch, assuming write-enable [ 14.542617] mmc0: new high speed SDHC card at address aaaa [ 14.553109] aes_ce_blk: Unknown symbol ablk_decrypt (err 0) [ 14.553163] systemd-udevd[247]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.556064] ehci-platform: EHCI generic platfo A similar issue has shown up during my HiKey testing with Factory kernel, possibly also with Kernel:HEAD. So either something's broken with the upstream module/Kconfig or our Kiwi description is doing something unexpected with the modules? Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am 16.09.2016 um 01:02 schrieb Andreas Färber:
[ 14.443900] systemd-udevd[251]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.443911] systemd-udevd[249]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.444475] aes_ce_blk: Unknown symbol ablk_decrypt (err 0) [ 14.444586] aes_ce_blk: Unknown symbol ablk_set_key (err 0) [ 14.444613] aes_ce_blk: Unknown symbol ablk_init (err 0) [ 14.444622] systemd-udevd[240]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.444635] aes_ce_blk: Unknown symbol ablk_encrypt (err 0) [ 14.444664] aes_ce_blk: Unknown symbol ablk_exit (err 0) [ 14.472814] sunxi-mmc 1c0f000.mmc: base:0xffffff80001ea000 irq:6 [ 14.528932] mmc0: host does not support reading read-only switch, assuming write-enable [ 14.542617] mmc0: new high speed SDHC card at address aaaa [ 14.553109] aes_ce_blk: Unknown symbol ablk_decrypt (err 0) [ 14.553163] systemd-udevd[247]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.556064] ehci-platform: EHCI generic platfo
A similar issue has shown up during my HiKey testing with Factory kernel, possibly also with Kernel:HEAD. So either something's broken with the upstream module/Kconfig or our Kiwi description is doing something unexpected with the modules?
Indeed the latter: https://build.opensuse.org/request/show/428031
Regards, Andreas
-- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi ! I gave a try to openSUSE-Tumbleweed-ARM-JeOS-pine64.aarch64-2016.09.27-Build4.4.raw.xz I am getting a slightly different result. Loading linux.vmx... Loading initrd.vmx... EFI stub: Booting Linux Kernel... EFI stub: UEFI Secure Boot is enabled. EFI stub: Using DTB from configuration table EFI stub: Exiting boot services and installing virtual address map... U-Boot EFI: Relocation at 00000000bffacff0 is out of range (1fffc1d0) U-Boot EFI: Relocation at 00000000bffad000 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad010 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad020 is out of range (1fffc058) [ 0.320694] dmi: Firmware registration failed. [ 8.024526] rtc-efi rtc-efi: can't read time [ 8.075878] rtc-efi rtc-efi: can't read time [ 8.080160] rtc-efi rtc-efi: hctosys: unable to read the hardware clock setterm: cannot (un)set powersave mode: Inappropriate ioctl for device full console: http://paste.opensuse.org/28835324 thanks rgds Paul On Fri, Sep 16, 2016 at 3:19 AM, Andreas Färber <afaerber@suse.de> wrote:
Am 16.09.2016 um 01:02 schrieb Andreas Färber:
[ 14.443900] systemd-udevd[251]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.443911] systemd-udevd[249]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.444475] aes_ce_blk: Unknown symbol ablk_decrypt (err 0) [ 14.444586] aes_ce_blk: Unknown symbol ablk_set_key (err 0) [ 14.444613] aes_ce_blk: Unknown symbol ablk_init (err 0) [ 14.444622] systemd-udevd[240]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.444635] aes_ce_blk: Unknown symbol ablk_encrypt (err 0) [ 14.444664] aes_ce_blk: Unknown symbol ablk_exit (err 0) [ 14.472814] sunxi-mmc 1c0f000.mmc: base:0xffffff80001ea000 irq:6 [ 14.528932] mmc0: host does not support reading read-only switch, assuming write-enable [ 14.542617] mmc0: new high speed SDHC card at address aaaa [ 14.553109] aes_ce_blk: Unknown symbol ablk_decrypt (err 0) [ 14.553163] systemd-udevd[247]: ctx=0x55a5ecc100 path=/lib/modules/4.5.0-1-pine64/kernel/crypto/ablk_helper.ko error=No such file or directory [ 14.556064] ehci-platform: EHCI generic platfo
A similar issue has shown up during my HiKey testing with Factory kernel, possibly also with Kernel:HEAD. So either something's broken with the upstream module/Kconfig or our Kiwi description is doing something unexpected with the modules?
Indeed the latter: https://build.opensuse.org/request/show/428031
Regards, Andreas
-- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am 04.10.2016 um 11:07 schrieb Paul Gonin:
I am getting a slightly different result.
Loading linux.vmx... Loading initrd.vmx... EFI stub: Booting Linux Kernel... EFI stub: UEFI Secure Boot is enabled. EFI stub: Using DTB from configuration table EFI stub: Exiting boot services and installing virtual address map... U-Boot EFI: Relocation at 00000000bffacff0 is out of range (1fffc1d0) U-Boot EFI: Relocation at 00000000bffad000 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad010 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad020 is out of range (1fffc058) [ 0.320694] dmi: Firmware registration failed. [ 8.024526] rtc-efi rtc-efi: can't read time [ 8.075878] rtc-efi rtc-efi: can't read time [ 8.080160] rtc-efi rtc-efi: hctosys: unable to read the hardware clock setterm: cannot (un)set powersave mode: Inappropriate ioctl for device
full console: http://paste.opensuse.org/28835324
You'll need to edit the command line in GRUB to drop "quiet". I had success after disabling USB (usbcore.disable=1 or something like that), otherwise it would freeze in EHCI driver initialization. YMMV. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
I got a prompt ! Thanks ! the actual option is usbcore.nousb so the full edited $linux line I used $linux /boot/linux.vmx splash=silent plymouth.enable=0 rootflags=size=100% console=ttyS0,115200n8 showopts usbcore.nousb Unfortunately the console is filled with this error message every second rtc-efi rtc-efi: can't read time On Tue, Oct 4, 2016 at 1:11 PM, Andreas Färber <afaerber@suse.de> wrote:
Am 04.10.2016 um 11:07 schrieb Paul Gonin:
I am getting a slightly different result.
Loading linux.vmx... Loading initrd.vmx... EFI stub: Booting Linux Kernel... EFI stub: UEFI Secure Boot is enabled. EFI stub: Using DTB from configuration table EFI stub: Exiting boot services and installing virtual address map... U-Boot EFI: Relocation at 00000000bffacff0 is out of range (1fffc1d0) U-Boot EFI: Relocation at 00000000bffad000 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad010 is out of range (1fffc1e8) U-Boot EFI: Relocation at 00000000bffad020 is out of range (1fffc058) [ 0.320694] dmi: Firmware registration failed. [ 8.024526] rtc-efi rtc-efi: can't read time [ 8.075878] rtc-efi rtc-efi: can't read time [ 8.080160] rtc-efi rtc-efi: hctosys: unable to read the hardware clock setterm: cannot (un)set powersave mode: Inappropriate ioctl for device
full console: http://paste.opensuse.org/28835324
You'll need to edit the command line in GRUB to drop "quiet". I had success after disabling USB (usbcore.disable=1 or something like that), otherwise it would freeze in EHCI driver initialization. YMMV.
Regards, Andreas
-- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Alexander Graf
-
Andreas Färber
-
Paul Gonin