From owner-freebsd-current@freebsd.org Mon Mar 6 17:43:39 2017 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 94DD2CFA6A8 for ; Mon, 6 Mar 2017 17:43:39 +0000 (UTC) (envelope-from rob.rodz.jr9@gmail.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::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 5725C12FC for ; Mon, 6 Mar 2017 17:43:39 +0000 (UTC) (envelope-from rob.rodz.jr9@gmail.com) Received: by mail-it0-x22a.google.com with SMTP id m27so55125843iti.1 for ; Mon, 06 Mar 2017 09:43:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=jmxu1w6c63UypKoVSQMLIgGJLBRDKQ1cbuqCU2Bppa0=; b=NDB5xqkgmenETqwSSZTo1D1R+BpghNH0RvHIW4QMrWvJbwKE9/43FgBc1P0YcqLswj p3HkrlxIL5/8/pIkF8Vjo3SBoHo9nIF0W4tYhBPp7KcIYbKutGY2T3Jxmi+7UQj9/ItS 8rU/1i/iydkRZnVQPh3lJHhIDx7zACXst+I5n6smr69P4ro3AMXcqU6RVNrGd7wXKYP4 8qmOna4IZ/4NEJqAUKPbur1hOAZMxCVyddP3z0d1KHsLUDaoVe3XW3rvefhgFdki6YzY 0N/qhujFOs52TNc0qtO0HehKLL/ian0wY+V6y93jJkUq13XZBvrNWbKIpD42bbEVVP+q wlGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=jmxu1w6c63UypKoVSQMLIgGJLBRDKQ1cbuqCU2Bppa0=; b=QB+rKFXNEGx5/TtbqwsP0YaMNyhtx0e2jl8VW8Hz+HjWh0xy+OSUVSPzXOgDS2yvVz TVQ/LIgr5XAcsF7yPmoS5OC0aGRrRvn85qMwvIhBLuWL9tsvkNrVkbSzjqryij4O5KnE hwxnf2AOZSd5260ccihkCGOqadfqtx56mawVGZRpeLkv/G2RFn2z3AvLdhqmliMXYvFg /rMYNkLW+NmB988A6ynvnVgmC4KTp/2OoD8l6i4Pjz2Evm0O7ZkQK8XMp9Qx5eHhLnN2 v1/SgmgnHHnZqpr5BB1alGC3t8ow84XlUhEPeOjXu/QEx1sP0hZLVc4dlzIr3BsVl5ch +lTA== X-Gm-Message-State: AMke39lW4KMtWNb4KVGZL/YN1oZOOf28EPp/6enf38G66BU04W81W1EFkMsMiVKGA6B/wwj89Zl6kIyKSfnA2w== X-Received: by 10.36.5.67 with SMTP id 64mr16491324itl.97.1488822218579; Mon, 06 Mar 2017 09:43:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.226.199 with HTTP; Mon, 6 Mar 2017 09:43:37 -0800 (PST) Received: by 10.64.226.199 with HTTP; Mon, 6 Mar 2017 09:43:37 -0800 (PST) In-Reply-To: References: <6779d31b-a285-3002-8ecc-5738ac88df27@madpilot.net> <441BF371-53C4-4FE8-A39C-BFA8B25DE760@freebsd.org> From: Roberto Rodriguez Jr Date: Mon, 6 Mar 2017 12:43:37 -0500 Message-ID: Subject: RE: input/output error @boot To: Dexuan Cui Cc: FreeBSD Current Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 06 Mar 2017 17:43:39 -0000 Very excellent! looks good ... I do it when I get home from work. Thank u On Mar 6, 2017 9:06 AM, "Dexuan Cui" wrote: > Hi Roberto, > > I=E2=80=99m not sure if the snapshot is built daily or weekly. > > > > To have this latest fix, I suggest you re-buildworld. > > If you have done buildworld in your local directory, then you only need t= o > rebuild the EFI loader: > > > > 'wget' the patch (https://github.com/freebsd/freebsd/commit/ > f61d2c287970bdfb013deafb416e82a844415031.patch) > > cd' into your FREEBSD_SOURCE_ROOT/sys/boot/ and run "patch -p3 < > the_patch_name". > > If you have run 'make buildworld", just run 'make' in the sys/boot/ > directory and copy the new loader.efi into the boot folder, e.g. in my > side, I use > > cp -iv /usr/obj/root/bsd.git/sys/boot/efi/loader/loader.efi > /boot/loader.efi > > > > Thanks, > > -- Dexuan > > > > *From:* Roberto Rodriguez Jr [mailto:rob.rodz.jr9@gmail.com] > *Sent:* Monday, March 6, 2017 20:33 > *To:* Dexuan Cui > *Cc:* FreeBSD Current > *Subject:* RE: input/output error @boot > > > > Hey I do appreciate the work and time put into this issue. I will update > my sources when I chroot from the USB, need to find out how first, ;) and > do I rebuildworld or just download the lastest head snapshot? Im new to > testing with others. Thank you very much >