From owner-freebsd-bugs@freebsd.org Fri Jan 22 23:09:34 2016 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 E2099A8EF98 for ; Fri, 22 Jan 2016 23:09:34 +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 B92B41564 for ; Fri, 22 Jan 2016 23:09:34 +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 u0MN9YWW051591 for ; Fri, 22 Jan 2016 23:09:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 206509] Separate /var partition on UEFI Date: Fri, 22 Jan 2016 23:09:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eu9gu4@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org 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 cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Fri, 22 Jan 2016 23:09:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206509 Bug ID: 206509 Summary: Separate /var partition on UEFI Product: Base System Version: 10.2-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: eu9gu4@gmail.com CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org Installed 10.2 on a SSD in a UEFI machine. Booting nice, everything was OK until I made a separate partition that I was intending for /var. gpart add -a 4k -s 8G -t freebsd-ufs -l bsdvar ada4 After this step I rebooted and everything was still OK. Then I did newfs -U -j -L bsdvar ada4p4 After this step FreeBSD does not boot: FreeBSD EFI boot block loader path: /boot/loader.efi File /boot/loader.efi not found panic: load failed If I boot now into my Linux system and delete the newly created BSD partiti= on, FreeBSD boots fine again. My drives setup is this (after creating the separate FreeBSD partition): ada4 - 1TB HDD connected to 1st SATA port, sda1 in Linux ada5 - 420GB SSD connected to 2nd SATA port, sda2 in Linux ada4p1 - 16GB EFI system partition (boots all my other systems) ada4p2 - 96GB Gentoo Linux alternate system ada4p3 - 500GB transfer partition ada4p4 - 8GB new created FreeBSD partition intended for /var ada5p1 - 192GB Windows 10 partition ada5p2 - 1GB Windows diag partition ada5p3 - 1GB Microsoft Reserved Partition ada5p4 - 96 GB Gentoo Linux main system ada5p5 - 800kB EFI system partition created by FreeBSD install ada5p6 - 64GB FreeBSD UFS partition There are a few other hard drives in the system, fully occupied with zfs and btrfs data file systems that are not touched by FreeBSD. Before getting the SSD, I used to have a FreeBSD 10.2 system installed on a= da4 (1st SATA disk), with separate partitions for /var, /usr/src and /usr/ports, working just fine. I'd really like to have my FreeBSD system up and running again, so any help will be very appreciated. Eugen --=20 You are receiving this mail because: You are the assignee for the bug.=