Gentoo Archives: gentoo-user

From: Jim <Jim@×××××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] newbie livecd installation dual boot problems
Date: Fri, 10 Mar 2006 02:11:00
Message-Id: 20060310020256.GA8041@keeliegirl.dyndns.org
In Reply to: [gentoo-user] newbie livecd installation dual boot problems by TN
1 * on the Fri, Mar 10, 2006 at 12:24:58PM +1100, TN said:
2 <snip>
3
4 > The grub boot lines are:
5 > root (hd0,1)
6 > kernel /boot/kernel-genkernel-x86-2.6.15-gentoo-r5 root=/dev/ram0
7 > init=/linuxrc ramdisk=8192 real_root=/dev/hda2
8 > initrd /boot/initramfs-genkernel-x86-2.6.15-gentoo-r5
9
10 I think I read somewhere that JFS needs to be booted rw instead of ro.
11 Try to change your kernel= line to this:
12
13 kernel /boot/kernel-genkernel-x86-2.6.15-gentoo-r5 root=/dev/ram0
14 init=/linuxrc ramdisk=8192 real_root=/dev/hda2 rw
15
16 *NOTE* the above should be ONE line.
17
18 P.S. Why didn't you try ReiserFS or ext3? I have always used reiserfs
19 without issue and find it to be very stable and very fast.
20
21 Jim
22 --
23 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] newbie livecd installation dual boot problems Jim <Jim@×××××××××××××××××.org>
Re: [gentoo-user] newbie livecd installation dual boot problems TN <tnuro@×××××××××.au>