From owner-freebsd-current@freebsd.org Thu Jul 28 09:24:25 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 4DEBBBA70A0 for ; Thu, 28 Jul 2016 09:24:25 +0000 (UTC) (envelope-from howard0su@gmail.com) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (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 ED2E21C86; Thu, 28 Jul 2016 09:24:24 +0000 (UTC) (envelope-from howard0su@gmail.com) Received: by mail-vk0-x230.google.com with SMTP id n129so27754938vke.3; Thu, 28 Jul 2016 02:24:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=F4FqgxM44IJPWi1xK6lqmjauxn8Kg+D43r7RQTQiVbU=; b=fgHK4T7fH1VrB7QcWPvnpL4G+oqUo31iqFlxVGbODDCo79j+meV6ak1xj5t4BDPCRB 6wUzjZtCsNFBbbqfjOIKFi/R37K59IvJRXV5zakHxiRxjBQsVAZhT4Hb1Yurn3evZwY/ vlm/SwLGL9K0KrUesqZguRsdQLXyUfcn8ytPLtZQNMClXQeYmG+Sdjkxi2tRUCLGIzPY dJrIbedvnwmr+KCZOnLL15i4BpDRs2SiudPJAjcCpIC6lYgIgzbZbpkaHVOE2S8N4GKF A5xAFHsTdDkPNN/njpxc7IHXXnY5SrgMRVdn/R6pZFRjkgiGJp3V6kwkfaoyKkZLVYou jOWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=F4FqgxM44IJPWi1xK6lqmjauxn8Kg+D43r7RQTQiVbU=; b=WKT7MhOD0HUcdFl3iwiu6p5cqazDpRx8JMAK6+qqrqRPaezN2X4ld5682Jyi1Jnd2L mzY8NFfTSd6os88d3WvK+7FxAZddUa5YoOdRt+pcGWDxUfBC+npjVJ4BQtUou7gYj9da svmSX2b9KKnaXaTbeqZFN1dElBFM1eiHIDAfmavx3P5qnj8KPBEOJNUsr5PqWO4rHruj hgmuG3RgNIRUWqEPQyOhcOwnSL+J+sRfr1yIbAL4cdWIP5qm3bQFHCf1/GqGcqjmXmGn jae22L3WImVehct0tPqFNW8EVrGhzdf9LUY4/UDMZz+HBgC2W6ijjZO6jq0sieN2YihT hkzg== X-Gm-Message-State: AEkoousYah+UlggDuxn88liIffeb4GH02NaQoPk0IYpiXzZZlXzsztFmJ6nOkoFkjn9+D7xpLESWDvT4wFLrbA== X-Received: by 10.31.115.140 with SMTP id o134mr15444006vkc.0.1469697863820; Thu, 28 Jul 2016 02:24:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Howard Su Date: Thu, 28 Jul 2016 09:24:14 +0000 Message-ID: Subject: Re: Fwd: Failed to boot -Current snapshot memstick img with EFI To: Allan Jude , freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 28 Jul 2016 09:24:25 -0000 It turns out a USB driver problem. the usb disk size is not correctly detected. But the disk works fine in BIOS. Here is dmesg information: ugen7.2: at usbus7 umass0: on usbus7 umass0: SCSI over Bulk-Only; quirks =3D 0x8100 umass0:6:0: Attached to scbus6 da0 at umass-sim0 bus 0 scbus6 target 0 lun 0 da0: Removable Direct Access SPC-4 SCSI device da0: Serial Number 137161312223005B da0: 40.000MB/s transfers da0: 0MB (1 512 byte sectors) <---------------- da0: quirks=3D0x2 GEOM_PART: integrity check failed (da0, MBR) GEOM_PART: integrity check failed (diskid/DISK-137161312223005B, MBR) Anyone has idea how this happen? -Howard On Wed, Jul 27, 2016 at 12:21 PM Howard Su wrote: > 8GB > > Allan Jude =E4=BA=8E2016=E5=B9=B47=E6=9C=8827=E6= =97=A5=E5=91=A8=E4=B8=89 =E4=B8=8A=E5=8D=8811:35=E5=86=99=E9=81=93=EF=BC=9A > >> On 2016-07-26 23:33, Howard Su wrote: >> > The same issue is still there in 11-BETA2. I tried the memstick image >> for >> > amd64. I got the exact same error (with boot -v). >> > =E2=80=8BGEOM_PART: last LBA is below first LBA: 0 < 32 >> > GEOM_PART: integrity check failed (da0, MBR) >> > >> > This make mem stick image totally useless. Anyone take a look? I am >> happy >> > to provide more information. >> > >> > Thanks, >> > >> > Howard >> > >> > ---------- Forwarded message ---------- >> > From: Howard Su >> > Date: Sat, Apr 23, 2016 at 10:40 PM >> > Subject: Failed to boot -Current snapshot memstick img with EFI >> > To: "freebsd-current@freebsd.org" >> > >> > >> > The issue is partition table in img is wrong so that GEOM cannot >> discover >> > the partitions. >> > >> > Detailed error: >> > =E2=80=8B=E2=80=8B >> > 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 >> > >> >> The last LBA is being reported as 0, which is obviously bogus. >> >> How big is the USB device you have written the memstick to? >> >> -- >> Allan Jude >> >> -- > -Howard > --=20 -Howard