From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RBDXW-0000ai-8y for garchives@archives.gentoo.org; Tue, 04 Oct 2011 22:32:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A67021C13C; Tue, 4 Oct 2011 22:32:28 +0000 (UTC) Received: from mail.digimed.co.uk (82-69-83-178.dsl.in-addr.zen.co.uk [82.69.83.178]) by pigeon.gentoo.org (Postfix) with ESMTP id 3BE8F21C08D for ; Tue, 4 Oct 2011 22:31:37 +0000 (UTC) Received: from digimed.co.uk (yooden.digimed.co.uk [192.168.1.6]) by mail.digimed.co.uk (Postfix) with ESMTPSA id F331480471 for ; Tue, 4 Oct 2011 23:31:36 +0100 (BST) Date: Tue, 4 Oct 2011 23:31:31 +0100 From: Neil Bothwick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Is grub2 stable and who uses it? Message-ID: <20111004233131.7346fdbf@digimed.co.uk> In-Reply-To: References: <4E8AD6C4.7070901@gmail.com> <20111004110746.395635e0@zaphod.digimed.co.uk> Organization: Digital Media Production X-Mailer: Claws Mail 3.7.10cvs18 (GTK+ 2.24.6; x86_64-pc-linux-gnu) X-GPG-Fingerprint: 7260 0F33 97EC 2F1E 7667 FE37 BA6E 1A97 4375 1903 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/=vfSgfv4cAy0x7.Mw9BVE4k"; protocol="application/pgp-signature" X-Archives-Salt: X-Archives-Hash: 17992d903a364741eca64ca21acf6963 --Sig_/=vfSgfv4cAy0x7.Mw9BVE4k Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 4 Oct 2011 14:35:42 +0000 (UTC), Grant Edwards wrote: > I've only used it on Ubuntu, and maybe it's just Ubuntu's > implementation -- but it was both complicated and difficult. There > are 10X as many files, and to change anything you edit a whole set of > configuration files and run a utility that generates _another_ set of > configuration files. That's not strictly true. GRUB2 uses only one config file when booting, grub.cfg, which is analogous to menu.lst. If you want you can edit this directly. The rest of the files do not live on /boot and are used to automatically generate grub.cfg if you want them too. This makes life easy for distro installer writers as they don't need to worry about scanning the hard disk to see what is installed and creating suitable menu entries, they just run grub-install. That's why distros now tend to play nicely with one another, instead of only setting up dual booting for themselves and Windows. The reason there are so many more files is because GRUB2 uses modules to be able to boot from many more devices, such as RAID or LVM. They don't all end up in /boot. So it is bigger and more capable/automatable, but you can use it just like legacy GRUB if you really want to. For most distros, GRUB2 makes a lot of sense, but many of its capabilities have little relevance to Gentoo. --=20 Neil Bothwick "Criminal Lawyer" is a redundancy. --Sig_/=vfSgfv4cAy0x7.Mw9BVE4k Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEARECAAYFAk6LiUcACgkQum4al0N1GQNTUQCgzQwRmHgvfr92cdM/occh6XuB Ht0AoLoc78F/gzU2NHk6icWro8lL+z8z =K4/F -----END PGP SIGNATURE----- --Sig_/=vfSgfv4cAy0x7.Mw9BVE4k--