View previous topic :: View next topic |
Author |
Message |
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Thu Jul 08, 2004 1:24 pm Post subject: Framebuffer e bootsplash che non funzionano |
|
|
ho seguito queste istruzioni
https://forums.gentoo.org/viewtopic.php?t=49036
per filo e per segno sul kernel 2.6.7-gentoo-r6 ma al boot ho i seguenti errori:
probe of vesafb failed with error -6
Couldn't find valid ramdisk image starting at 0
ho messo tutti i moduli come detto nella guida e questa è l'entry nel mio grub.conf
Code: | title Kernel Gentoo 2.6.7 bs
root (hd0,0)
kernel (hd0,0)/kernel-2.6.7-gentoo-bs root=/dev/hda5
video=vesafb:ywrap,mtrr vga=0x31A
#initrd=/boot/initrd-1280x1024 |
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31277 Location: here
|
|
Back to top |
|
|
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Thu Jul 08, 2004 7:50 pm Post subject: |
|
|
non avevo compilato i "Compiled in fonts". Ora il framebuffer va ma il bootsplash no. Nel kernel c'è e l'errore è sempre
Couldn't find valid RAM disk image starting at 0 |
|
Back to top |
|
|
motaboy Developer
Joined: 15 Dec 2003 Posts: 1483
|
Posted: Thu Jul 08, 2004 9:24 pm Post subject: |
|
|
Sei sicuro di avere attivato nel kernel l'opzione per l"Initial Ramdisk"?
Da bootsplash_patch:
Code: |
Your kernel has been patched, rebuild with the following options"
enabled (do not build them as modules!):"
Device Drivers ->"
Block Devices ->"
<*> Loopback device support"
<*> RAM disk support"
[*] Initial RAM disk (initrd) support"
Graphics support ->"
[*] Support for frame buffer devices"
Console display driver support ->"
--- VGA text console"
[*] Video mode selection support"
<*> Framebuffer Console support"
Bootsplash configuration ->"
[*] Bootup splash screen"
|
_________________ ... |
|
Back to top |
|
|
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Thu Jul 08, 2004 9:33 pm Post subject: |
|
|
Code: | bootsplash_patch
*
* Patching the kernel (branch: 2.6) in /usr/src/linux ...
*
*
* It appears your kernel has already been patched. |
Code: |
<*> RAM disk support
(4096) Default RAM disk size (kbytes)
[*] Initial RAM disk (initrd) support |
poi ho fatto
Code: | /sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /boot/initrd-1024x768 |
messo bootsplash nel runlevel.... tutto come dice la guida |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31277 Location: here
|
Posted: Fri Jul 09, 2004 8:50 am Post subject: |
|
|
Hai montato la boot prima di dare il comando /sbin/splash? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Fri Jul 09, 2004 9:13 am Post subject: |
|
|
non so quanto possa essere cazzata o meno farlo, ma ho il mount automatico nel fstab
a prop... è consigliabile? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31277 Location: here
|
Posted: Fri Jul 09, 2004 9:16 am Post subject: |
|
|
In che senso il mount automatico? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Fri Jul 09, 2004 9:19 am Post subject: |
|
|
nel senso di
Code: |
/dev/hda1 /boot ext2 auto,noatime
|
non basta? devo rimontarla a mano? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31277 Location: here
|
Posted: Fri Jul 09, 2004 9:20 am Post subject: |
|
|
No devi montarla a mano. Gentoo una volta che ha finito con la boot la smonta. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
heXen Guru
Joined: 21 Jun 2004 Posts: 320
|
Posted: Fri Jul 09, 2004 9:39 am Post subject: |
|
|
nonostante l'auto in fstab?
se io ora do mount mi risulta montata |
|
Back to top |
|
|
|