You are not logged in.

#1 2006-11-13 22:26:27

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Boot process hangs

When I leave GRUB having selected my Arch install, the boot process hangs for about 15 sec at the following line:

ACPI: Embedded Controller [EC0] (gpe 25) interrupt mode.

The next lines are:

Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 11 devices
SCSI subsystem initialized

Why is it hanging?  Can I do anything to improve it?

Offline

#2 2006-11-13 22:31:49

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Boot process hangs

try noapic at the kernel line.

Offline

#3 2006-11-14 06:38:24

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Re: Boot process hangs

I altered GRUB to:

kernel  (hd0,5)/boot/vmlinuz26 root=/dev/sda6 ro noacpi

but it didn't work.  I still have the 15 sec hang.  Any other ideas?

EDIT: Duh!  I think I should have passed acpi=off rather than noacpi.  No wonder they call it newbie corner.

Offline

#4 2006-11-14 11:17:51

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Boot process hangs

Shagbag wrote:

I altered GRUB to:

kernel  (hd0,5)/boot/vmlinuz26 root=/dev/sda6 ro noacpi

but it didn't work.  I still have the 15 sec hang.  Any other ideas?

EDIT: Duh!  I think I should have passed acpi=off rather than noacpi.  No wonder they call it newbie corner.

I said noapic not noacpi.

Offline

#5 2006-11-14 14:37:00

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Re: Boot process hangs

Quite right. You did.  roll  I'll try it when I get home.

Btw, what does the Advanced Programmable Interrupt Controller do and what effect will it have when I shut it off?

Offline

#6 2006-11-14 19:46:54

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Re: Boot process hangs

I tried noapci.  Still no joy.  No improvement on the 15 sec hang.  Any other ideas?

Offline

#7 2006-11-14 19:55:14

stingray
Member
From: Lima, Peru SA
Registered: 2006-03-24
Posts: 188

Re: Boot process hangs

You might try bootchart and see if it shows you what's loading. I haven't tried it, but someone mentioned it the other day. 

Your delay might also be before bootchart kicks in.

Just an idea...

Offline

#8 2006-11-14 20:39:27

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Re: Boot process hangs

Here's my bootchart image at ImageShack

Help!  What's going on in the first 17 seconds ????

Offline

#9 2006-11-14 21:03:40

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: Boot process hangs

either
acpi=off
or
acpi=noirq

and
noapic (not noacpi and not nopci)

noacpi does not exist (so id does not work)

but
pci=noacpi
is valid option

other GRUB ACPI parameters:
ACPI Kernel Parameters

acpi=force

acpi_irq_balance
acpi_irq_nobalance
acpi_irq_pci=irq-number
acpi_irq_isa=irq-number
acpi=oldboot
acpi=ht

hope this will help

Offline

#10 2006-11-16 07:13:07

Shagbag
Member
Registered: 2006-10-25
Posts: 259

Re: Boot process hangs

Thanks for the helpful suggestions everyone but, none of them worked.  I've still got the same 15-17sec hang time.
Per my original post, I think it may have more to do with Plug 'n' Play (or is apci the same thing?).  How do I found out what the '11 devices' are that PnP found?  Is there a log somewhere showing them?

Offline

#11 2006-11-16 19:13:57

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,736

Re: Boot process hangs

Check your bios settings.

Look for a setting called something like "PnP OS installed" .
Chances are it's set to Yes , change it to  No .

When this is set to Yes the bios only starts the bare minimum of devices needed to boot and nothing else. The OS needs to start everything else before it can be used.

Almost all x86 systems start faster (and often run better) when it's set to No and the bios takes care of starting all PnP devices.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB