[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-28 Thread rocwhite168
Bill Longman gmail.com> writes: > > Roc, in one of your posts, you listed your grub.conf line and, according > to the gmane entry, anyway, it looks like it's split across two lines. > Could it be that simple? Is your grub.conf entry for the kernel command > on just one line? (Genkernel added the

Re: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-28 Thread Bill Longman
On 06/25/2010 12:17 PM, rocwhite168 wrote: > "Root-NFS: No NFS server available, giving up. > VFS: Unable to mount root fs via NFS, trying floppy. > VFS: Cannot open root device "sda5" or unknown-block(2,0) > Please append ac correct "root=" boot option; here are the > available partitions: > Kerne

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-27 Thread rocwhite168
Dale gmail.com> writes: > > Do you have SATA drives or IDE? If you have IDE, try changing your > fstab and grub line from sda5 to hda5. That error is caused by that > pretty much every time. Keep in mind, it doesn't matter what the drive > reports itself as when booted off the CD, it only

Re: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-25 Thread Dale
rocwhite168 wrote: Bill Longman gmail.com> writes: Yikes. Sorry, I didn't look back through the thread. Did you notice that you have an extra zero in your CONFIG_PHYSICAL: CONFIG_PHYSICAL_START=0x100 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x100 The default is 0x1

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-25 Thread rocwhite168
Bill Longman gmail.com> writes: > > Yikes. Sorry, I didn't look back through the thread. > > Did you notice that you have an extra zero in your CONFIG_PHYSICAL: > > CONFIG_PHYSICAL_START=0x100 > # CONFIG_RELOCATABLE is not set > CONFIG_PHYSICAL_ALIGN=0x100 > > The default is 0x10

Re: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-23 Thread Bill Longman
On 06/22/2010 05:35 PM, rocwhite168 wrote: >>> Yes, it's built-in. I have attached a copy of my kernel config file in the >>> original post. >> >> I'll bet you don't have HUGETLBFS turned on in your kernel. It's >> required for ext4. >> > > I checked and both HUGETLBFS and HUGETLB_PAGE are enable

Re: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread Dale
rocwhite168 wrote: Dale gmail.com> writes: I did some googling. Seriously grasping at straws here. Do you have SMP enabled? If so, do you really have a multiprocessor or multicore machine? I ask beause I did find where someone else had SMP enabled and it shouldn't have been. I notic

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread rocwhite168
Dale gmail.com> writes: > > I did some googling. Seriously grasping at straws here. Do you have > SMP enabled? If so, do you really have a multiprocessor or multicore > machine? I ask beause I did find where someone else had SMP enabled and > it shouldn't have been. I noticed it shows i

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread rocwhite168
Bill Longman gmail.com> writes: > > > Yes, it's built-in. I have attached a copy of my kernel config file in the > > original post. > > I'll bet you don't have HUGETLBFS turned on in your kernel. It's > required for ext4. > I checked and both HUGETLBFS and HUGETLB_PAGE are enabled. Actually

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread rocwhite168
walt gmail.com> writes: > > I recall reading threads about problems caused by putting the root partition > on a raid volume, but I've never understood what the problems are. Is that > your situation? Maybe someone else can remind us about it. > I guess not. I'm not using RAID. Thanks, Roc

Re: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread Bill Longman
On 06/21/2010 10:20 PM, rocwhite168 wrote: > Dale gmail.com> writes: > >> >> I notice you are using ext4 for the root partition file system. Do you >> have support for ext4 compiled in the kernel? Not as a module but built >> into the kernel? Using modules is OK but things that it has to h

Re: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread Neil Bothwick
On Tue, 22 Jun 2010 16:00:08 +0300, Arttu V. wrote: > > fstab > > -- > > /dev/sda1 /boot ext4 > > noauto,noatime 1 2 /dev/sda5 / > > ext4noatime 0 > > 1 /dev/sda3 /usrext4 > > noatime

Re: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread Arttu V.
On 6/22/10, rocwhite168 wrote: > fstab > -- > /dev/sda1 /boot ext4noauto,noatime 1 2 > /dev/sda5 / ext4noatime 0 1 > /dev/sda3 /usrext4noatime

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread walt
On 06/21/2010 09:46 PM, rocwhite168 wrote: Walter Dnes waltdnes.org> writes: On Mon, Jun 21, 2010 at 02:57:58PM +0800, rocwhite168 wrote On the other hand, I'm trying to configure the kernel manually. I did this according to several online tutorials, but it still won't even start up: "Root

Re: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread Dale
rocwhite168 wrote: Dale gmail.com> writes: I sort of think this is in there but make sure you did the same for your drive controllers as well. You may also want to try this link. http://forums.gentoo.org/viewtopic-p-4173972.html#4173972 I haven't had to put that on mine but maybe somet

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread rocwhite168
Dale gmail.com> writes: > > I sort of think this is in there but make sure you did the same for your > drive controllers as well. You may also want to try this link. > > http://forums.gentoo.org/viewtopic-p-4173972.html#4173972 > > I haven't had to put that on mine but maybe something is dif

Re: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread Dale
rocwhite168 wrote: Dale gmail.com> writes: I notice you are using ext4 for the root partition file system. Do you have support for ext4 compiled in the kernel? Not as a module but built into the kernel? Using modules is OK but things that it has to have to get to the point where it can

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread rocwhite168
Dale gmail.com> writes: > > I notice you are using ext4 for the root partition file system. Do you > have support for ext4 compiled in the kernel? Not as a module but built > into the kernel? Using modules is OK but things that it has to have to > get to the point where it can read the r

Re: [gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-22 Thread Dale
rocwhite168 wrote: Kaddeh gmail.com> writes: it would help to also put your /etc/fstaband let us know what FS you have root setup asin addition to your /boot/grub/grub.conf 2010/6/20 rocwhite168 163.com> I used genkernel to configure the kernel. It complained every time at shu

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-21 Thread rocwhite168
Walter Dnes waltdnes.org> writes: > > On Mon, Jun 21, 2010 at 02:57:58PM +0800, rocwhite168 wrote > > > On the other hand, I'm trying to configure the kernel manually. I > > did this according to several online tutorials, but it still won't > > even start up: "Root filesystem could not be mount

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-21 Thread rocwhite168
Walter Dnes waltdnes.org> writes: > > On Mon, Jun 21, 2010 at 02:57:58PM +0800, rocwhite168 wrote > > > On the other hand, I'm trying to configure the kernel manually. I > > did this according to several online tutorials, but it still won't > > even start up: "Root filesystem could not be mount

[gentoo-user] Re: kernel configuration problem -- genkernel: no irq handler; manual config: root filesystem could not be mounted r/w

2010-06-21 Thread rocwhite168
Kaddeh gmail.com> writes: > > it would help to also put your /etc/fstaband let us know what FS you have > root setup asin addition to your /boot/grub/grub.conf > 2010/6/20 rocwhite168 163.com> > I used genkernel to configure the kernel. It complained every time at > shutdown that > > "Code: