From owner-freebsd-questions@freebsd.org Mon Jan 2 20:41:16 2017 Return-Path: Delivered-To: freebsd-questions@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 AE544C9C02B for ; Mon, 2 Jan 2017 20:41:16 +0000 (UTC) (envelope-from milstar2@eml.cc) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 811D3124F for ; Mon, 2 Jan 2017 20:41:16 +0000 (UTC) (envelope-from milstar2@eml.cc) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B713520B45; Mon, 2 Jan 2017 15:41:14 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute1.internal (MEProxy); Mon, 02 Jan 2017 15:41:14 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=eml.cc; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Xrd80nimJviu722rPpyqT0ckkI Q=; b=OX0QWEEiDTnRraJ5bOTKgRDxGA6FC0g9oRKegYIuzYqWKWn7q6cjqON8sI YUf1w90siDVmdGkZkJ0ye+mGqmOZ42AT9VQL3FBm6Tfxl2I6pWDu+GF8jX7jpy14 /GFuFoTCYWr+QoD63gIl08VN/nh0ITAHxPhzY1bOr4OK+ci2Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=Xr d80nimJviu722rPpyqT0ckkIQ=; b=Uvr1ew/o8j/cmGwAn1wZlDl9yAzR9nc4DP vu3QqblUy8ExsGEok2nUNWmTDKTkAGRbfhwGnGMebf4BpxihRKaBEXmvKiZ5XaRy tpC0WQpFZPBNrc2hgqwvUI9Ia3PTwh3T3Nu5rzyDjKlQVd3URcc+KCbPZaZwRo4D vtJM9OOL4= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 9335548001; Mon, 2 Jan 2017 15:41:14 -0500 (EST) Message-Id: <1483389674.854959.835252993.40D1FB46@webmail.messagingengine.com> From: swjatoslaw gerus To: Polytropon Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-9c115fcf References: <1483234588.3953682.834028153.34EF2FB6@webmail.messagingengine.com> <20170101032236.58b18351.freebsd@edvax.de> <1483319958.407695.834613121.22D7AD34@webmail.messagingengine.com> <20170102022858.aa354bba.freebsd@edvax.de> <1483378580.815169.835118185.09E0A997@webmail.messagingengine.com> <20170102193911.9bfbb0cb.freebsd@edvax.de> <1483385148.838475.835195569.6E8F7BAE@webmail.messagingengine.com> <20170102210741.02003057.freebsd@edvax.de> In-Reply-To: <20170102210741.02003057.freebsd@edvax.de> Date: Mon, 02 Jan 2017 21:41:14 +0100 Subject: 2 -single user text ... extra keyboard accepted Re: Why don't you just remove one of the Linux installationy you have? -yes ready to perform but X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2017 20:41:16 -0000 extra keyboard not accepted for single user bsd text installer poweroff poweron both linux sda1 sda6 recovery mode poweroff plugin sandisk ,poweron 2 -single user text test extrqa keyboard extra keyboard accepted ####################### Exist any possbility to check disk from this mode ? Is this option more suited for single user ? -- swjatoslaw gerus milstar2@eml.cc On Mon, Jan 2, 2017, at 09:07 PM, Polytropon wrote: > On Mon, 02 Jan 2017 20:25:48 +0100, swjatoslaw gerus wrote: > > Why don't you just remove one of the Linux installationy you have? > > > > yes ready to perform this taskbut > > > > in linux grub 1 installation 32 bit 16.04 sda1 > > 2 installation 64 bit 16.04 sda6 was made 1 month later after > > 1 > > GRUB will have no problem. So you currently have this layout: > > sda1 = Ubuntu 32 Bit > > sda6 = Ubuntu 64 Bit > > You can easily verify if this is correct: Boot the 1st > Linux and issue the command "mount": You will see which > partition it has been mounting as a root partition, for > example this could be sda1. Then you shut down, boot > the other installation, issue "mount" again and see that > the root partition is sda6. Now you know which partition > corresponds to which Ubuntu version. > > If you are unsure, post the full output of the "mount" > command to the list. For illustration, here's an example > from a FreeBSD system (note the different names of the > partitions): > > % mount > /dev/ada0p2 on / (ufs, local, journaled soft-updates) > > Look which device is mounted on / (the root partition). > > The 64 bit version is the one that you are _not_ using at > the moment, i. e., the one that doesn't work properly. So > just remove that partition. You can do it with the manual > partitioning from within the FreeBSD installer, or using > gparted from the 32 bit Ubuntu. > > > > > bsd loader notation another > > Yes, that is obvious and has already been explained. > > > > > which of is first ? would try to check bsd loader > > The FreeBSD loader won't be much help here, it's not even > installed. > > > > > but would not possible if erase installation 1 grub would allocate > > all disk to 2 linux ? > > GRUB is a boot manager, it does not magically assign partitions. > It just lets you select from what is present on the disk. After > you've removed one partition, the GRUB loader screen will have > one entry less, or the "remaining" entry just won't work. > > Again: Make sure the space freed by removing one partition is > not being "formatted" afterwards. You can check that with the > fdisk program: One partition (sda1, for example) is assigned > to Linux, the remining disk space is _not_ assigned. It will > then be listed as free (available) space in the FreeBSD installer. > The installer will put FreeBSD into that space. > > Later on, when you're ready to say goodbye to the troublesome > Linux, you can delete that partition, and use it as a data > partition (or maybe /home partition) for FreeBSD. Or you keep > it as a "backup system", just in case. > > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... -- http://www.fastmail.com - The professional email service