public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Florian Philipp <lists@f_philipp.fastmail.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Grub on a new disk
Date: Fri, 4 Jul 2008 11:18:48 +0200	[thread overview]
Message-ID: <20080704111848.6e5823c0@NOTE_GENTOO64.PHHEIMNETZ> (raw)
In-Reply-To: <200807032304.57890.michaelkintzios@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1389 bytes --]

On Thu, 3 Jul 2008 23:04:26 +0100
Mick <michaelkintzios@gmail.com> wrote:

> On Thursday 03 July 2008, Florian Philipp wrote:
> > Hi!
> >
> > I've recently moved /boot from /dev/hda to /dev/hdd. Then I've
> > installed grub with
> > for i in /dev/hd{a,b,d}; do grub-install --recheck $i; done
> 
> My knowledge of bash is less than rudimentary, therefore I am not
> sure what this does - can you please explain (in plain English).  Did
> you only have /dev/hdd mounted at the time of installation?  What
> else is connected to the controller that hdd is connected to?
> 

The above line is a short version of:
grub-install --recheck /dev/hda
grub-install --recheck /dev/hdb
grub-install --recheck /dev/hdd

--recheck was necessary because the old device map listed /dev/hdd as
an optical drive.

I installed grub on all devices because I wasn't sure which one is
checked by the BIOS. Now I know I can tell the BIOS to look at /dev/hdd
first but that doesn't help.

At the time of installation the system was running with all devices
mounted. The old /boot (/dev/hda1) was unmounted and the
new /boot (/dev/hdd1) mounted.

On the same controller there are two more HDDs (hda and hdb) and a
DVD-burner (hdc). UDMA modes are set correctly by the BIOS, after boot
everything works fine.

There is also a floppy drive and several USB-devices (card reader).

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2008-07-04  9:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-03 15:48 [gentoo-user] Grub on a new disk Florian Philipp
2008-07-03 22:04 ` Mick
2008-07-04  9:18   ` Florian Philipp [this message]
2008-07-04 10:11     ` Sebastian Günther
2008-07-04 11:12       ` Florian Philipp
2008-07-05  9:13 ` Florian Philipp
2008-07-05 11:18   ` Mick
2008-07-05 13:30     ` Florian Philipp
2008-07-05 14:06       ` Mick
2008-07-05 16:39         ` Florian Philipp
2008-07-05 21:14           ` Mick
2008-07-06  9:08             ` Mick
2008-07-06 11:43               ` Florian Philipp
2008-07-06 20:36                 ` Dale
2008-07-20  8:52                 ` Florian Philipp
2008-07-05 13:07 ` Alex Schuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080704111848.6e5823c0@NOTE_GENTOO64.PHHEIMNETZ \
    --to=lists@f_philipp.fastmail.net \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox