Gentoo Archives: gentoo-user

From: 7v5w7go9ub0o <7v5w7go9ub0o@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] Re: anyone using Lilo to dual-boot ?
Date: Mon, 12 Jul 2010 16:09:44
Message-Id: 4C3B3C30.1000902@gmail.com
In Reply to: [gentoo-user] anyone using Lilo to dual-boot ? by Philip Webb
1 On 07/12/10 01:52, Philip Webb wrote:
2
3 []
4
5 >
6 > Is anyone successfully dual-booting Linux distros using Lilo ? Might
7 > it be ReiserFS ? -- should I re-install Ubuntu with another FS ?
8 >
9
10 Hard to believe that the filesystem is causing a problem.
11
12 Here's my conf (I have two kernels on the same OS; one hardened, one
13 gentoo sources. I use an initrd only because I have loop-AES installed,
14 and it prompts for a password):
15
16 boot=/dev/sda
17 prompt
18 ignore-table
19 large-memory
20 timeout=100
21 default=Hard
22 image=/boot/bzImagehard
23 label=Hard
24 append="ramdisk_size=2900000"
25 vga=normal
26 initrd=/boot/initrdhard.gz
27 read-only
28 root=/dev/sda3
29 image=/boot/bzImagegentoo
30 label=Gentoo
31 append="ramdisk_size=2900000"
32 initrd=/boot/initrdgent.gz
33 vga=normal
34 read-only
35 root=/dev/sda3
36
37
38 HTH
39
40 .