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: [email protected] To contact the owner, e-mail: [email protected]
