View previous topic :: View next topic |
Author |
Message |
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Sun Feb 25, 2007 11:08 am Post subject: (RISOLTO) Installazione |
|
|
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 |
|
|
fbcyborg Advocate
Joined: 16 Oct 2005 Posts: 3056 Location: ROMA
|
|
Back to top |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Sun Feb 25, 2007 11:51 am Post subject: |
|
|
e anche /etc/fstab _________________ Linux Registered User n. 373835
Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum |
|
Back to top |
|
|
fbcyborg Advocate
Joined: 16 Oct 2005 Posts: 3056 Location: ROMA
|
|
Back to top |
|
|
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Sun Feb 25, 2007 1:19 pm Post subject: |
|
|
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 non guasterebbe. |
il comando che tu suggevi non mi risponde quindi ho dato:
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 |
|
|
crisandbea Veteran
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Sun Feb 25, 2007 2:15 pm Post subject: |
|
|
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 |
|
|
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Sun Feb 25, 2007 2:51 pm Post subject: |
|
|
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...
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 |
|
|
crisandbea Veteran
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Sun Feb 25, 2007 3:03 pm Post subject: |
|
|
che versione di udev???
posta l'errore completo se riesci.
ciao |
|
Back to top |
|
|
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Sun Feb 25, 2007 3:27 pm Post subject: |
|
|
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 |
|
|
crisandbea Veteran
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Sun Feb 25, 2007 3:33 pm Post subject: |
|
|
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 oppure Code: | emerge -pv sys-fs/udev |
ciao |
|
Back to top |
|
|
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Sun Feb 25, 2007 4:04 pm Post subject: |
|
|
crisandbea wrote: |
dai un 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 |
|
|
crisandbea Veteran
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Sun Feb 25, 2007 4:06 pm Post subject: |
|
|
direi che per usare il livecd devi fare prima il chroot eguendo la guida di installazione per verificare il tutto...
ciauz |
|
Back to top |
|
|
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Mon Feb 26, 2007 9:58 am Post subject: |
|
|
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 |
|
|
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Mon Feb 26, 2007 10:10 am Post subject: |
|
|
crisandbea wrote: |
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 |
|
|
crisandbea Veteran
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Mon Feb 26, 2007 10:12 am Post subject: |
|
|
fai chroot da live cd, ed elimina dopo di che riemergi aggiornando udev.
ciao |
|
Back to top |
|
|
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Mon Feb 26, 2007 10:48 am Post subject: |
|
|
crisandbea wrote: | fai chroot da live cd, ed elimina dopo di che riemergi aggiornando udev.
ciao |
scusami ma sono un niubbio
potresti spiegarmi passo passo
te ne sarei davvero grato
grazie |
|
Back to top |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Mon Feb 26, 2007 1:31 pm Post subject: |
|
|
- 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
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 |
|
|
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Tue Feb 27, 2007 4:24 pm Post subject: |
|
|
Scen wrote: |
- aggiorna i files di configurazione
- 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 |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Tue Feb 27, 2007 7:56 pm Post subject: |
|
|
gatto wrote: | sono molto depresso... |
Benvenuto in Gentoo
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)
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:
|
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 _________________ 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 |
|
|
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Wed Feb 28, 2007 10:13 am Post subject: |
|
|
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 |
|
|
crisandbea Veteran
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Wed Feb 28, 2007 10:25 am Post subject: |
|
|
usa dando come parametro quando te lo chiede
ciauz |
|
Back to top |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Wed Feb 28, 2007 10:48 am Post subject: |
|
|
Ho fatto confusione tra i comandi di etc-update e dispatch-conf, chiedo venia
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 |
|
|
gatto n00b
Joined: 12 Feb 2007 Posts: 24
|
Posted: Wed Feb 28, 2007 10:59 am Post subject: |
|
|
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 |
|
|
Kernel78 Moderator
Joined: 24 Jun 2005 Posts: 3654
|
Posted: Wed Feb 28, 2007 11:00 am Post subject: |
|
|
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 |
|
|
crisandbea Veteran
Joined: 03 Jul 2005 Posts: 1778 Location: BOSCO (SA) ... ma domiciliato a Bologna....
|
Posted: Wed Feb 28, 2007 11:12 am Post subject: |
|
|
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)
3)
4)
5) Code: | emerge -pvtDuN world |
ciauz |
|
Back to top |
|
|
|