You are not logged in.
Hi,
Upgraded to the newest kernel 2.6.25.10-1, but during 'begin build' session I got these errors:
"Error, module pata, amd, ata, generic, sata, nv not found"
Strangely enough, rebooting went fine except for getting broken letters/gibberish while loading the modules (followed by a bunch of "OK"s), and the system is up and running.
I downgraded the kernel by referring Pacman -U to my local cache but I get the same errors during the build BUT pacman.log doesn't show the errors:
[2008-07-05 11:50] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
[2008-07-05 11:50] ==> Building image "default"
[2008-07-05 11:50] ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
[2008-07-05 11:50] :: Begin build
[2008-07-05 11:50] :: Parsing hook [base]
[2008-07-05 11:50] :: Parsing hook [udev]
[2008-07-05 11:50] :: Parsing hook [autodetect]
[2008-07-05 11:50] :: Parsing hook [pata]
[2008-07-05 11:50] :: Parsing hook [scsi]
[2008-07-05 11:50] :: Parsing hook [sata]
[2008-07-05 11:50] :: Parsing hook [filesystems]
[2008-07-05 11:50] :: Generating module dependencies
[2008-07-05 11:50] :: Generating image '/boot/kernel26.img'...SUCCESS
[2008-07-05 11:50] ==> SUCCESS
[2008-07-05 11:50] ==> Building image "fallback"
[2008-07-05 11:50] ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
[2008-07-05 11:50] :: Begin build
[2008-07-05 11:50] :: Parsing hook [base]
[2008-07-05 11:50] :: Parsing hook [udev]
[2008-07-05 11:50] :: Parsing hook [pata]
[2008-07-05 11:50] :: Parsing hook [scsi]
[2008-07-05 11:50] :: Parsing hook [sata]
[2008-07-05 11:50] :: Parsing hook [filesystems]
[2008-07-05 11:50] :: Generating module dependencies
[2008-07-05 11:50] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
[2008-07-05 11:50] ==> SUCCESS
[2008-07-05 11:50] upgraded kernel26 (2.6.25.10-1 -> 2.6.25.6-1)
Anyone else experiencing similar problems?
[Edit] lsmod reveals this:
"libata 142096 4 sata_nv,pata_amd,pata_acpi,ahci" , if this is relevant.
So as I understand it the modules are loaded correctly (since I can boot) but something happened during the build. Also, if it's worth mentioning it, I believe the fonts/text are somewhat brighter during the boot after the kernel upgrade (and downgrade).
Last edited by new2arch (2008-07-05 15:37:18)
Offline
Tried commenting out the 'modules' section in mkinitcpio.conf and regenerate the file but with no effect. Even tried uninstalling the kernel and reinstall it. I didn't encounter the error messages about missing the modules since they were commented out in mkinitcpio.conf but I'm still getting these broken letters during boot:
Any idea? Other than that the system seems to be working fine as usual.
Last edited by new2arch (2008-07-05 13:36:28)
Offline
perhaps you set wrong CONSOLEFONT and/or CONSOLEMAP in /etc/rc.conf?
does the system work at all? in your picture it seems to boot (so far).
Offline
perhaps you set wrong CONSOLEFONT and/or CONSOLEMAP in /etc/rc.conf?
does the system work at all? in your picture it seems to boot (so far).
I didn't touch my rc.conf:
LOCALE="en_US.utf8 en_US"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Canada/Pacific"
KEYMAP="sv-latin1"
CONSOLEFONT="Agafari-12"
CONSOLEMAP=
USECOLOR="yes"
But wouldn't all text/lines during boot become scrambled if it were related to the console font? The system boots fine and I haven't encountered any problems so far.
Last edited by new2arch (2008-07-05 13:49:05)
Offline
DonVla wrote:perhaps you set wrong CONSOLEFONT and/or CONSOLEMAP in /etc/rc.conf?
does the system work at all? in your picture it seems to boot (so far).I didn't touch my rc.conf:
CONSOLEFONT="Agafari-12"
???
comment it out and set "CONSOLEFONT="
Last edited by DonVla (2008-07-05 14:39:07)
Offline
new2arch wrote:DonVla wrote:perhaps you set wrong CONSOLEFONT and/or CONSOLEMAP in /etc/rc.conf?
does the system work at all? in your picture it seems to boot (so far).I didn't touch my rc.conf:
CONSOLEFONT="Agafari-12"???
comment it out and set "CONSOLEFONT="
I wanna give you a hug. It worked. Thanks.
I recall setting Agafari-12 as the console font when installing Arch but that was months ago and ever since then my rc.conf has been left untouched.
And I guess my problems with kernel modules have been remedied since it seems they aren't needed if you use udev.
Offline