From owner-freebsd-current@freebsd.org Sat Apr 23 14:41:07 2016 Return-Path: Delivered-To: freebsd-current@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 73C48B19EDD for ; Sat, 23 Apr 2016 14:41:07 +0000 (UTC) (envelope-from howard0su@gmail.com) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 468031D9A for ; Sat, 23 Apr 2016 14:41:07 +0000 (UTC) (envelope-from howard0su@gmail.com) Received: by mail-io0-x22a.google.com with SMTP id f89so117703708ioi.0 for ; Sat, 23 Apr 2016 07:41:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=O/2VfX2f0Ns09htxd7y3/BPO37eexfX8O4cLXiVYxvM=; b=aWUEaQ2slHQhzraRgaVq0ggGbld3fKEZBnoWSDVTpMhun5vvjD/TSN47kvBwY3vVXG znxxagoTSLwksott3I6X+1Jq/isA+XXsv717V/qqHZwWCIfCmbCygidCUOaoQUp5D5DG 8VofUkmPoPljy1+YsQH0xl/RRxw/99xQ8m6HR1Z6c0PLB5FMXf1xTJNE+aWO9/IXwcGL Drw70adJ+JHLJO1zXvd7bBWvDUG8D5Q5vXDtujrSL5LHIkfAgXDjndxWSARmmyFlEea0 ll7v3z9zWpwqyOOocskgSSuDjFNBJd6kXVokWHhQppUQKN7goBIjgZwWDQ/50XE3lRgn UIvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=O/2VfX2f0Ns09htxd7y3/BPO37eexfX8O4cLXiVYxvM=; b=hM041loPEdH6o9HbB2TD9r2plEooJDA0hU7zx/YIMGkXWSsne5z9ILgr8Sa4E4zqwU 5sVh8qDoxRp8xj90e76jRd0WKlTVW2yRAV+XaJLQMWoKOYENwYxIIjKKT11DXbiQUl/b w6M9GvJ1tjkV/t5hyV/JfzvxngNqbLDnuwNayrRPNIJeARYsfMcHOpRPwq4qmAqLNbqz LtZTNEFUy9cImdADl+421dSafgoGt8R7dq4SSqMp5EZd2JhbE8vWML3B81xMNF0PmWmV Ghus7nWmWEwkQB9cyMQVrBJq47aLa8L3lot00N0LLWYZuvVPtvnmzHkFCBjEvBqGt7l6 Agaw== X-Gm-Message-State: AOPr4FXO0ktaPysSmk3n6TKTsnvy3RgKt9YP/BSBkQkgjnTX7E5NGxpop8faeIlwTB+w5gS53f+/ly+GaqEvNg== X-Received: by 10.107.132.194 with SMTP id o63mr10781726ioi.118.1461422466635; Sat, 23 Apr 2016 07:41:06 -0700 (PDT) MIME-Version: 1.0 From: Howard Su Date: Sat, 23 Apr 2016 14:40:57 +0000 Message-ID: Subject: Failed to boot -Current snapshot memstick img with EFI To: "freebsd-current@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2016 14:41:07 -0000 The issue is partition table in img is wrong so that GEOM cannot discover the partitions. Detailed error: GEOM_PART: last LBA is below first LBA: 0 < 32 GEOM_PART: integrity check failed (da0, MBR) I tried this month and last month memstick img. both has same problem. Any idea on the issue? -Howard -- -Howard