Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] anyone using Lilo to dual-boot ? -- discovery
Date: Mon, 12 Jul 2010 20:44:50
Message-Id: 201007122144.18877.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] anyone using Lilo to dual-boot ? -- discovery by Philip Webb
1 On Monday 12 July 2010 17:21:52 Philip Webb wrote:
2 > Further ideas : I tried booting a Gentoo kernel with the Ubuntu /
3 > & avoided the kernel panic, but ran into an Ubuntu init error,
4 > so there's nothing inherently wrong with /dev/sda8 .
5 >
6 > Also, I checked the Ubuntu kernel config file, conveniently in /boot ,
7 > which has ReiserFS configured as a module, whereas Ext2 & Ext3 are 'y'.
8 > That suggests that it's running into a road-block:
9 > it needs to use ReiserFS to start 'init',
10 > but can't load modules till it has already started 'init'.
11 >
12 > In that case, I need to re-install Ubuntu using Ext2 or Ext3 .
13 > In fact, it wb as a bug in Ubuntu's "advanced" install.
14 >
15 > Does that make sense to anyone else ?
16
17 No, I must have installed at least 3 Ubuntus in the last 6 months, all of them
18 on reiserfs. No problem booting them.
19
20 Unless you have stored a kernel image in a partition (e.g. /boot) that your
21 lilo can read I don't think you'll be able to boot Ubuntu:
22
23 image=/boot/your_Ubuntu_image
24 label=Ubuntu
25 append="ramdisk_size=2900000"
26 vga=normal
27 initrd=/boot/your_ubuntu_initrd.gz
28 read-only
29 root=/dev/sda8
30
31 I don't use LILO so check the above to make sure there are no errors, and
32 adjust it to your circumstances.
33
34 Finally, to check that your Ubuntu installation is correct you may be able to
35 boot it using the Ubuntu LiveCD (I recall it offers the option to boot a
36 partition on the hard drive, but I'm not 100% sure).
37 --
38 Regards,
39 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] anyone using Lilo to dual-boot ? -- solved Philip Webb <purslow@××××××××.net>