Gentoo Archives: gentoo-user

From: Bryan Whitehead <driver@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lilo and SW-RAID-boot-partition
Date: Thu, 15 Mar 2007 09:11:37
Message-Id: 45F90BC6.6090702@megahappy.net
In Reply to: Re: [gentoo-user] lilo and SW-RAID-boot-partition by "Stefan G. Weichinger"
1 This is what I have for sw-raid for lilo:
2
3 disk=/dev/hda
4 bios=0x80
5 disk=/dev/hdc
6 bios=0x81
7 menu-scheme=Wb
8 boot = /dev/md0
9 prompt
10 map = /boot/System.map
11 raid-extra-boot=/dev/hda,/dev/hdc
12 lba32
13 timeout=150
14 delay = 50
15 default = 2.6.14
16 serial = 0,9600n8
17 vga = normal # Normal VGA console
18 image = /boot/vmlinuz-2.6.14-gentoo
19 append= "console=ttyS0,9600 console=tty0"
20 root = /dev/md1
21 label = 2.6.14
22 read-only # read-only for checking
23
24 My /etc/fstab:
25 /dev/md0 /boot ext2 noatime 1 1
26 /dev/md1 / ext3 noatime 0 0
27 /dev/md3 none swap
28 sw 0 0
29 /dev/md2 /tmp ext3 noatime 0 0
30 /dev/md4 /var ext3 noatime 0 0
31 /dev/md5 /export/home xfs noatime 0 0
32 none /proc proc
33 defaults 0 0
34 none /dev/shm tmpfs
35 defaults 0 0
36 /export/home /home xfs
37 bind 0 0
38
39
40 Stefan G. Weichinger wrote:
41 > Mark Kirkwood schrieb:
42 >
43 >
44 >> I think you might need a root=/dev/md3 inside the specification for
45 >> 'Gentoo':
46 >>
47 >> image=/boot/kernel-genkernel-x86-2.6.19-gentoo-r5
48 >> label=Gentoo
49 >> vga=0x314
50 >> initrd=/boot/initramfs-genkernel-x86-2.6.19-gentoo-r5
51 >> root=/dev/md3
52 >>
53 >
54 > Thanks for that, but it didn't work.
55 > Same error as before.
56 > S
57 >
58 >
59 >
60 >
61
62 --
63 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] lilo and SW-RAID-boot-partition [SOLVED] "Stefan G. Weichinger" <lists@×××××.at>