Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] grub: how to install new version of stage 1
Date: Sun, 31 May 2009 05:02:48
Message-Id: 200905310701.17002.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] grub: how to install new version of stage 1 by "John P. Burkett"
1 On Saturday 30 May 2009 20:59:00 John P. Burkett wrote:
2 > The manual suggests doing "grub-install --no-floppy /dev/sda"
3 > but later says "If your system does not have any floppy drives, add the
4 > --no-floppy option to the above command to prevent grub from probing the
5 > (non-existing) floppy drives." My machine has a floppy drive. Should I
6 > omit the --no-floppy option and just do "grub-install /dev/sda" ?
7
8 The manual is actually quite clear if you know even just a little bit about
9 boot loaders.
10
11 Use --no-floppy if
12
13 a) you do not have a floppy drive
14 b) you do not intend grub to use the floppy drive you do have
15
16 The question you should be asking is "have I ever booted off a floppy drive in
17 the last X years, and do I ever intend do so again?"
18
19 The first example in the manual is assuming the answers are no and no - pretty
20 normal for the vast majority of users.
21
22 --
23 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] grub: how to install new version of stage 1 "John P. Burkett" <burkett@×××.edu>