Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lilo and SW-RAID-boot-partition [SOLVED]
Date: Thu, 15 Mar 2007 10:50:56
Message-Id: 45F9227A.7020101@xunil.at
In Reply to: Re: [gentoo-user] lilo and SW-RAID-boot-partition by Bryan Whitehead
1 Bryan Whitehead schrieb:
2 > This is what I have for sw-raid for lilo:
3 >
4 > disk=/dev/hda
5 > bios=0x80
6 > disk=/dev/hdc
7 > bios=0x81
8 > menu-scheme=Wb
9 > boot = /dev/md0
10 > prompt
11 > map = /boot/System.map
12 > raid-extra-boot=/dev/hda,/dev/hdc
13 > lba32
14 > timeout=150
15 > delay = 50
16 > default = 2.6.14
17 > serial = 0,9600n8
18 > vga = normal # Normal VGA console
19 > image = /boot/vmlinuz-2.6.14-gentoo
20 > append= "console=ttyS0,9600 console=tty0"
21 > root = /dev/md1
22 > label = 2.6.14
23 > read-only # read-only for checking
24 >
25 > My /etc/fstab:
26 > /dev/md0 /boot ext2 noatime 1 1
27 > /dev/md1 / ext3 noatime 0 0
28 > /dev/md3 none swap
29 > sw 0 0
30 > /dev/md2 /tmp ext3 noatime 0 0
31 > /dev/md4 /var ext3 noatime 0 0
32 > /dev/md5 /export/home xfs noatime 0 0
33 > none /proc proc
34 > defaults 0 0
35 > none /dev/shm tmpfs
36 > defaults 0 0
37 > /export/home /home xfs
38 > bind 0 0
39
40 Thanks a lot for the help, in the meantime I have done another try with
41 grub and was successful. lilo didn't install anymore so I removed it ...
42
43 Stefan
44
45 --
46 gentoo-user@g.o mailing list