View previous topic :: View next topic |
Author |
Message |
otakuj462 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/54802898044a6b798d1843.jpg)
Joined: 27 Jun 2006 Posts: 32
|
Posted: Sat Dec 30, 2006 3:36 am Post subject: weird inexplicable udev boot errors |
|
|
Hi, I'm suddenly inexplicably getting udev errors at boot. They appear to be exactly the same as what is described in this article:
http://lists.debian.org/debian-kernel/2006/02/msg00325.html
This is a newly-installed system. Also, I recently switched from genkernel to a custom built gentoo-sources kernel. Nevertheless, I booted several times with this kernel and did not encounter these errors. They appeared to have come out of nowhere.
If anyone has any idea what may have caused these errors, or how I can fix them, please let me know. Thanks.
-Jake |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
GaMeS Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/193027462944673094b624f.jpg)
Joined: 08 Nov 2005 Posts: 374 Location: Nantes
|
Posted: Sat Dec 30, 2006 4:34 am Post subject: |
|
|
can we see your grub.conf files ? _________________ $this->setLife(FALSE);
printf "I'm not a gamer !";
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
otakuj462 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/54802898044a6b798d1843.jpg)
Joined: 27 Jun 2006 Posts: 32
|
Posted: Sat Dec 30, 2006 5:16 pm Post subject: grub.conf |
|
|
Contents of my grub.conf file:
Code: |
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
#title=Gentoo Linux (Genkernel)
#root (hd0,0)
#kernel /kernel-genkernel-x86-2.6.18-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3
#initrd /initramfs-genkernel-x86-2.6.18-gentoo-r6
title=Gentoo Linux (Custom)
root (hd0,0)
kernel /kernel-custom-x86-2.6.18-gentoo-r6
title=Possible Windows P4
rootnoverify (hd0,3)
makeactive
chainloader +1
|
Let me know. Thanks.
-Jake |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|