From owner-freebsd-sysinstall@freebsd.org Sat Dec 3 20:24:31 2016 Return-Path: Delivered-To: freebsd-sysinstall@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 298B6C65514 for ; Sat, 3 Dec 2016 20:24:31 +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 0086D1F27 for ; Sat, 3 Dec 2016 20:24:31 +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 uB3KOUeJ031434 for ; Sat, 3 Dec 2016 20:24:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-sysinstall@FreeBSD.org Subject: [Bug 214933] [patch] bsdinstall: add support for "hidden" Wi-Fi networks Date: Sat, 03 Dec 2016 20:24:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dteske@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-sysinstall@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-sysinstall@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 20:24:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214933 --- Comment #11 from Devin Teske --- (In reply to Maxim Filimonov from comment #9) On Mac OS X, this is what I do to create a memstick: 1. Cmd+Space "terminal" Enter NOTE: Launches terminal irrespective of what app your in or what you're doi= ng 2. time curl -LO download.freebsd.org/ftp/releases/ISO-IMAGES/11.0/FreeBSD-11.0-RELEASE-amd6= 4-memstick.img NOTE: Took 14m26s for me 3. curl -LO fraubsd.org/dl/WriteImage/Makefile 4. make 5. open -a WriteImage FreeBSD-11.0-RELEASE-amd64-memstick.img NOTE: This is like taking the .img, dragging it, and dropping it on WriteImage.app If I'm stopped by the "can't be opened ... unidentified developer" dialog: 5.a. sudo spctl --status 5.b. sudo spctl --master-disable 5.c. sudo spctl --status 5.d. repeat step 5 (and at some later time, --master-enable to turn signature checks back on) Then for the human bits: 6. Insert a blank thumb drive and follow the prompts Meanwhile, this is what I do on Windows: 1. Win+R "iexplore download.freebsd.org" ENTER 2. Navigate to releases/ISO-IMAGES/11.0/ 3. Right-click FreeBSD-11.0-RELEASE-amd64-memstick.img and select Save File As... or similar 4. Download win32diskimager from here if not installed https://sourceforge.net/projects/win32diskimager/ 5. Launch win32diskimager 6. Insert a USB image and select it 7. Select the button to write an image 8. Navigate to the downloaded .img, select it, and hit OK >From there it's all magic. At the end of either process, you'll have a boot= able USB memstick that has the OS on it and can be used as a LiveCD, installer, repair disk, or whatever. Cheers! --=20 You are receiving this mail because: You are the assignee for the bug.=