From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OvkHq-0000dM-4y for mharc-grub-devel@gnu.org; Wed, 15 Sep 2010 01:12:02 -0400 Received: from [140.186.70.92] (port=38374 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvkHm-0000d8-JU for grub-devel@gnu.org; Wed, 15 Sep 2010 01:11:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvkHl-00036q-H9 for grub-devel@gnu.org; Wed, 15 Sep 2010 01:11:58 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:55399) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvkHl-00036i-De for grub-devel@gnu.org; Wed, 15 Sep 2010 01:11:57 -0400 Received: by gyf3 with SMTP id 3so3569133gyf.0 for ; Tue, 14 Sep 2010 22:11:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=+bCy7cvjBbXPAUx/6uEcnK+vWkqcXTTb/rRURG/41lo=; b=Tw3ZdS45dcrFN4bfnYOMGkFxzQF+yQslYoMLHpEP9H2cYz6UD4mKuKtivr9u4IslYI lIDoilIprZ3E3PZ+GlukkK+9+++J9VUq/4yrUcSEE7txpStNTpl6pIlUvsDj2+Tkr71N d5NTgJFT6if3YSZpLMG8A4qrS3mCPvEzjyFiY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=HVJ5J2MZohv+9wsavX5E8rsB/c9iCg54qOgQEVoXBRMOdJ37Rw5zo61X+9Qk6HSdJB XPK7wR6/UK1Gv5BKRIx/M4qIKo6srzXUlC3OCWS4oP/QI6BLL2oRh5LixDELCRAnzEuy Q/IRa+XVpbTXX1A/KV+KcfGw5NS/aGzWL0y4s= Received: by 10.101.185.6 with SMTP id m6mr1214817anp.22.1284527516679; Tue, 14 Sep 2010 22:11:56 -0700 (PDT) Received: from localhost ([189.116.68.142]) by mx.google.com with ESMTPS id i30sm1500134anh.29.2010.09.14.22.11.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 14 Sep 2010 22:11:56 -0700 (PDT) Date: Wed, 15 Sep 2010 02:12:19 -0300 From: Teresa e Junior To: grub-devel@gnu.org Message-ID: <20100915021219.6744a32e@gmail.com> In-Reply-To: <20100915050106.GJ21862@riva.ucam.org> References: <20100914221507.5af5666a@gmail.com> <20100915050106.GJ21862@riva.ucam.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: grub-install on unmounted partitions X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2010 05:12:00 -0000 On Wed, 15 Sep 2010 06:01:06 +0100 Colin Watson wrote: > On Tue, Sep 14, 2010 at 10:15:07PM -0300, Teresa e Junior wrote: > > grub-install man page doesn't mention whether the device needs to be > > mounted or not. Any ideas? > > With EFI firmware, it does, but otherwise (including in the common > case of PC BIOS systems) it doesn't matter. > Hello, Colin! I didn't even know there was a replacement for BIOS..! I'll include an error handler in my scripts then, if an error occurs, the user should mount the device. Thanks! Teresa e Junior