[Bug 90689] Re: Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe

2007-03-22 Thread Ben Collins
If it isn't fixed in -12, then I know for sure it is fixed with the
commit I made for the next kernel upload.

Thanks.

** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Needs Info = Fix Released

-- 
Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe
https://launchpad.net/bugs/90689

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90689] Re: Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe

2007-03-20 Thread Martin Pool
-12 does seem to fix it.  Thanks very much benc!

-- 
Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe
https://launchpad.net/bugs/90689

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90689] Re: Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe

2007-03-19 Thread Ben Collins
Most likely this is fixed with -12. Can I get this reconfirmed against
2.6.20-12 kernel please?

** Changed in: linux-source-2.6.20 (Ubuntu)
   Status: Confirmed = Needs Info

-- 
Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe
https://launchpad.net/bugs/90689

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 90689] Re: Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe

2007-03-15 Thread Martin Pool
On 3/15/07, Phillip Lougher [EMAIL PROTECTED] wrote:
 Add the following lines to /etc/initramfs-tools/modules

 libata
 pata_jmicron
 ata_piix
 ahci
 ata_generic

 and update your initramfs by running update-initramfs -u

OK, I tried that, still get an oops.

I am not 100% sure that this actually took effect- where does that
file get written to in the initramfs?

At any rate when I am put into the initramfs busybox shell, I see none
of them loaded in /proc/modules.  I can from that shell do modprobe
libata, and that gives a message that it succeeded.  But modprobe
pata_jmicron just hangs.

-- 
Martin

-- 
Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe
https://launchpad.net/bugs/90689

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90689] Re: Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe

2007-03-14 Thread Martin Pool
Still happens when i add nosmp noreplacement

-- 
Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe
https://launchpad.net/bugs/90689

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90689] Re: Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe

2007-03-14 Thread Martin Pool
And adding pci=noroute does not help either.

Once it is up to initramfs /proc/partitions is empty, as fabbione says
you can't assemble raid arrays out of thin air :)

-- 
Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe
https://launchpad.net/bugs/90689

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90689] Re: Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe

2007-03-14 Thread Phillip Lougher
You have multiple IDE controllers, and one is the JMicron controller
which is causing a lot of problems (bug #84964, etc.).

Your issue sounds very similar to the other bugs raised involving the
JMicron controller.  However, it is unclear whether this is a duplicate,
because you're getting an oops in printk which the others don't seem to
get.  This bug is, therefore, possibly a related but separate issue.

Anyway, a solution which solves the other issue has been posted.  It
will be interesting if this fixes your problem.  Obviously, this fix
only works if you can boot your system with a kernel which doesn't
exhibit this bug.

Add the following lines to /etc/initramfs-tools/modules

libata
pata_jmicron
ata_piix
ahci
ata_generic

and update your initramfs by running update-initramfs -u

Both your problem and the other problems involve the order in which
modules are loaded, and hence which module handles the IDE controllers.
The above would appear to be a working ordering.

-- 
Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe
https://launchpad.net/bugs/90689

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 90689] Re: Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe

2007-03-14 Thread Martin Pool
Mithrandir suggests using -9.16 from
https://beta.launchpad.net/ubuntu/+source/linux-source-2.6.20 which
might be what's on the install cd and worth a try

I'll try Phillip's suggestions too

-- 
Oops while booting herd5 livecd: printk / ide_setup_pci_noise / modprobe
https://launchpad.net/bugs/90689

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs