Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
(RISOLTO) Installazione
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Sun Feb 25, 2007 11:08 am    Post subject: (RISOLTO) Installazione Reply with quote

Io sto tentando di installare Gentoo utiizzando la guida presente in questo indirizzo.

Ho seguito la guida pedisequamente.

Per generre il kernenel utilizzando Genkernel.

Dopo il reboot mi appare il seguente messaggio d"errore:

Code:


!! The root block device is unspecified or not detected.
Please specify a device to boot, or "shell" for a shell...



Ovviamente ho sbagliato qualche settaggio in qualche file :( ma quale file? E soprattuto qual'era il settaggio giusto?


Last edited by gatto on Tue Mar 06, 2007 3:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Sun Feb 25, 2007 11:11 am    Post subject: Reply with quote

Cominciamo dal file /boot/grub/grub.conf.

Postalo!
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Sun Feb 25, 2007 11:51 am    Post subject: Reply with quote

e anche /etc/fstab
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Sun Feb 25, 2007 11:54 am    Post subject: Reply with quote

A questo punto anche un bel
Code:
fdisk -l
non guasterebbe.
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Sun Feb 25, 2007 1:19 pm    Post subject: Reply with quote

fbcyborg wrote:
Cominciamo dal file /boot/grub/grub.conf.

Postalo!


Code:


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

title=Gentoo
root (hd0,0)
kernel /boot/kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/ram0 init=/linuxrc
ramdisk=8192 real_root=/dev/hda3 udev
initrd /boot/initramfs-genkernel-x86-2.6.19-gentoo-r5


Onip wrote:
e anche /etc/fstab


Code:


# <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.

/dev/hda1               /boot           ext2            defaults,noatime        1 2
/dev/hda3               /               ext3            defaults                0 1
/dev/hda2               none            swap            sw              0 0
/dev/cdroms/cdrom0      /mnt/cdrom      auto            noauto,user     0 0

# NOTE: The next line is critical for boot!
proc                    /proc           proc            defaults        0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm                     /dev/shm        tmpfs           nodev,nosuid,noexec     0 0



fbcyborg wrote:
A questo punto anche un bel
Code:
fdisk -l
non guasterebbe.


il comando che tu suggevi non mi risponde quindi ho dato:

Code:

 fdisk /dev/hda


seguito da p

Code:

Command (m for help): p

Disk /dev/hda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1           5       40131   83  Linux
/dev/hda2               6        2200    17631337+  82  Linux swap / Solaris
/dev/hda3            2201       12161    80011732+  83  Linux

Command (m for help):

Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sun Feb 25, 2007 2:15 pm    Post subject: Reply with quote

prova cosi :
Code:
title=Gentoo
root (hd0,0)
da qui --> "kernel /boot/kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev" fino a qui sulla stessa riga nel grub.
initrd /boot/initramfs-genkernel-x86-2.6.19-gentoo-r5




ciauz
Back to top
View user's profile Send private message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Sun Feb 25, 2007 2:51 pm    Post subject: Reply with quote

crisandbea wrote:
prova cosi :
Code:
title=Gentoo
root (hd0,0)
da qui --> "kernel /boot/kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev" fino a qui sulla stessa riga nel grub.
initrd /boot/initramfs-genkernel-x86-2.6.19-gentoo-r5




ciauz


Effettivamente avevo pensato anch'io che andassero sulla stessa riga, ma seguendo il manuale pedissequamente... :D

GRAZIE!!!

Ora pero' non e' finita.....

Durante il boot tutto ok fino a questo punto:

Code:


>> starting syslog-ng... [OK]
>> starting pcmcia...
   cardmgr[7046]: watching 1 soket



quando si blocca tutto :?
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sun Feb 25, 2007 3:03 pm    Post subject: Reply with quote

che versione di udev???

posta l'errore completo se riesci.

ciao
Back to top
View user's profile Send private message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Sun Feb 25, 2007 3:27 pm    Post subject: Reply with quote

crisandbea wrote:
che versione di udev???

posta l'errore completo se riesci.

ciao


Non so la versione di udev, dove la trovo?

L'errore e' tutto li, si verifica durante la fase iniziale quando sta' caricando tutto l'ambaradan :-)
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sun Feb 25, 2007 3:33 pm    Post subject: Reply with quote

gatto wrote:
crisandbea wrote:
che versione di udev???

posta l'errore completo se riesci.

ciao


Non so la versione di udev, dove la trovo?

L'errore e' tutto li, si verifica durante la fase iniziale quando sta' caricando tutto l'ambaradan :-)


dai un
Code:
eix -I udev
oppure
Code:
emerge -pv sys-fs/udev


ciao
Back to top
View user's profile Send private message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Sun Feb 25, 2007 4:04 pm    Post subject: Reply with quote

crisandbea wrote:


dai un
Code:
eix -I udev
oppure
Code:
emerge -pv sys-fs/udev


ciao


risultato:

Code:


