Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Community > Tech > [HELP] /dev/?
Pages (3): [1] 2 3 »   Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
diverso
JAILED

User info:
Registered: Dec 2005
Posts: 278 (0.04 al dì)
Location:
Corso: ah
Anno:
Time Online: 1 Day, 7:40:02: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
[HELP] installazione gentoo

sto tentando di configurare lilo o grub su gentoo su un toshiba satellite M60 ma ho un il seguente problema:
il disco è un SATA e da livecd lo vedo come /dev/sda

una volta configurato lilo o grub , riavvio e mi dice che root= probabilmente è sbagliato.. sicuramente è xkè il kernel mi setta il device non più come /dev/sda.
ora sto seguendo questa guida http://gentoo-wiki.com/HARDWARE_SATA#Assumptions sperando sia la soluzione corretta.
sto utilizzando genkernel --menuconfig all e kernel 2.6.14-gentoo-r5

ps: ho già provato a mettere /dev/hde come consigliato da altri, ma non ha funzionato

__________________
La guerra contro di noi, noi contro la guerra
Il nemico sei tu, è te che combattono
Rendendoti precario se lavori, arrestandoti se protesti
Imbavagliandoti se parli, spiandoti se ti organizzi...

Last edited by diverso on 12-01-2006 at 16:39

12-01-2006 14:21
Click Here to See the Profile for diverso Click Here to See the Blog of diverso Click here to Send diverso a Private Message Find more posts by diverso Add diverso to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Gusher
Splinter fun club

User info:
Registered: Jan 2003
Posts: 475 (0.06 al dì)
Location: Ovunque
Corso: Informatica
Anno: Done
Time Online: 15 Days, 22:06:15 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
Re: [HELP] /dev/?

Originally posted by diverso
sto tentando di configurare lilo o grub su gentoo su un toshiba satellite M60 ma ho un il seguente problema:
il disco è un SATA e da livecd lo vedo come /dev/sda

una volta configurato lilo o grub , riavvio e mi dice che root= probabilmente è sbagliato.. sicuramente è xkè il kernel mi setta il device non più come /dev/sda.
ora sto seguendo questa guida http://gentoo-wiki.com/HARDWARE_SATA#Assumptions sperando sia la soluzione corretta.
sto utilizzando genkernel --menuconfig all e kernel 2.6.14-gentoo-r5

ps: ho già provato a mettere /dev/hde come consigliato da altri, ma non ha funzionato



Che dice (da live CD):

#df -h

?

12-01-2006 14:36
Click Here to See the Profile for Gusher Click Here to See the Blog of Gusher Click here to Send Gusher a Private Message Find more posts by Gusher Add Gusher to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
diverso
JAILED

User info:
Registered: Dec 2005
Posts: 278 (0.04 al dì)
Location:
Corso: ah
Anno:
Time Online: 1 Day, 7:40:02: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

chiaramente da livecd li vede come sda1, sda2, ecc... come già detto prima, anche con df -h

__________________
La guerra contro di noi, noi contro la guerra
Il nemico sei tu, è te che combattono
Rendendoti precario se lavori, arrestandoti se protesti
Imbavagliandoti se parli, spiandoti se ti organizzi...

12-01-2006 14:43
Click Here to See the Profile for diverso Click Here to See the Blog of diverso Click here to Send diverso a Private Message Find more posts by diverso Add diverso to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Gusher
Splinter fun club

User info:
Registered: Jan 2003
Posts: 475 (0.06 al dì)
Location: Ovunque
Corso: Informatica
Anno: Done
Time Online: 15 Days, 22:06:15 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by diverso
chiaramente da livecd li vede come sda1, sda2, ecc... come già detto prima, anche con df -h



posta il grub.conf

12-01-2006 14:45
Click Here to See the Profile for Gusher Click Here to See the Blog of Gusher Click here to Send Gusher a Private Message Find more posts by Gusher Add Gusher to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
diverso
JAILED

User info:
Registered: Dec 2005
Posts: 278 (0.04 al dì)
Location:
Corso: ah
Anno:
Time Online: 1 Day, 7:40:02: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

grub.conf:

code:
default 0 timeout 30 title=Gentoo root (hd0,0) kernel /boot/kernel-2.6.14-1 root=/dev/sda7


