public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Can't boot from /dev/md0 (RAID-1)
@ 2002-06-30 12:19 Roy Sigurd Karlsbakk
  2002-06-30 12:44 ` Juri Haberland
  2002-06-30 18:57 ` dean gaudet
  0 siblings, 2 replies; 17+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-06-30 12:19 UTC (permalink / raw)
  To: linux-raid, Kernel mailing list

hi

I hope this is not OT - didn't find any LILO mailing list. after trying 
virtually everything - can anyone help me with a tip?

Running 2.4.19-pre10-ac2, RedHat 7.3 (LILO version 21.4-4), I have root on 
/dev/md0 on RAID-1 on /dev/hda1 and /dev/hdb1. I've tried the howto at 
http://www.tldp.org/HOWTO/mini/Boot+Root+Raid+LILO-3.html#ss3.1, but it still 
doesn't help me. lilo just tells me "L 99 99 99 99 ..." some half a page, and 
then stops.I'm trying. All the time it prints this, it seems to be searching 
the floppy for some reason.

The lilo.conf suggested by the above HOWTO, is this

# lilo.conf.hda - primary ide master
disk=/dev/md0
bios=0x80
sectors=63
heads=16
cylinders=39770
partition=/dev/md1
start=63
boot=/dev/hda
map=/boot/map
install=/boot/boot.b

image=/boot/bzImage
        root=/dev/md0
        read-only
        label=LinuxRaid

sector/head/cylinder is corrected to the actual data reported from 'fdisk 
-ul'. 

When trying to set. boot=/dev/hdm (which is the first drive on the on-board 
chipset), lilo installs, and I get LI instead of L 99 99 ... Same result with 
LBA32.

I also have another box with Linux, running SuSE 7.2 (LILO version 21.7-5) 
with RAID-1 on two drives. Here everything works fine

thanks for all help

roy
-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 12:19 Roy Sigurd Karlsbakk
@ 2002-06-30 12:44 ` Juri Haberland
  2002-06-30 12:49   ` Roy Sigurd Karlsbakk
  2002-06-30 18:57 ` dean gaudet
  1 sibling, 1 reply; 17+ messages in thread
From: Juri Haberland @ 2002-06-30 12:44 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: linux-kernel

In article <200206301419.26254.roy@karlsbakk.net> you wrote:
> hi
> 
> I hope this is not OT - didn't find any LILO mailing list. after trying 
> virtually everything - can anyone help me with a tip?
> 
> Running 2.4.19-pre10-ac2, RedHat 7.3 (LILO version 21.4-4), I have root on 
> /dev/md0 on RAID-1 on /dev/hda1 and /dev/hdb1. I've tried the howto at 
> http://www.tldp.org/HOWTO/mini/Boot+Root+Raid+LILO-3.html#ss3.1, but it still 
> doesn't help me. lilo just tells me "L 99 99 99 99 ..." some half a page, and 
> then stops.I'm trying. All the time it prints this, it seems to be searching 
> the floppy for some reason.
> 
> The lilo.conf suggested by the above HOWTO, is this
> 
> # lilo.conf.hda - primary ide master
> disk=/dev/md0
> bios=0x80
> sectors=63
> heads=16
> cylinders=39770
> partition=/dev/md1
> start=63
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> 
> image=/boot/bzImage
>         root=/dev/md0
>         read-only
>         label=LinuxRaid

Hi,
I had this once and resolved it with adding a "default" line to the
lilo.conf:
default = LinuxRaid

Also have boot=/dev/md0, not boot=/dev/hda.

Cheers,
Juri

-- 
Juri Haberland  <juri@koschikode.com> 


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 12:44 ` Juri Haberland
@ 2002-06-30 12:49   ` Roy Sigurd Karlsbakk
  2002-06-30 12:53     ` Juri Haberland
  0 siblings, 1 reply; 17+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-06-30 12:49 UTC (permalink / raw)
  To: Juri Haberland; +Cc: linux-kernel

> Hi,
> I had this once and resolved it with adding a "default" line to the
> lilo.conf:
> default = LinuxRaid
>
> Also have boot=/dev/md0, not boot=/dev/hda.

hm

I keep getting this one..

[root@jumbo root]# lilo
boot = /dev/hda, map = /boot/map.0301
Added linux2419rc1 *
Added linux2418
Added linux-orig
Fatal: Duplicate geometry definition for /dev/md0

