On 2012/08/22 06:13, [email protected] wrote: > > > > If you try an amd64 -current snapshot, are the disks detected? > > > > Can you install to a USB stick and get a dmesg / pcidump / acpidump for > > amd64? > > > Yes in amd64 -current snapshot disks are detected. and installation > complete successfully. But its get freeze while booting, and booting is > not completed. Here the last message where the Operating system get > freeze.
Ah good, this gives us more to work with. > acpimcfg0 at acpi0 addr 0x80000000, bus 0-255 > acpihpet0 at acpi0: 14318179 Hz > acpiprt0 at acpi0: bus 0 (PCI0) > acpiprt1 at acpi0: bus 11 (PCI1) > acpiprt2 at acpi0: bus 21 (PCI3) > acpiprt3 at acpi0: bus -1 (PCI6) > acpiprt4 at acpi0: bus 26 (PCI7) > acpiprt5 at acpi0: bus -1 (PCI9) > acpicpu0 at acpi0uvm_fault(0xffffffff80d33f40, 0x0, 0, 1) -> e > kernel: page fault trap, code=0 > Stopped at acpicpu_getpss+0x193: movq 0(%rax),%rdi > acpicpu_getpss() at acpicpu_getpss+0x193 > acpicpu_attach() at acpicpu_attach+0x154 OK - reboot and when you reach the boot loader prompt, "boot -c". You should then get a UKC prompt where you can "disable acpicpu" and "quit". I'm hoping this will let the system boot - not fully working but enough to obtain further information. If you can get into the OS, run (as root): acpidump -o x3550m3 This should create a number of files, please tar them up and try to copy them to another system. Ideally copy them to a web server and post the URL in a reply here (attachments aren't accepted on the list). If you don't have a web server you can use, send them off-list to me and I'll upload them somewhere. Hopefully this will contain enough information that a developer who knows ACPI will be able to take a look.