lilo.conf:

code:
boot=/dev/sda map=/boot/.map prompt timeout=150 delay=50 vga=normal default=Gentoo # # Linux bootable partition config begins # image=/boot/kernel-2.6.14-1 root=/dev/sda7 label=Gentoo read-only


fstab:
code:
/dev/sda1 /boot ext3 noatime 1 2 /dev/sda7 / ext3 noatime 0 1 /dev/sda3 none swap sw 0 0 /dev/sda5 /home ext3 noatime 0 1 #/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 #/dev/fd0 /mnt/floppy auto noauto 0 0 # NOTE: The next line is critical for boot! none /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) none /dev/shm tmpfs nodev,nosuid,noexec 0 0

__________________
La guerra contro di noi, noi contro la guerra
Il nemico sei tu, è te che combattono
Rendendoti precario se lavori, arrestandoti se protesti
Imbavagliandoti se parli, spiandoti se ti organizzi...

12-01-2006 14:53
Click Here to See the Profile for diverso Click Here to See the Blog of diverso Click here to Send diverso a Private Message Find more posts by diverso Add diverso to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Gusher
Splinter fun club

User info:
Registered: Jan 2003
Posts: 475 (0.06 al dì)
Location: Ovunque
Corso: Informatica
Anno: Done
Time Online: 15 Days, 22:06:15 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by diverso
grub.conf:

code:
root (hd0,0) ^^^^^^^^^^^





perchè hd0 se hai un disco sata?

prova a mettere:

code:
root(sda0,6)

12-01-2006 14:58
Click Here to See the Profile for Gusher Click Here to See the Blog of Gusher Click here to Send Gusher a Private Message Find more posts by Gusher Add Gusher to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
diverso
JAILED

User info:
Registered: Dec 2005
Posts: 278 (0.04 al dì)
Location:
Corso: ah
Anno:
Time Online: 1 Day, 7:40:02: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

bhe le ultime prove le sto facendo con lilo e dovrebbe cmq andare.. cmq fra un attimo provo così come dici tu con grub

__________________
La guerra contro di noi, noi contro la guerra
Il nemico sei tu, è te che combattono
Rendendoti precario se lavori, arrestandoti se protesti
Imbavagliandoti se parli, spiandoti se ti organizzi...

12-01-2006 15:04
Click Here to See the Profile for diverso Click Here to See the Blog of diverso Click here to Send diverso a Private Message Find more posts by diverso Add diverso to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
diverso
JAILED

User info:
Registered: Dec 2005
Posts: 278 (0.04 al dì)
Location:
Corso: ah
Anno:
Time Online: 1 Day, 7:40:02: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

facendo così mi da:

root(sda0,6)
Error 23: Error while parsing number


Quando lancio grub-install cmq mi dice (hd0) /dev/sda

__________________
La guerra contro di noi, noi contro la guerra
Il nemico sei tu, è te che combattono
Rendendoti precario se lavori, arrestandoti se protesti
Imbavagliandoti se parli, spiandoti se ti organizzi...

12-01-2006 15:23
Click Here to See the Profile for diverso Click Here to See the Blog of diverso Click here to Send diverso a Private Message Find more posts by diverso Add diverso to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Gusher
Splinter fun club

User info:
Registered: Jan 2003
Posts: 475 (0.06 al dì)
Location: Ovunque
Corso: Informatica
Anno: Done
Time Online: 15 Days, 22:06:15 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by diverso
facendo così mi da:

root(sda0,6)
Error 23: Error while parsing number


Quando lancio grub-install cmq mi dice (hd0) /dev/sda





hmmm

strano, allora prova a mettere:

#root(hd0,6)

12-01-2006 15:24
Click Here to See the Profile for Gusher Click Here to See the Blog of Gusher Click here to Send Gusher a Private Message Find more posts by Gusher Add Gusher to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
diverso
JAILED

User info:
Registered: Dec 2005
Posts: 278 (0.04 al dì)
Location:
Corso: ah
Anno:
Time Online: 1 Day, 7:40:02: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

a commentare root dici?

__________________
La guerra contro di noi, noi contro la guerra
Il nemico sei tu, è te che combattono
Rendendoti precario se lavori, arrestandoti se protesti
Imbavagliandoti se parli, spiandoti se ti organizzi...