Any ideas?

thanks

roy

-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 12:49   ` Roy Sigurd Karlsbakk
@ 2002-06-30 12:53     ` Juri Haberland
  2002-06-30 13:04       ` Roy Sigurd Karlsbakk
  0 siblings, 1 reply; 17+ messages in thread
From: Juri Haberland @ 2002-06-30 12:53 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: linux-kernel

Roy Sigurd Karlsbakk wrote:
>> Hi,
>> I had this once and resolved it with adding a "default" line to the
>> lilo.conf:
>> default = LinuxRaid
>>
>> Also have boot=/dev/md0, not boot=/dev/hda.
> 
> hm
> 
> I keep getting this one..
> 
> [root@jumbo root]# lilo
> boot = /dev/hda, map = /boot/map.0301
> Added linux2419rc1 *
> Added linux2418
> Added linux-orig
> Fatal: Duplicate geometry definition for /dev/md0
> 
> Any ideas?

Hm, I'm no lilo nor raid expert, but I'd suggest to strip down the
lilo.conf to the defaults. E.g. I have:
prompt
timeout=50
default=linux
boot=/dev/md2
map=/boot/map
install=/boot/boot.b
message=/boot/message

image=/boot/vmlinuz
        label=linux
        read-only
        root=/dev/md0




^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 12:53     ` Juri Haberland
@ 2002-06-30 13:04       ` Roy Sigurd Karlsbakk
  2002-06-30 13:11         ` Juri Haberland
  0 siblings, 1 reply; 17+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-06-30 13:04 UTC (permalink / raw)
  To: Juri Haberland; +Cc: linux-kernel

> Hm, I'm no lilo nor raid expert, but I'd suggest to strip down the
> lilo.conf to the defaults. E.g. I have:
> prompt
> timeout=50
> default=linux
> boot=/dev/md2
> map=/boot/map
> install=/boot/boot.b
> message=/boot/message
>
> image=/boot/vmlinuz
>         label=linux
>         read-only
>         root=/dev/md0

hm...
still gave me 'LI'
I beleive it might be because LILO need to be installed on the first drive 
BIOS finds (/dev/hdm). I might try to address it as 0x80? Do you think 
that'll help?