livecd gentoo # eix -I udev
bash: eix: command not found

livecd gentoo # emerge -pv sys-fs/udev

These are the packages that would be merged, in order:

Calculating dependencies
emerge: there are no ebuilds to satisfy "sys-fs/udev".



ciao
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sun Feb 25, 2007 4:06 pm    Post subject: Reply with quote

direi che per usare il livecd devi fare prima il chroot eguendo la guida di installazione per verificare il tutto...

ciauz
Back to top
View user's profile Send private message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Mon Feb 26, 2007 9:58 am    Post subject: Reply with quote

crisandbea wrote:
Code:
emerge -pv sys-fs/udev




eccolo:

Code:


(chroot) livecd / # emerge -pv sys-fs/udev

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B     ] >=sys-fs/udev-089 (is blocking sys-apps/coldplug-20040920-r1)
[blocks B     ] sys-apps/coldplug (is blocking sys-fs/udev-104-r11)
[ebuild     U ] sys-fs/udev-104-r11 [087-r1] USE="(-selinux)" 184 kB

Total: 1 package (1 upgrade, 2 blocks), Size of downloads: 184 kB



ciao
Back to top
View user's profile Send private message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Mon Feb 26, 2007 10:10 am    Post subject: Reply with quote

crisandbea wrote:

Code:
eix -I udev
oppure
Code:
emerge -pv sys-fs/udev



eccolo:

Code:


(chroot) livecd / # eix -I udev
[U] sys-fs/udev
     Available versions:  079-r2 087 087-r1 ~090-r1 ~094 ~096 ~096-r1 ~098 ~099 ~100 ~100-r2 103 104-r9 104-r10 104-r11 ~104-r12
     Installed:           087-r1(15:37:27 08/03/06)(-selinux)
     Homepage:            http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
     Description:         Linux dynamic and persistent device naming support (aka userspace devfs)



ciao
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Mon Feb 26, 2007 10:12 am    Post subject: Reply with quote

fai chroot da live cd, ed elimina
Code:
sys-apps/coldplug
dopo di che riemergi aggiornando udev.

ciao
Back to top
View user's profile Send private message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Mon Feb 26, 2007 10:48 am    Post subject: Reply with quote

crisandbea wrote:
fai chroot da live cd, ed elimina
Code:
sys-apps/coldplug
dopo di che riemergi aggiornando udev.

ciao


scusami ma sono un niubbio :D
potresti spiegarmi passo passo
te ne sarei davvero grato


grazie
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Mon Feb 26, 2007 1:31 pm    Post subject: Reply with quote


  • avvia con il LiveCD di Gentoo
  • monta le partizioni (non occorre crearle, lo hai già fatto prima)
  • fai chroot nel sistema
  • elimina coldplug
    Code:

    emerge -aC coldplug

  • aggiorna udev
    Code:

    emerge --oneshot -auv udev

  • aggiorna i files di configurazione
    Code:

    dispatch-conf

  • esci dal chroot, smonta le partizioni, e riavvia

_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Tue Feb 27, 2007 4:24 pm    Post subject: Reply with quote

Scen wrote:


  • aggiorna i files di configurazione
    Code:

    dispatch-conf

  • esci dal chroot, smonta le partizioni, e riavvia