12-01-2006 15:31
Click Here to See the Profile for diverso Click Here to See the Blog of diverso Click here to Send diverso a Private Message Find more posts by diverso Add diverso to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Gusher
Splinter fun club

User info:
Registered: Jan 2003
Posts: 475 (0.06 al dì)
Location: Ovunque
Corso: Informatica
Anno: Done
Time Online: 15 Days, 22:06:15 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by diverso
a commentare root dici?



no, metti proprio root(hd0,6)

al posto di root(sda0,6)

12-01-2006 15:34
Click Here to See the Profile for Gusher Click Here to See the Blog of Gusher Click here to Send Gusher a Private Message Find more posts by Gusher Add Gusher to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
diverso
JAILED

User info:
Registered: Dec 2005
Posts: 278 (0.04 al dì)
Location:
Corso: ah
Anno:
Time Online: 1 Day, 7:40:02: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

ok ora mi è partito con lilo e passando al kernel il parametro real_root=/dev/sda7

ora cominciano gli altri 1000 problemi :)

__________________
La guerra contro di noi, noi contro la guerra
Il nemico sei tu, è te che combattono
Rendendoti precario se lavori, arrestandoti se protesti
Imbavagliandoti se parli, spiandoti se ti organizzi...

12-01-2006 15:35
Click Here to See the Profile for diverso Click Here to See the Blog of diverso Click here to Send diverso a Private Message Find more posts by diverso Add diverso to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Gusher
Splinter fun club

User info:
Registered: Jan 2003
Posts: 475 (0.06 al dì)
Location: Ovunque
Corso: Informatica
Anno: Done
Time Online: 15 Days, 22:06:15 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Originally posted by diverso
ok ora mi è partito con lilo e passando al kernel il parametro real_root=/dev/sda7

ora cominciano gli altri 1000 problemi :)

Potevi fare a mano del parametro real_root.
Il problema è che non gli indicavi la partizione di root giusta.
Con root(hd0,0) gli dicevi che la root era sulla partizione sda1
mentre con root(hd0,6) gli dici che la root è su sda7 ;)

12-01-2006 15:39
Click Here to See the Profile for Gusher Click Here to See the Blog of Gusher Click here to Send Gusher a Private Message Find more posts by Gusher Add Gusher to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
diverso
JAILED

User info:
Registered: Dec 2005
Posts: 278 (0.04 al dì)
Location:
Corso: ah
Anno:
Time Online: 1 Day, 7:40:02: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

in lilo la indicavo giusta
mettevo root=/dev/sda7
mentre probabilmente vuole la real_root non so per quale strano motivo

__________________
La guerra contro di noi, noi contro la guerra
Il nemico sei tu, è te che combattono
Rendendoti precario se lavori, arrestandoti se protesti
Imbavagliandoti se parli, spiandoti se ti organizzi...

12-01-2006 15:44
Click Here to See the Profile for diverso Click Here to See the Blog of diverso Click here to Send diverso a Private Message Find more posts by diverso Add diverso to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
diverso
JAILED

User info:
Registered: Dec 2005
Posts: 278 (0.04 al dì)
Location:
Corso: ah
Anno:
Time Online: 1 Day, 7:40:02: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

ok
ecco un bel problema fresco fresco
ogni volta che carico un modulo di una scheda di rete ho il seguente messaggio:
net.agent : add event not handled

questo me lo da con: la ethernet, la wireless integrata che è una intel ipw2200 sia con una pcmcia che usa il modulo hermes.
la cosa strana è che dando iwconfig le 2 shchede wireless le vedo, mentre dando ifconfig vedo solo la loopback

__________________
La guerra contro di noi, noi contro la guerra
Il nemico sei tu, è te che combattono
Rendendoti precario se lavori, arrestandoti se protesti
Imbavagliandoti se parli, spiandoti se ti organizzi...

12-01-2006 16:37
Click Here to See the Profile for diverso Click Here to See the Blog of diverso Click here to Send diverso a Private Message Find more posts by diverso Add diverso to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 02:11.    Post New Thread    Post A Reply
Pages (3): [1] 2 3 »   Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.201 seconds (75.18% PHP - 24.82% MySQL) con 23 query.