From owner-freebsd-bugs@freebsd.org Tue Sep 1 10:05:01 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AFA59C6E8A for ; Tue, 1 Sep 2015 10:05:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC187A3 for ; Tue, 1 Sep 2015 10:05:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t81A500N091903 for ; Tue, 1 Sep 2015 10:05:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 202811] FreeBSD can't boot on UEFI with AMD hardware Date: Tue, 01 Sep 2015 10:05:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: simonthoby@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2015 10:05:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202811 Bug ID: 202811 Summary: FreeBSD can't boot on UEFI with AMD hardware Product: Base System Version: 10.2-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: simonthoby@gmail.com Hi, I currently can't install FreeBSD on my computer because UEFI seeems to doesn't work with FreeBSD (while It works well with many Linux distros). I ran into this: http://i.imgur.com/YnT2Wr9.jpg. (You could also find a video of my problem here: http://www.dailymotion.com/video/x33uid3_bootup-bsd_tech). This is the same bug that https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193672 but it's marked as corrected. After viewing the issue on bugzilla, I also tried to start FreeBSD on UEFI in Virtualbox and it give me almost the same issue: http://i.imgur.com/I9b1R3O.png. Note: I tried the install on my hardware with FreeBSD-10.2-RELEASE-amd64-uefi-memstick.img and VBox with FreeBSD-10.2-RELEASE-amd64-uefi-disc1.iso. My hardware: - CPU: AMD FX-8350 - Motherboard: Gigabyte GA-990XA-UD3 with UEFI 2.31 (UEFI updated with the 2014/10/29 UEFI on gigabyte website) - RAM: Kingston HyperX Fury 8GB 1866Mhz CL10 - GPU: Sapphire R9 270X Dual-X OC I should mention that using "set boot_verbose" just before the boot doesn't print any other message that the one showed in the photo, so I couldn't obtain much information. I don't own a serial cable nor another computer so I can't get log from serial console. I had written the image on a usb stick using dd like that: " dd if=/path/to/img of=/dev/sdc bs=4M" Maybe someone have some idea on where does this bug come from or hwo to solve it ? (maybe disabling some UEFI option or adding some flag to the kernel ?) -- You are receiving this mail because: You are the assignee for the bug.