Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problema portatile e boot (RISOLTO)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
pulix
n00b
n00b


Joined: 21 Jan 2005
Posts: 33

PostPosted: Fri Jan 21, 2005 9:09 pm    Post subject: problema portatile e boot (RISOLTO) Reply with quote

Salve a tutti,
ho un portatile hp compaq nx9030 sul quale ho provato ad istallare gentoo 2004.3. Per il kernel ho utilizzato genkernel
e durante tutta l'istallazione non ho avuto alcun errore.
Appena lanciato il sistema dal bootloader si blocca tutto con una schermata nera, dei caratteri sfuocati e delle "righe".

Seguendo Manuale Gentoo 2004.3 ho cosi' scritto il grub.conf:

Code:

default 0
timeout 30
splashimage=(hd0,2)/boot/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,2)
kernel /boot/kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3
initrd /boot/initrd-2.6.9-gentoo-r1


Ho utilizzato una sola partizione, escludendo quella di boot.
Stesso identico problema se utilizzo lilo al posto di grub;Entrambi i bootloader non danno problemi, il problema nasce solo
quando viene lanciato il kernel.

Qualcuno ha qualche idea/suggerimento?
ciao e grazie


Last edited by pulix on Sat Jan 22, 2005 1:12 pm; edited 2 times in total
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Fri Jan 21, 2005 9:14 pm    Post subject: Reply with quote

Prima di tutto.... benvenuto
Welcome to the real community 8)

Veniamo al tuo problema.
Potresti postare un
Code:

# cat /etc/fstab

Dall'ambiente chrootato?
Ho paura che il problema si qui
Code:

kernel /boot/kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3


E' di aiuto per capire se il problema e' nella riga di configurazione di grub.conf.
Inoltre, se riesci, compila il kernel a mano, che genkernel sembra tanto semplice ma spesso da alcuni problemini

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
pulix
n00b
n00b


Joined: 21 Jan 2005
Posts: 33

PostPosted: Fri Jan 21, 2005 9:25 pm    Post subject: Reply with quote

Intanto grazie per il benvenuto! :)
Allora l'fstab e' questo qua:

Code:

/dev/hda2   none      swap    sw                0 0
/dev/hda3   /         ext3    noatime           0 1
none        /proc     proc    defaults             0 0
none        /dev/shm  tmpfs   nodev,nosuid,noexec  0 0


Tanto che ci sono pasto anche il lilo.conf:

Code:

boot=/dev/hda           
prompt                   
delay=50                 
default=gentoo           



image=/boot/kernel-2.6.9-gentoo-r1
  label=gentoo
  read-only
  root=/dev/ram0
  append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3"
  initrd=/boot/initrd-2.6.9-gentoo-r1


ma come dicevo prima, anche con lilo ho lo stesso identico errore!
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Fri Jan 21, 2005 9:32 pm    Post subject: Reply with quote

Prova nel grub.conf a cambiare
Code:

kernel /boot/kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3

con
Code:

kernel /boot/kernel-2.6.9-gentoo-r1 root=/dev/hda3

e vedi se boota!

mouser :wink:
Back to top
View user's profile Send private message
pulix
n00b
n00b


Joined: 21 Jan 2005
Posts: 33

PostPosted: Fri Jan 21, 2005 9:44 pm    Post subject: Reply with quote

ciao grazie della risposta ma non fa da sempre lo stesso problema cioè schermata nera con dei simboli sotto molto sfocati come parole che scorrono.
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Fri Jan 21, 2005 9:46 pm    Post subject: Reply with quote

Scusa la domanda banale, ma con la compilazione con genkernel, sei sicuro che non ti abbia fatto casotto con i driver della scheda video?
Back to top
View user's profile Send private message
pulix
n00b
n00b


Joined: 21 Jan 2005
Posts: 33

PostPosted: Fri Jan 21, 2005 9:56 pm    Post subject: Reply with quote

Onestamente non ne sono sicuro :). Pero' riguardo a genkernel sulla guida c'e' scritto cosi' genkernel configura il kernel in modo quasi identico a come �configurato quello del LiveCD. quindi pensavo/speravo che non avesse troppi problemi il kernel cosi' generato, dato che il livecd non ne aveva dati.
Back to top
View user's profile Send private message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Fri Jan 21, 2005 10:04 pm    Post subject: Re: problema portaile e boot Reply with quote

pulix wrote:
Salve a tutti,

Appena lanciato il sistema dal bootloader si blocca tutto con una schermata nera, dei caratteri sfuocati e delle "righe".


ciao,
da come dici sembra un problema di Xorg (magari di frequenze orizzontali / verticali (HorizSync VertRefresh) della sezione Monitor di /etc/X11/xorg.conf )
Back to top
View user's profile Send private message
pulix
n00b
n00b