-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 13:04       ` Roy Sigurd Karlsbakk
@ 2002-06-30 13:11         ` Juri Haberland
  2002-06-30 13:26           ` Roy Sigurd Karlsbakk
  0 siblings, 1 reply; 17+ messages in thread
From: Juri Haberland @ 2002-06-30 13:11 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: linux-kernel

Roy Sigurd Karlsbakk wrote:
>> Hm, I'm no lilo nor raid expert, but I'd suggest to strip down the
>> lilo.conf to the defaults. E.g. I have:
>> prompt
>> timeout=50
>> default=linux
>> boot=/dev/md2
>> map=/boot/map
>> install=/boot/boot.b
>> message=/boot/message
>>
>> image=/boot/vmlinuz
>>         label=linux
>>         read-only
>>         root=/dev/md0
> 
> hm...
> still gave me 'LI'
> I beleive it might be because LILO need to be installed on the first drive 
> BIOS finds (/dev/hdm). I might try to address it as 0x80? Do you think 
> that'll help?

I assume the onboard IDE stuff (hdm) is something like a Promise
controller. If so you should be able set the boot order to boot from the
normal IDE chipset (hda/hdb). If doesn't help I'd suggest that you ask
on the linux-raid mailing list.

Cheers,
Juri


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 13:11         ` Juri Haberland
@ 2002-06-30 13:26           ` Roy Sigurd Karlsbakk
  2002-06-30 13:35             ` Juri Haberland
  2002-07-01 21:07             ` Juri Haberland
  0 siblings, 2 replies; 17+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-06-30 13:26 UTC (permalink / raw)
  To: Juri Haberland; +Cc: linux-kernel

> I assume the onboard IDE stuff (hdm) is something like a Promise
> controller. If so you should be able set the boot order to boot from the
> normal IDE chipset (hda/hdb). If doesn't help I'd suggest that you ask
> on the linux-raid mailing list.

The on-board is a VIA controller. see from lspci

00:0c.0 Unknown mass storage controller: Promise Technology, Inc. 20268 (rev 
02)
00:0d.0 Unknown mass storage controller: Promise Technology, Inc. 20268 (rev 
02)
00:0e.0 RAID bus controller: CMD Technology Inc PCI0649 (rev 02)
00:11.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06)

and - as for linux-raid, see below:

   ----- The following addresses had permanent fatal errors -----
<linux-raid@vger.rutgers.edu>
    (reason: 550 5.1.1 <linux-raid@vger.rutgers.edu>... User unknown)



-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 13:26           ` Roy Sigurd Karlsbakk
@ 2002-06-30 13:35             ` Juri Haberland
  2002-06-30 14:02               ` Roy Sigurd Karlsbakk
  2002-07-01 21:07             ` Juri Haberland
  1 sibling, 1 reply; 17+ messages in thread
From: Juri Haberland @ 2002-06-30 13:35 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: linux-kernel

Roy Sigurd Karlsbakk wrote:
>> I assume the onboard IDE stuff (hdm) is something like a Promise
>> controller. If so you should be able set the boot order to boot from the
>> normal IDE chipset (hda/hdb). If doesn't help I'd suggest that you ask
>> on the linux-raid mailing list.
> 
> The on-board is a VIA controller. see from lspci
> 
> 00:0c.0 Unknown mass storage controller: Promise Technology, Inc. 20268 (rev 
> 02)
> 00:0d.0 Unknown mass storage controller: Promise Technology, Inc. 20268 (rev 
> 02)
> 00:0e.0 RAID bus controller: CMD Technology Inc PCI0649 (rev 02)
> 00:11.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06)

So you have your two raid drives connected to the VIA controller, right?
Then have a look into the BIOS setup and see, if there's something that
might affect the boot order...

> and - as for linux-raid, see below:
> 
>    ----- The following addresses had permanent fatal errors -----
> <linux-raid@vger.rutgers.edu>
>     (reason: 550 5.1.1 <linux-raid@vger.rutgers.edu>... User unknown)

No wonder, vger.rutgers.edu ceased to exist ~2 years ago. Use
vger.kernel.org instead ;)

Juri


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 13:35             ` Juri Haberland
@ 2002-06-30 14:02               ` Roy Sigurd Karlsbakk
       [not found]                 ` <20020630162005.A19347@fafner.intra.cogenit.fr>
  0 siblings, 1 reply; 17+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-06-30 14:02 UTC (permalink / raw)
  To: Juri Haberland; +Cc: linux-kernel

> > The on-board is a VIA controller. see from lspci
> >
> > 00:0c.0 Unknown mass storage controller: Promise Technology, Inc. 20268
> > (rev 02)
> > 00:0d.0 Unknown mass storage controller: Promise Technology, Inc. 20268
> > (rev 02)
> > 00:0e.0 RAID bus controller: CMD Technology Inc PCI0649 (rev 02)
> > 00:11.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06)
>
> So you have your two raid drives connected to the VIA controller, right?
> Then have a look into the BIOS setup and see, if there's something that
> might affect the boot order...

I have 4 drives connected to each controller, that is, 2 drives per channel. 
None are RAID controllers - just stupid ATA controllers. 

point isn't to change bootorder - just to make bloody LILO work.

See fstab, jumbo-dmesg.txt, mdstat and raidtab in http://karlsbakk.net/bugs/ 
for more info

thanks

roy
-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
       [not found]                 ` <20020630162005.A19347@fafner.intra.cogenit.fr>
@ 2002-06-30 14:34                   ` Roy Sigurd Karlsbakk
  0 siblings, 0 replies; 17+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-06-30 14:34 UTC (permalink / raw)
  To: Francois Romieu; +Cc: Kernel mailing list

> What about:
>
> disk=/dev/hda
> bios=0x80
> boot=/dev/hda
>
> map=/boot/map.hda
> install=/boot/boot.b.hda
> backup=/boot/boot.b.rs.hda
>
> prompt
> timeout=50
> linear
>
> image=/boot/bzImage-2.4.19-pre7
>         label=2.4.19-pre7
>         root=/dev/md1
>         read-only

It doesn't work. Still LI only.

Any other ideas

