View previous topic :: View next topic |
Author |
Message |
thecrow1970 n00b
Joined: 08 Apr 2004 Posts: 9
|
Posted: Thu Oct 14, 2004 8:20 pm Post subject: [GRUB] dual boot due O.S. linux + framebuffer [RISOLTO] |
|
|
questo è il mio grub.conf
default 0
timeout 10
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.8
root (hd0,0)
kernel /kernel-2.6.8-gentoo-r4 root=/dev/hda3 video=vesafb:ywrap,mtrr 1024x768-24@72 splash=silent,theme:gechi
initrd /boot/fbsplash-gechi-1024x768
#kernel (hd0,0)/kernel-2.6.9-rc2 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3 video=vesafb:ywrap,mtrr,1024x768-24@72 splash=silent,theme:gechi
#initrd (hd0,0)/initrd-2.6.9-rc2 /boot/fbsplash-gechi-1024x768-24@72
title=Knoppix3.4
root (hd0,3) image=/boot/vmlinuz-2.6.6
le mie domande sono:
1) non riesco a fare partire la knoppix
2) quando parto con gentoo la prima parte del framebuffer è sfondo nero e caratteri enormi poi dopo 5/6 secondi parte il tema ed è tutto ok
come posso risolvere
grazie mille
Last edited by thecrow1970 on Fri Oct 15, 2004 9:45 pm; edited 1 time in total |
|
Back to top |
|
|
fctk Veteran
Joined: 28 Jan 2004 Posts: 1424 Location: Milan, Italy, EU
|
Posted: Fri Oct 15, 2004 1:23 pm Post subject: |
|
|
per quanto riguarda knoppix non so ma per il framebuffer beh... potresti provare a sostituirlo con fbsplash già che ci sei... c'è un howto su gentoo-wiki.com |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31447 Location: here
|
Posted: Fri Oct 15, 2004 1:24 pm Post subject: Re: [GRUB] dual boot due O.S. linux + framebuffer |
|
|
thecrow1970 wrote: | 1) non riesco a fare partire la knoppix |
Che dice quando cerchi di farlo partire? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
thecrow1970 n00b
Joined: 08 Apr 2004 Posts: 9
|
Posted: Fri Oct 15, 2004 3:32 pm Post subject: |
|
|
non dice niente mi riporta sulla maschera della scelta degli o.s.. tra l'altro per knoppix ho installato il suo bootloader (lilo) nella sua partizione.
quando avevo lilo al posto di grub non avevo problemi e mi partivano i 2 sistemi indifferentemente
grazie ancora |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31447 Location: here
|
Posted: Fri Oct 15, 2004 3:34 pm Post subject: |
|
|
No spe ma la questo
Code: | title=Knoppix3.4
root (hd0,3) image=/boot/vmlinuz-2.6.6 |
dovrebbe essere qualcosa del genere
Code: | title=Knoppix3.4
root (hd0,3)
kernel /vmlinuz-2.6.6 root=/dev/hdXY |
Poi mi pare che knoppix usi anche initrd quindi dovrai mettere anche la linea initrd _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
thecrow1970 n00b
Joined: 08 Apr 2004 Posts: 9
|
Posted: Fri Oct 15, 2004 9:45 pm Post subject: |
|
|
grazie mille alla fine smanettando ci sono riuscito
grazie molte fedeli |
|
Back to top |
|
|
|