You are not logged in.
I dont know if this is common, but that screen before arch actually begins to boot and right after selecting arch in grub, takes a long time about 6 seconds, which to me seems like alot. The boot process takes 11.1 seconds by comparison, so I think something is wrong.
Sadly, I do not know what information to provide to anyone willing to help, but ask away and I will.
Thanks in advance.
Offline
The timestamps in dmesg may give you some indication of where things are stalling. The line Unpacking initramfs... might be a good place to start.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
Is it a fast machine? You could consider using lzo compression on the kernel images if indeed they take *that* long to decompress. See /etc/mkinitcpio.conf for the setting. FYI - I use lzo on a "fast" machine just because space on /boot is not an issue.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
That did work thanks, but not too much it is slightly faster..have any other ideas>?
Offline
I thought I would update this thread with far more detailed information.
LAPPY SPECS:
Product Description ASUS K53SV XR1 - Core i7 2630QM 2 GHz - 15.6
Processor Intel Core i7 2630QM / 2 GHz ( Quad-Core )
RAM 6 GB DDR3 SDRAM
Hard Drive 640 GB
Display 15.6" LED backlight TFT 1366 x 768 ( WXGA )
Networking Network adapter - Ethernet, Fast Ethernet, Gigabit Ethernet, IEEE 802.11b, IEEE 802.11g, IEEE 802.11
Partitioning Setup:
/ is EXT4
/home is reiserfs
/var reiserfs
/boot ext2
I installed from an older disc and had to update everything, kernel decompression takes a really long time. I also get this weird bug where simple functions like logging in, inputting my pwd or simply typing "clear" will take a while. That sort of slowness happens as if I didnt have my hosts correct, but /etc/rc.conf and /etc/hosts have the host name set identically.
If I can provide more information, please ask.
Thank you
Thank yo
Offline
Removed double post
Last edited by Stromblad (2011-08-23 19:39:57)
Offline
I checked the timestamp at unpacking init but it didnt seem toyeild any information I could use. Maybe someone can understand this better than i can?
Offline
Could be an ACPI issue (ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables!), would probably explain your other problems too. Try to update your BIOS to latest version. Your bug is experienced by some ASUS users here: https://bugs.launchpad.net/ubuntu/+sour … bug/754192
Offline
Flashed the bios, same result. Ill check out that thread, thanks a bunch
Edit:
I tried deleting the rootdelay option in /lib/initcpio/init
Did nothing
Last edited by Stromblad (2011-08-24 02:47:36)
Offline
I tried deleting the rootdelay option in /lib/initcpio/init
Did nothing
Are you sure you didn't forget to run mkinitcpio after deleting the rootdelay? For me setting rootdelay=2 in mkinitcpio.conf sped the boot up by 8 seconds.
Offline
I have got the same problem. It hangs for about 6 seconds between grub and boot process. Sometimes when opening man pages or do clear it hangs for a second. I have ASUS k50ij (2gb RAM, intel DUO T3000) and this was not the problem two weeks ago, i think. In my kernel line i have:
acpi_osi=Linux acpi_backlight=vendor
But the issue persist even when removing the line.
Dmesg:
[ 0.230153] ACPI Warning: Incorrect checksum in table [ATKG] - 0x84, should be 0xE5 (20110413/tbutils-314)
Last edited by Shark (2011-08-24 09:35:54)
If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau
Registered Linux User: #559057
Offline
Where to set "rootdelay=2" in "/etc/mkinitcpio" file, because i set it in "/lib/initcpio/init" and there were not difference when booting (i did "mkinitcpio -p linux"). Then i uncomment default option in "/etc/mkinitcpio.d/linux.presets" file and edit there "rootdelay=2", then do mkinitcpio as before and nothing changed on boot. Still about 6 secs too boot.
Last edited by Shark (2011-08-24 10:06:06)
If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau
Registered Linux User: #559057
Offline
Then i uncomment default option in "/etc/mkinitcpio.d/linux.presets" file and edit there "rootdelay=2", then do mkinitcpio as before and nothing changed on boot. Still about 6 secs too boot.
Well, that's pretty fast boot. If you don't see ~10sec delay before remounting root FS in your dmesg, you don't need to fiddle around with the rootdelay.
Offline
But i haven't to have wait for 6 second between grub and init process before. Is this normal?
If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau
Registered Linux User: #559057
Offline