Joined: 21 Jan 2005
Posts: 33

PostPosted: Fri Jan 21, 2005 10:13 pm    Post subject: Reply with quote

Non credo che sia causa di xorg, il problema e' proprio un'istante dopo il bootloader;
magari riuscissi ad arrivare all'avvio di xorg :)
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Jan 21, 2005 10:43 pm    Post subject: Reply with quote

pulix wrote:
Non credo che sia causa di xorg, il problema e' proprio


Concordo.

Prova a commentare la riga:

Code:
splashimage=(hd0,2)/boot/grub/splash.xpm.gz

_________________
Ciao da me!
Back to top
View user's profile Send private message
pulix
n00b
n00b


Joined: 21 Jan 2005
Posts: 33

PostPosted: Fri Jan 21, 2005 11:20 pm    Post subject: Reply with quote

Purtroppo da sempre lo stesso errore, cambia solo il fatto che il menu' di grub e' in bianco e nero
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Jan 21, 2005 11:41 pm    Post subject: Reply with quote

pulix wrote:
Purtroppo da sempre lo stesso errore, cambia solo il fatto che il menu' di grub e' in bianco e nero


Aggiungi 'vga=ask' ai parametri del kernel:

Code:
kernel /boot/kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 vga=ask

e dopo dal menu scegli una "normale" 80x25, in questa maniera dovrebbe mettere fuori gioco il framebuffer.
_________________
Ciao da me!
Back to top
View user's profile Send private message
pulix
n00b
n00b


Joined: 21 Jan 2005
Posts: 33

PostPosted: Sat Jan 22, 2005 11:34 am    Post subject: Reply with quote

Stsesso identico problema prima :( schermata tutta nera
Back to top
View user's profile Send private message
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Sat Jan 22, 2005 12:25 pm    Post subject: Reply with quote

Ma tu usi lilo o grub?

Sarebbe utile che t facessi aiutare nella compilazione a manina del kernel da un utente della tua zona, al quale poi offrirai un buon caffè :-)

Magari boota da liveCD e chrootati dentro il tuo sistema. Da lì crea fai una copia di backup del file
Code:
/boot/kernel-2.6.9-gentoo-r1
che è il tuo kernel e poi crea a mano il kernel
Code:
genkernel all --menuconfig --no-clean --no-mrproper --no-bootsplash
. Così facendo non dovresti perdere il file .config creato auomaticamente da genkernel.
_________________
Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! ;)
Back to top
View user's profile Send private message
alexzndr
n00b
n00b


Joined: 11 Jan 2005
Posts: 55
Location: Somewhere in Time

PostPosted: Sat Jan 22, 2005 12:57 pm    Post subject: Reply with quote

dato che il livecd ti funziona, proviamo questa soluzione, anche se e' ben poco "romantica" ;)

Inserisci il livecd e dai

Code:
cp /mnt/cdrom/isolinux/gentoo /mnt/cdrom/isolinux/gentoo.igz /mnt/gentoo/boot


in questo modo hai copiato il kernel e initrd usati dal livecd nella tua dir di boot.

Ora modifica il grub.conf aggiungendo queste righe:

Code:

title=kernel-live
root (hd0,2)
kernel /boot/gentoo root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3
initrd /boot/gentoo.igz


Bene, fatto cio' non rimane che riavviare e incrociare le dita.
Se dovesse andare bene, ti dico anche come sistemare i moduli.
Back to top
View user's profile Send private message
pulix
n00b
n00b


Joined: 21 Jan 2005
Posts: 33

PostPosted: Sat Jan 22, 2005 1:12 pm    Post subject: Reply with quote

GRANDE alexndr con il tuo consiglio ho risolto il problema.... ok adesso è tutto a posto grazie dell'aiuto alexzndr e grazie a tutti quanti hanno cercato di aiutarmi .. alla prossima :D :D :D
Back to top
View user's profile Send private message
alexzndr
n00b
n00b


Joined: 11 Jan 2005
Posts: 55
Location: Somewhere in Time

PostPosted: Sat Jan 22, 2005 1:26 pm    Post subject: Reply with quote

Prego, per sistemare anche i moduli dai un occhio qua:
http://www.gentoo.org/doc/it/gentoo-x86-tipsntricks.xml

Ciao
Back to top
View user's profile Send private message
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Sat Jan 22, 2005 5:03 pm    Post subject: Reply with quote

bene che hai risolto, ma è una soluzione tampone, non credi? :wink:
Adesso che puoi bootare direi che t puoi anche lanciare in tentativi d ricompilare il kernel. leggi il mio post sopra per semplificarti la vita.

trovi risorse utili sul sito di gentoo sezione DOC
e digitando
Code:
man genkernel

_________________
Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum