public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anno v. Heimburg" <anno@vonheimburg.de>
To: gentoo-user-de@lists.gentoo.org
Subject: [gentoo-user-de]  Re: mit grub einen anderen grub booten?
Date: Wed, 05 Mar 2008 21:11:34 +0100	[thread overview]
Message-ID: <fqmupn$ec3$1@ger.gmane.org> (raw)
In-Reply-To: 47CEDC90.606@bricart.de

Christian Bricart wrote:

> Jetzt wird allerdings von der ersten Platte gebootet (ist
> dementsprechend "(hd0)" ) und auf diese gewechselt, welche jetzt "(hd1)"
> ist... und daher "root (hd1,0)" richtig wäre..

Und wenn Du im USB-Grub einen zweiten Eintrag mit root (hd1,0) als fallback
nimmst?

Also:

-- hypothetische grub.conf --

default 0
fallback 1

# default
title USB
root (hd0,0)
kernel /boot/kernel
initrd /boot/initrd

#fallback
title USB fallback
root (hd1,0)
kernel /boot/kernel
initrd /boot/initrd

-- EOF --

Der Grub versucht dann per default die normale konfig zu starten, wenn das
fehlschlägt, versucht er automatisch die zweite. Hilft vielleicht.

Grüße,
Anno.

-- 
gentoo-user-de@lists.gentoo.org mailing list



  reply	other threads:[~2008-03-05 20:11 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     ` Anno v. Heimburg [this message]
2008-03-06  8:38     ` Eckard Brauer
2008-03-05 19:26 ` [gentoo-user-de] " 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='fqmupn$ec3$1@ger.gmane.org' \
    --to=anno@vonheimburg.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