:( sono molto depresso...

Domanda:

e' normale che dopo questo comando esca una roba di questo tipo...

Code:


(chroot) livecd / # dispatch-conf
dispatch-conf: Error copying /etc/init.d/reboot.sh to /etc/config-archive/etc/init.d/reboot.sh: [Errno 2] No such file or directory: '/etc/init.d/reboot.sh'; fatal
dispatch-conf: Error copying /etc/init.d/shutdown.sh to /etc/config-archive/etc/init.d/shutdown.sh: [Errno 2] No such file or directory: '/etc/init.d/shutdown.sh'; fatal
--- /etc/DIR_COLORS     2006-08-03 15:37:22.000000000 +0000
+++ /etc/._cfg0000_DIR_COLORS   2007-01-23 17:44:55.000000000 +0000
@@ -1,10 +1,16 @@
 # Configuration file for dircolors, a utility to help you set the
 # LS_COLORS environment variable used by GNU ls with the --color option.

...



e che parta una sfilza di 33 files da configurare la maggior parte dei quali incomprensibili???

Io non sapevo cosa fare e ad ognuno ho premuto N (next)

----

dopo il reboot il risultato e' stato:

Code:


udevd-event[4136]: run_program: exec of program '/sbin/udev_run_hotplugd

udevd-event[4136]: run_program: exec of program '/sbin/udev_run_devd' failed

* WARNING: /etc/init.d/coldplug missing; skipping...

* starting syslog-ng...

* starting pcmcia...
   cardmgr[4670]: Watching 1 socket



:?
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Tue Feb 27, 2007 7:56 pm    Post subject: Reply with quote

gatto wrote:
:( sono molto depresso...

Benvenuto in Gentoo :wink:
gatto wrote:

Domanda:

e' normale che dopo questo comando esca una roba di questo tipo...

Code:


(chroot) livecd / # dispatch-conf
dispatch-conf: Error copying /etc/init.d/reboot.sh to /etc/config-archive/etc/init.d/reboot.sh: [Errno 2] No such file or directory: '/etc/init.d/reboot.sh'; fatal
dispatch-conf: Error copying /etc/init.d/shutdown.sh to /etc/config-archive/etc/init.d/shutdown.sh: [Errno 2] No such file or directory: '/etc/init.d/shutdown.sh'; fatal
--- /etc/DIR_COLORS     2006-08-03 15:37:22.000000000 +0000
+++ /etc/._cfg0000_DIR_COLORS   2007-01-23 17:44:55.000000000 +0000
@@ -1,10 +1,16 @@
 # Configuration file for dircolors, a utility to help you set the
 # LS_COLORS environment variable used by GNU ls with the --color option.

...



e che parta una sfilza di 33 files da configurare la maggior parte dei quali incomprensibili???

Benvenuto in Gentoo (2):wink:

A parte gli scherzi, questa operazione, che ti ha "spaventato", è una delle più delicate e complesse, IMHO, di Gentoo, ovvero l'aggiornamento dei files di configurazione.
Per avere più informazioni:
Code:

emerge --help config


gatto wrote:

Io non sapevo cosa fare e ad ognuno ho premuto N (next)

Azzz.... male! :? La maggior parte delle volte è opportuno aggiornare ad occhi chiusi i files di configurazione (se non li si ha mai modificati o se non si sa a cosa servono), in quanto apportano modifiche/correzioni/miglioramenti per il corretto funzionamento del sistema.

gatto wrote:

dopo il reboot il risultato e' stato:

Code:

[errori vari]


Ti consiglio di reinstallare udev, e aggiornare i files di configurazione, per cui:
Code:

emerge --oneshot udev
dispatch-conf
(rispondere "Y" alle domande)


Comunque ti consiglio di leggerti per bene il Manuale Gentoo, da qui in poi, possibilmente :wink:
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Wed Feb 28, 2007 10:13 am    Post subject: Reply with quote

Scen wrote:

Code:

dispatch-conf
(rispondere "Y" alle domande)



In questo comando non c'e' la Y fra le risposte possibili.

Le risposte possibili sono:

Code:

>> q quit, h help, n next, e edit-new, z zap-new, u use-new
   m merge, t toggle-merge, l look-merge:


Io di solito rispondevo N a tutte...
...Dovrei cambiare?

grazie :-)
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Wed Feb 28, 2007 10:25 am    Post subject: Reply with quote

usa
Code:
etc-update
dando come parametro quando te lo chiede
Code:
-3 e poi y


ciauz
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Wed Feb 28, 2007 10:48 am    Post subject: Reply with quote

Ho fatto confusione tra i comandi di etc-update e dispatch-conf, chiedo venia :oops:

Comunque segui il consiglio di crisandbea, se dispatch-conf ti crea confusione.
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
gatto
n00b
n00b


Joined: 12 Feb 2007
Posts: 24

PostPosted: Wed Feb 28, 2007 10:59 am    Post subject: Reply with quote

Durante la fase di boot...

Code:


* WARNING: /etc/init.d/coldplug missing; skipping...

* starting syslog-ng...

* starting pcmcia...

   cardmgr[8538]: Watching 1 socket

 


Ho pero' notato che molto prima mi da un'altro errore.

Ho rifatto il boot parecchie volte per vedere se riuscivo a leggere il problema ma senza successo. :(

Esiste il modo per leggere un qualche file di log?

La mia ipotesi e' che il problema sia a monte e che l'errore finale sia solo una conseguenza.

Ho detto una cazzata? :?:
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Wed Feb 28, 2007 11:00 am    Post subject: Reply with quote

con dispatch-conf avresti dovuto dare u (per use-new)
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Wed Feb 28, 2007 11:12 am    Post subject: Reply with quote

gatto wrote:
Durante la fase di boot...

Code:


* WARNING: /etc/init.d/coldplug missing; skipping...

* starting syslog-ng...

* starting pcmcia...

   cardmgr[8538]: Watching 1 socket

 


Ho pero' notato che molto prima mi da un'altro errore.

Ho rifatto il boot parecchie volte per vedere se riuscivo a leggere il problema ma senza successo. :(

Esiste il modo per leggere un qualche file di log?

La mia ipotesi e' che il problema sia a monte e che l'errore finale sia solo una conseguenza.

Ho detto una cazzata? :?:

dai:
1)
Code:
rc-update del coldplug default

2)
Code:
emerge --depclean

3)
Code:
revdep-rebuild

4)
Code:
emerge --sync

5)
Code:
emerge -pvtDuN world


ciauz
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
Goto page 1, 2, 3  Next
Page 1 of 3

 
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