From: Eckard Brauer <e.brauer@intershop.de>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] mit grub einen anderen grub booten?
Date: Thu, 6 Mar 2008 09:38:16 +0100 [thread overview]
Message-ID: <200803060938.17255.e.brauer@intershop.de> (raw)
In-Reply-To: <47CEDC90.606@bricart.de>
Guten Morgen,
> >> ist es möglich mit grub einen andern grub zu booten..?
> >
> > # Grub 2. Platte (MBR) booten
> > title Andere Platte
> > root (hd1)
> > chainloader +1
>
> Ja - und damit passiert, was ich schon sagte:
> Der Grub von der zweiten Platte wird geladen und zeigt das Menü an.
> In den Einträgen steht dort dann aber:
>
> title USB
> root (hd0,0)
> kernel /boot/kernel
> initrd /boot/initrd
Nach mehrfachem Lesen hab ich's jetzt vielleicht verstanden:
- Du hast im BIOS USB-HD vor der eingebauten HD,
-> (1) USB-Platte ist dran, (2) USB-Platte ist nicht dran:
(1) USB-Platte ist in grub (hd0), 1. Platte ist (hd1),
(2) 1. Platte ist (hd0).
daraus entsteht die Konfusion im grub.
Ich kenne jetzt nicht die Gesamtfunktionalität, die Du mit der USB-Platte als
Boot-Platte abdecken willst (z.B. Betrieb an mehreren Maschinen mit
unterschiedlicher HD-Ausstattung, geänderte Bootreihenfolge in Abhängigkeit
von dem Vorheandensein einer USB-Platte), insofern bleibt der Rest
wahrscheinlich unvollständig.
Variante: Im BIOS steht die interne Platte vorn
-> 1. Platte ist immer (hd0), USB-Platte wenn vorhanden (hd1),
- obiger Eintrag ist mit in der grub.conf / menu.lst auf der internen Platte
enthalten.
- der Eintrag in der grub.conf / menu.lst auf der USB-Platte wird abgeändert
in:
title USB
root (hd1,0)
kernel /boot/kernel
initrd /boot/initrd
Nachteil: toter Eintrag, wenn die USB-Platte nicht dran ist.
Alternativ könnte man den Eintrag auch gleich in der grub.conf / menu.lst auf
der internen Platte mit pflegen, ggf. sogar als Default-Eintrag.
Wo liegen da die Probleme? Wir finden schon noch 'nen Weg... ;)
Viele Grüße
Eckard
--
gentoo-user-de@lists.gentoo.org mailing list
next prev parent reply other threads:[~2008-03-06 8:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-04 22:56 [gentoo-user-de] mit grub einen anderen grub booten? Christian Bricart
2008-03-05 6:53 ` Eckard Brauer
2008-03-05 17:46 ` Christian Bricart
2008-03-05 20:11 ` [gentoo-user-de] " Anno v. Heimburg
2008-03-06 8:38 ` Eckard Brauer [this message]
2008-03-05 19:26 ` Marc Blumentritt
2008-03-05 19:59 ` Christian Bricart
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=200803060938.17255.e.brauer@intershop.de \
--to=e.brauer@intershop.de \
--cc=gentoo-user-de@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