-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 12:19 Roy Sigurd Karlsbakk
  2002-06-30 12:44 ` Juri Haberland
@ 2002-06-30 18:57 ` dean gaudet
  2002-07-01 11:30   ` Roy Sigurd Karlsbakk
  1 sibling, 1 reply; 17+ messages in thread
From: dean gaudet @ 2002-06-30 18:57 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: linux-raid, Kernel mailing list

my system has 4 disks, but /dev/md0 is a RAID1 for /boot.  (/dev/md1 is a
RAID5 and LVM is on top of it...)  anyhow, this is what works for me.
i've even pulled out a disk and it still boots.

btw, you really don't want to put two drives on an IDE controller.  not
just for performance reasons -- if a master drive fails it can easily
prevent access to the slave... so you'll have a two disk failure on your
hands.  or maybe this is just urban legend and i'm spreading it further ;)

-dean

lba32
boot=/dev/md0
root=/dev/arctic/root
install=/boot/boot-text.b
map=/boot/map
prompt
timeout=150
raid-extra-boot=/dev/hde,/dev/hdg,/dev/hdi,/dev/hdk

password=XXXXXXXX

serial=0,38400n8
append="console=tty0 console=ttyS0,38400n8"

default=linux

image=/boot/vmlinuz
        initrd=/boot/initrd-lvm-2.4.19-pre3-ac1.gz
        label=linux
        restricted
        read-only



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
       [not found] <200206302046.g5UKkgpS006815@ns2.is.bizsystems.com>
@ 2002-07-01 10:07 ` Roy Sigurd Karlsbakk
  2002-07-01 11:21   ` Jakob Oestergaard
  0 siblings, 1 reply; 17+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-07-01 10:07 UTC (permalink / raw)
  To: michael; +Cc: Kernel mailing list, linux-raid

On Sunday 30 June 2002 23:46, Michael wrote:
> > I hope this is not OT - didn't find any LILO mailing list. after
> > trying virtually everything - can anyone help me with a tip?
>
> The problem you're having is not with raid but with LILO in general.
> I don't remember the specifics, but I've experienced the same thing
> and it was an error in how I used lilo or the version of the boot
> record -- something strange like that. Raid is not part of the
> problem.
>
> Read the docs that come with the LILO distribution in the source. The
> man page does not have as much info. You may also be suffering from
> differing version of the MBR -- a major source of pain and suffering.

I've read the fscking manual - all I can find - for both grub and lilo, and 
I've tried all possible configurations I can think of.

point is - I beleive there's a BIOS/linux misunderstanding somewhere

roy

-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-07-01 10:07 ` Can't boot from /dev/md0 (RAID-1) Roy Sigurd Karlsbakk
@ 2002-07-01 11:21   ` Jakob Oestergaard
  0 siblings, 0 replies; 17+ messages in thread
From: Jakob Oestergaard @ 2002-07-01 11:21 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: michael, Kernel mailing list, linux-raid

On Mon, Jul 01, 2002 at 12:07:07PM +0200, Roy Sigurd Karlsbakk wrote:
...
> 
> I've read the fscking manual - all I can find - for both grub and lilo, and 
> I've tried all possible configurations I can think of.
> 
> point is - I beleive there's a BIOS/linux misunderstanding somewhere

Did you try the   raid-extra-boot  option for LILO ?  I really don't
know if this is the problem you are seeing, but it's worth a shot I
think.

-- 
................................................................
:   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}...............:

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 18:57 ` dean gaudet
@ 2002-07-01 11:30   ` Roy Sigurd Karlsbakk
  2002-07-01 11:52     ` Jakob Oestergaard
  0 siblings, 1 reply; 17+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-07-01 11:30 UTC (permalink / raw)
  To: dean gaudet; +Cc: linux-raid, Kernel mailing list

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

and

with lilo-22.3.1, it won't accept (i beleive boot=/dev/md0)

[root@jumbo lilo-22.3.1]# lilo
Warning: using BIOS device code 0x80 for RAID boot blocks
Fatal: Filesystem would be destroyed by LILO boot sector: /dev/md0

thanks 

roy

