All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakob Oestergaard <jakob@unthought.net>
To: Roy Sigurd Karlsbakk <roy@karlsbakk.net>
Cc: dean gaudet <dean-list-linux-kernel@arctic.org>,
	linux-raid@vger.rutgers.edu,
	Kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: Can't boot from /dev/md0 (RAID-1)
Date: Mon, 1 Jul 2002 13:52:30 +0200	[thread overview]
Message-ID: <20020701115230.GD18580@unthought.net> (raw)
In-Reply-To: <200207011330.18973.roy@karlsbakk.net>

On Mon, Jul 01, 2002 at 01:30:18PM +0200, Roy Sigurd Karlsbakk wrote:
> hi
> 
> trying this:
> --
> boot=/dev/md0
> map=/boot/map
> install=/boot/boot.b.hda
> backup=/boot/boot.b.rs.hda
> prompt
> timeout=50
> lba32
> raid-extra-boot=/dev/hda,/dev/hdb
> ...
> 
> with lilo-21.4-4 (standard with rh73) it won't accept the raid-extra-boot 
> option

Ok - I use it with LILO 22.2 here, it's on Debian, and it's the only box
where I ever needed that option.

My lilo.conf:
----------8<--------
lba32
boot=/dev/md0
raid-extra-boot=/dev/sda,/dev/sdb
root=/dev/md1

disk=/dev/sda
 bios=0x80
disk=/dev/sdb
 bios=0x81

install=/boot/boot-menu.b

delay=20
default=Linux

image=/boot/vmlinuz
  label=Linux
  read-only
----------8<--------

The following is from a standard RedHat 7.3 system with LILO 21.4.4-14:

----------8<-----8<-----
boot=/dev/md3
map=/boot/map
install=/boot/boot.b
message=/boot/message
prompt
timeout=40
linear
default=2.4.18
image=/boot/vmlinuz-2.4.18
  label=2.4.18
  read-only
  root=/dev/md2
----------8<-----8<-----

Both systems are SCSI-only though.

The following is an IDE-only RedHat 7.2 with LILO 21.4.4.14

----8<-----8<------------
boot=/dev/md0
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
linear
default=linux
image=/boot/vmlinuz
  label=linux
  read-only
  root=/dev/md1
----8<-----8<------------

Perhaps you could change the lba32 option into linear ?  I'm really
shooting in the mist here - LILO tends to "just work", and ignorance is
bliss   ;)

-- 
................................................................
:   jakob@unthought.net   : And I see the elder races,         :
:.........................: putrid forms of man                :
:   Jakob Østergaard      : See him rise and claim the earth,  :
:        OZ9ABN           : his downfall is at hand.           :
:.........................:............{Konkhra}...............:

  reply	other threads:[~2002-07-01 11:50 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-30 12:19 Can't boot from /dev/md0 (RAID-1) Roy Sigurd Karlsbakk
2002-06-30 12:44 ` Juri Haberland
2002-06-30 12:49   ` Roy Sigurd Karlsbakk
2002-06-30 12:53     ` Juri Haberland
2002-06-30 13:04       ` Roy Sigurd Karlsbakk
2002-06-30 13:11         ` Juri Haberland
2002-06-30 13:26           ` Roy Sigurd Karlsbakk
2002-06-30 13:35             ` Juri Haberland
2002-06-30 14:02               ` Roy Sigurd Karlsbakk
     [not found]                 ` <20020630162005.A19347@fafner.intra.cogenit.fr>
2002-06-30 14:34                   ` Roy Sigurd Karlsbakk
2002-07-01 21:07             ` Juri Haberland
2002-06-30 17:21 ` Can't boot from /dev/md0 (RAID-1) (more info) Roy Sigurd Karlsbakk
2002-06-30 18:57 ` Can't boot from /dev/md0 (RAID-1) dean gaudet
2002-07-01 11:30   ` Roy Sigurd Karlsbakk
2002-07-01 11:52     ` Jakob Oestergaard [this message]
2002-07-01 13:38       ` Roy Sigurd Karlsbakk
  -- strict thread matches above, loose matches on Subject: below --
2002-06-30 13:37 Roy Sigurd Karlsbakk
2002-06-30 16:22 ` Luca Berra
2002-06-30 18:04   ` Jakob Oestergaard
     [not found] <200206302046.g5UKkgpS006815@ns2.is.bizsystems.com>
2002-07-01 10:07 ` Roy Sigurd Karlsbakk
2002-07-01 11:21   ` Jakob Oestergaard
2002-07-01 11:21     ` Jakob Oestergaard

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=20020701115230.GD18580@unthought.net \
    --to=jakob@unthought.net \
    --cc=dean-list-linux-kernel@arctic.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.rutgers.edu \
    --cc=roy@karlsbakk.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.