[Bug 571850] New: "Unsupported combination of hardware platform x86_64 and bootloader grub"
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c0 Summary: "Unsupported combination of hardware platform x86_64 and bootloader grub" Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Installation AssignedTo: juhliarik@novell.com ReportedBy: coolo@novell.com QAContact: jsrain@novell.com CC: jreidinger@novell.com Found By: --- Blocker: --- Installing 11.3 Build407 I get the %summary error in the default proposal. No idea what it means, Josef mentions it's because of UEFI support. The logs are here: https://bugzilla.novell.com/attachment.cgi?id=337370 - the machine still boots if ignoring this error. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c1 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED --- Comment #1 from Jozef Uhliarik <juhliarik@novell.com> 2010-01-19 16:10:47 UTC --- Thanks Stephan I will take a look. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c2 --- Comment #2 from Jozef Uhliarik <juhliarik@novell.com> 2010-01-19 16:25:52 UTC --- It seems that you have allowed UEFI in BIOS. y2-bootloader checks if it is possible modprobe efivars and if yes check selecting bootloader (elilo instead of grub). It is surprise for me that enebled UEFI in BIOS allows you to boot from GRUB. OK I can updated checking of supported scenarios and solve the problem. Yes it is only warning message. You can ignore it. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c3 --- Comment #3 from Stephan Kulow <coolo@novell.com> 2010-01-20 08:42:38 UTC --- this is qemu-kvm - I do not even know they have a BIOS :) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c4 --- Comment #4 from Jozef Uhliarik <juhliarik@novell.com> 2010-01-20 14:46:32 UTC --- OK but usually "modprobe efivaras" is not successful if UEFI is not allowed. I didn't check your "hardware" ;-) Probably I have to change detection of UEFI :-( -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c5 Raymund Will <rw@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rw@novell.com --- Comment #5 from Raymund Will <rw@novell.com> 2010-01-20 16:46:48 UTC --- This is very strange, as (last time I looked) 'efivars.ko' could only successfully be loaded, if the kernel had been booted by an EFI loader (i.e. with 'boot_params.efi_info.efi_loader_signature == "EL64"'). May be you could check, that '/sys/firmware/efi/systab' is accessible and "reasonable" after loading 'efivars'? E.g. like
cat /sys/firmware/efi/systab MPS=0x0 ACPI20=0x9fbfe014 ACPI=0x9fbfe000 SMBIOS=0x9f93b000 HCDP=0x0 BOOTINFO=0x0 UGA=0x0
Coolo, what does your "machine" expose there? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c6 --- Comment #6 from Stephan Kulow <coolo@novell.com> 2010-01-20 17:56:37 UTC --- perhaps the DVD is started through EFI? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c7 --- Comment #7 from Stephan Kulow <coolo@novell.com> 2010-01-21 15:40:46 UTC --- modprobe works, but there is no such directory /sys/firmware/efi after modprobe -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c8 --- Comment #8 from Raymund Will <rw@novell.com> 2010-01-21 16:21:47 UTC --- Great. So I'd advise to 'modprobe' for 'efivars' as before, but instead of checking the outcome of module-loading (which fails for compiled-in 'efivars' anyways, see ia64) you should test the existence of '/sys/firmware/efi/systab'. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c9 --- Comment #9 from Raymund Will <rw@novell.com> 2010-01-21 16:26:00 UTC --- BTW, the error message in %summary is bogus. This should definitely have an UEFI in there (like "x86_64/UEFI" or "UEFI-enabled x86_64"). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c10 Mario Guzman <mario_bz@mgtech.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mario_bz@mgtech.com --- Comment #10 from Mario Guzman <mario_bz@mgtech.com> 2010-02-04 17:53:18 UTC --- I got this too with milestone 1. I don't have an efi bios, just a plain old core 2 duo 2.4 on an Asys motherboard. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=571850 http://bugzilla.novell.com/show_bug.cgi?id=571850#c11 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED --- Comment #11 from Jozef Uhliarik <juhliarik@novell.com> 2010-02-11 09:58:19 UTC --- I added checking of QEMU to support check in yast2-bootloader 2.19.3 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com