On Sunday 30 June 2002 20:57, dean gaudet wrote:
> my system has 4 disks, but /dev/md0 is a RAID1 for /boot.  (/dev/md1 is a
> RAID5 and LVM is on top of it...)  anyhow, this is what works for me.
> i've even pulled out a disk and it still boots.
>
> btw, you really don't want to put two drives on an IDE controller.  not
> just for performance reasons -- if a master drive fails it can easily
> prevent access to the slave... so you'll have a two disk failure on your
> hands.  or maybe this is just urban legend and i'm spreading it further ;)
>
> -dean
>
> lba32
> boot=/dev/md0
> root=/dev/arctic/root
> install=/boot/boot-text.b
> map=/boot/map
> prompt
> timeout=150
> raid-extra-boot=/dev/hde,/dev/hdg,/dev/hdi,/dev/hdk
>
> password=XXXXXXXX
>
> serial=0,38400n8
> append="console=tty0 console=ttyS0,38400n8"
>
> default=linux
>
> image=/boot/vmlinuz
>         initrd=/boot/initrd-lvm-2.4.19-pre3-ac1.gz
>         label=linux
>         restricted
>         read-only
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-07-01 11:30   ` Roy Sigurd Karlsbakk
@ 2002-07-01 11:52     ` Jakob Oestergaard
  2002-07-01 13:38       ` Roy Sigurd Karlsbakk
  0 siblings, 1 reply; 17+ messages in thread
From: Jakob Oestergaard @ 2002-07-01 11:52 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: dean gaudet, linux-raid, Kernel mailing list

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}...............:

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-07-01 11:52     ` Jakob Oestergaard
@ 2002-07-01 13:38       ` Roy Sigurd Karlsbakk
  0 siblings, 0 replies; 17+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-07-01 13:38 UTC (permalink / raw)
  To: Jakob Oestergaard; +Cc: dean gaudet, linux-raid, Kernel mailing list

> 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   ;)

It still won't work. It doesn't seem to like boot=/dev/md0. see below

roy

[root@jumbo root]# lilo
Warning:  LINEAR is deprecated in favor of LBA32:  LINEAR specifies 24-bit
  disk addresses below the 1024 cylinder limit; LBA32 specifies 32-bit disk
  addresses not subject to cylinder limits on systems with EDD bios 
extensions;
  use LINEAR only if you are aware of its limitations.
Warning: using BIOS device code 0x80 for RAID boot blocks
Fatal: Filesystem would be destroyed by LILO boot sector: /dev/md0
[root@jumbo root]# 


-- 
Roy Sigurd Karlsbakk, Datavaktmester

Computers are like air conditioners.
They stop working when you open Windows.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: Can't boot from /dev/md0 (RAID-1)
  2002-06-30 13:26           ` Roy Sigurd Karlsbakk
  2002-06-30 13:35             ` Juri Haberland
@ 2002-07-01 21:07             ` Juri Haberland
  1 sibling, 0 replies; 17+ messages in thread
From: Juri Haberland @ 2002-07-01 21:07 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: linux-kernel

Roy Sigurd Karlsbakk wrote:
>> I assume the onboard IDE stuff (hdm) is something like a Promise
>> controller. If so you should be able set the boot order to boot from the
>> normal IDE chipset (hda/hdb). If doesn't help I'd suggest that you ask
>> on the linux-raid mailing list.
> 
> The on-board is a VIA controller. see from lspci
> 
> 00:0c.0 Unknown mass storage controller: Promise Technology, Inc. 20268 (rev 
> 02)
> 00:0d.0 Unknown mass storage controller: Promise Technology, Inc. 20268 (rev 
> 02)
> 00:0e.0 RAID bus controller: CMD Technology Inc PCI0649 (rev 02)
> 00:11.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06)

What buffles me is that - according to your dmesg output at
http://karlsbakk.net/bugs/dmesg - the disk connected to the onboard VIA
controller are detected as hdm-hdp.
Have you checked you BIOS settings? Some mainboards allow to use
off-board controllers to be used before the on-board ones...

Juri


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2002-07-01 21:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200206302046.g5UKkgpS006815@ns2.is.bizsystems.com>
2002-07-01 10:07 ` Can't boot from /dev/md0 (RAID-1) Roy Sigurd Karlsbakk
2002-07-01 11:21   ` Jakob Oestergaard
2002-06-30 12:19 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 18:57 ` dean gaudet
2002-07-01 11:30   ` Roy Sigurd Karlsbakk
2002-07-01 11:52     ` Jakob Oestergaard
2002-07-01 13:38       ` Roy Sigurd Karlsbakk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox