On 07/12/10 01:52, Philip Webb wrote:

[]


Is anyone successfully dual-booting Linux distros using Lilo ? Might
it be ReiserFS ? -- should I re-install Ubuntu with another FS ?


Hard to believe that the filesystem is causing a problem.

Here's my conf (I have two kernels on the same OS; one hardened, one
gentoo sources. I use an initrd only because I have loop-AES installed,
and it prompts for a password):

boot=/dev/sda
prompt
ignore-table
large-memory
timeout=100
default=Hard
image=/boot/bzImagehard
  label=Hard
  append="ramdisk_size=2900000"
  vga=normal
  initrd=/boot/initrdhard.gz
  read-only
  root=/dev/sda3
image=/boot/bzImagegentoo
  label=Gentoo
  append="ramdisk_size=2900000"
  initrd=/boot/initrdgent.gz
  vga=normal
  read-only
  root=/dev/sda3


HTH

.

Reply via email to