Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Risolto] [SATA] VFS: Cannot open root device...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

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


Joined: 25 Sep 2004
Posts: 74

PostPosted: Wed Jan 05, 2005 3:19 pm    Post subject: [Risolto] [SATA] VFS: Cannot open root device... Reply with quote

Allora...premetto che ho letto una miriade di altri post, senza giungere a una soluzione. Per esser breve: ho cambiato hard disk, passando a un raptor 36gb, sul quale sto cercando di installare gentoo. Il problema pero' giunge al primo boot ed e' questo:

VFS: Cannot open root device "2106" or unknown-block(33,6)
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on unknown-block(33,6)

Ho controllato e ricontrollato le seguenti cose:

lilo.conf
Code:

boot=/dev/hde
prompt
timeout=50
default=2.6.9-r13

image=/boot/kernel-2.6.9-gentoo-r13
  label=2.6.9-r13
  read-only
  root=/dev/hde6


fstab
Code:

/dev/hde5          /boot           ext2         noauto,noatime     1 2
/dev/hde6          /               reiserfs     noatime            0 1
/dev/hde4          none            swap         sw                 0 0
/dev/hde1          /mnt/winmerd    vfat         user,umask=000     0 0
/dev/hde2          /mnt/mydisk     vfat         user,umask=000     0 0


E il kernel, compilato e ricompilato...nessuna soluzione. Se avete idee, ditemi...ah il disco e' sata pero' e' visto come ata perche' necessariamente devo mettere dal bios l'emulazione perche' se no il livecd non mi riconosce il disco e non posso installare niente :cry:

randomaze: Ho modificato il titolo del post....


Last edited by Ska` on Fri Jan 07, 2005 9:43 pm; edited 1 time in total
Back to top
View user's profile Send private message
abaddon83
Guru
Guru


Joined: 17 Jan 2004
Posts: 494

PostPosted: Wed Jan 05, 2005 3:50 pm    Post subject: Reply with quote

hai compilato con genkernel o con il solito make && make modules_install ?

se hia compilato il kernel con genkernel allora lilo è canato, se non erro dopo che si compila il kernel genkernel ti dice qualu parametri mettere nell'append.
_________________
Abaddon's House
Jabber account: abaddon@jabber.linux.it
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Wed Jan 05, 2005 3:52 pm    Post subject: Reply with quote

Tutto manuale...make && make modules_install...
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31432
Location: here

PostPosted: Wed Jan 05, 2005 3:53 pm    Post subject: Reply with quote

Hai il supporto per reiser compilato staticamente?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Wed Jan 05, 2005 3:56 pm    Post subject: Reply with quote

Si, per controllare che ci fosse sul serio sono stato davanti al monitor per tutta la compilazione ed effettivamente l'ha messo e non come modulo...il fatto e' che ieri avevo sbagliato lilo.conf mettendo root=/dev/hde4 e stamattina ero tutto contento per aver capito l'errore...corretto...ma niente
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Wed Jan 05, 2005 4:59 pm    Post subject: Reply with quote

s/hde/sda
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Wed Jan 05, 2005 9:54 pm    Post subject: Reply with quote

Non ho capito...lavish che vuol dire quello?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Jan 05, 2005 9:58 pm    Post subject: Reply with quote

Ska` wrote:
Non ho capito...lavish che vuol dire quello?


Vuol dire che, in base a come hai compilato il kernel, il tuo HD puo' essere visto come /dev/hde oppure cme /dev/sda (emulazione SCSI).
_________________
Ciao da me!
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Wed Jan 05, 2005 10:03 pm    Post subject: Reply with quote

Ah ok...e quindi? Comunque ho visto una cosa...che al boot mi riconosce hda, hdc e hdd sui normali canali ide (sono un hd di dati, lettore e masterizzatore) mentre gli altri due canali ide (ovvero i sata emulati come ide dal bios) non me li vede (oppure sono io a non vederli la schermata scorre veloce...ho provato facendo una foto e ci son solo quei tre) a differenza del livecd che li riconosce come hde e hdg...che sbaglio nel kernel?
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Wed Jan 05, 2005 10:08 pm    Post subject: Reply with quote

Ska` wrote:
Ah ok...e quindi? Comunque ho visto una cosa...che al boot mi riconosce hda, hdc e hdd sui normali canali ide (sono un hd di dati, lettore e masterizzatore) mentre gli altri due canali ide (ovvero i sata emulati come ide dal bios) non me li vede (oppure sono io a non vederli la schermata scorre veloce...ho provato facendo una foto e ci son solo quei tre) a differenza del livecd che li riconosce come hde e hdg...che sbaglio nel kernel?


Appunto... in tutte le tue configurazioni devi sostituire sda ad hde!
Il vecchio modulo ide-sata e' deprecated.
Per questo ti ho scritto:

Code:
s/hde/sda


Perche' e' proprio quello che dovrai fare :)
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
BikE
Guru
Guru


Joined: 21 Dec 2004
Posts: 455
Location: Genova

PostPosted: Wed Jan 05, 2005 11:07 pm    Post subject: Reply with quote

Ma dopo che hai modificato lilo.conf hai dato "lilo" ??
Perche' a me lo aveva fatto una volta che me ne ero dimenticato :P
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Wed Jan 05, 2005 11:13 pm    Post subject: Reply with quote

BikE wrote:
Ma dopo che hai modificato lilo.conf hai dato "lilo" ??
Perche' a me lo aveva fatto una volta che me ne ero dimenticato :P


:lol:

Cmq usando grub non ci sarebbero questi problemi.... :wink:
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
BikE
Guru
Guru


Joined: 21 Dec 2004
Posts: 455
Location: Genova

PostPosted: Wed Jan 05, 2005 11:14 pm    Post subject: Reply with quote

lavish wrote:

Cmq usando grub non ci sarebbero questi problemi.... :wink:


doh :D
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Wed Jan 05, 2005 11:26 pm    Post subject: Reply with quote

Si si l'ho dato lilo ;)

Ok dopo provo a sostituire in tutti hde con sda...un'oretta e provo
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Wed Jan 05, 2005 11:45 pm    Post subject: Reply with quote

Ska` wrote:
Si si l'ho dato lilo ;)

Ok dopo provo a sostituire in tutti hde con sda...un'oretta e provo


Ok se hai problemi mi trovi anche su irc o icq.. fino alle 4 sono sicuramente sveglio ;)
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Thu Jan 06, 2005 2:47 am    Post subject: Reply with quote

Allora l'unica prova veloce che ho fatto data l'ora...prima ho avuto problemi e non ho potuto...e' stata una cosa di curiosita' ovvero mettere questo in lilo

Code:

boot=/dev/hde
prompt
timeout=50
default=2.6.9-r13

image=/boot/kernel-2.6.9-gentoo-r13
  label=2.6.9-r13
  read-only
  root=/dev/sda6


Perche' se metto sda dappertutto da livecd non posso fare /sbin/lilo dato che l'hd in questione si chiama hde...ovviamente non funziona pero' cambiano i numeri del messaggio di errore...il fatto e' che comunque dal bios imposto come ATA i canali SATA e non capisco come li deve vedere gentoo, boh ora son troppo stanco riprovo domani...grazie mille per interessamento comunque :P
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Jan 06, 2005 3:01 am    Post subject: Reply with quote

Ska` wrote:
Perche' se metto sda dappertutto da livecd non posso fare /sbin/lilo dato che l'hd in questione si chiama hde...ovviamente non funziona pero' cambiano i numeri del messaggio di errore...il fatto e' che comunque dal bios imposto come ATA i canali SATA e non capisco come li deve vedere gentoo, boh ora son troppo stanco riprovo domani...grazie mille per interessamento comunque :P


Non ho capito:

NULLA

Mi sa che siamo troppo stanchi entrambi cmq... 2 cose:

1) ovvio che non ti va... devi mettere anche boot come sda
2) perche' esiste ancora gente (stavo scrivendo gentoo......) che usa lilo? grub e' davvero molto, MA MOLTO piu' comodo!

In ogni caso puoi passare i parametri anche al boot di lilo se non vado errato (e penso di non andare errato)


Notte! ;)
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Jan 06, 2005 10:31 am    Post subject: Reply with quote

lavish wrote:
Non ho capito:

NULLA

Mi sa che siamo troppo stanchi entrambi cmq... 2 cose:


Lilo non funziona a run-time come grub ma, nel momento in cui scrivi "lilo" calcola staticamente tutti gli indirizzi.

Il suo problema é che quando lui scrive lilo non ha il disco su sda (come dovrebbe essere al momento del boot) ma su hde.

E comunque non ho cpaito se gli ha dato errore, se l'errore era lo stesso di prima o uno diverso....
_________________
Ciao da me!
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Jan 06, 2005 10:38 am    Post subject: Reply with quote

randomaze wrote:
Il suo problema é che quando lui scrive lilo non ha il disco su sda (come dovrebbe essere al momento del boot) ma su hde.

Mi consenta ma fin qui c'ero arrivato :P

randomaze wrote:
E comunque non ho cpaito se gli ha dato errore, se l'errore era lo stesso di prima o uno diverso....


Esatto e' quello che nn ho capito nemmeno io

randomaze wrote:
Lilo non funziona a run-time come grub ma, nel momento in cui scrivi "lilo" calcola staticamente tutti gli indirizzi.


Si' ok, ma se al prompt di lilo invece di premere invio sul nome del kernel gli passo dei parametri (come per i livecd)? O forse e' un sistema che funge solo su i livecd appunto.... ?

Se
fosse vero il secondo caso sarebbe una FORTE LIMITAZIONE PER LILO e consiglierei caldamente di passare a grub.
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Thu Jan 06, 2005 12:14 pm    Post subject: Reply with quote

Esatto il problema e' quello che ha detto randomaze... L'errore al boot e' lo stesso ovvero

VFS: Cannot open root device "2106" or unknown-block(33,6)
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on unknown-block(33,6)

Cambiano solo i numeri, quindi device "206" e unknown-block(1,12) (li ho messi a caso ora, era un esempio)

Eh spero non sia una limitazione di lilo dato che mi son sempre trovato bene...ora provo se tra tutti i vari livecd che ho ce n'e' uno che mi riconosce il disco come sda...
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Jan 06, 2005 12:19 pm    Post subject: Reply with quote

Ska` wrote:
Eh spero non sia una limitazione di lilo dato che mi son sempre trovato bene...ora provo se tra tutti i vari livecd che ho ce n'e' uno che mi riconosce il disco come sda...


Lascia stare questa perdita di tempo e installa grub! believe me
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Thu Jan 06, 2005 5:28 pm    Post subject: Reply with quote

Faccio il punto:

Ho provato a ricominciare tutto daccapo col livecd per reiser4 (anche se poi metto reiserfs) dato che mi riconosce come sda il disco e perche' tanto in due orette e mezza da stage1 arrivo al punto cruciale...setto di nuovo tutto stavolta con sda su lilo, convintissimo che funzioni...tac...solito errore :(

A questo punto dite che e' comunque colpa di lilo o sono io che ho cannato qualche .conf? Il kernel penso sia a posto riguardo al supporto sata...dato che ho copiato il solito config che avevo anche con la scheda madre precedente che aveva lo stesso controller integrato...

EDIT: ma ho notato ora una cosuccia...c'entra qualcosa che root sia una partizione logica e non primaria?
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Jan 06, 2005 5:38 pm    Post subject: Reply with quote

Mandami una mail a "lavish at gmail punto com" con il .config.

Te lo rimandero' indietro verso le 24 perche' ora ho da fare sorry :/
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Thu Jan 06, 2005 5:51 pm    Post subject: Reply with quote

Fatto...grazie mille...ma non so' quanto sia nel kernel il problema...provo grub nel frattempo....................anche se proprio non mi piace, ma d'altronde un bootloader non e' che dev'essere bello pero' uffi, ho come la sensazione che non andra' lo stesso
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Thu Jan 06, 2005 6:08 pm    Post subject: Reply with quote

Eheheheh sensazione giusta non e' andato ma...l'errore e' diventato

VFS: Cannot open root device "sda6" or unknown-block(8,2)
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on unknown-block(8,2)

EDIT: il kernel e' ok...(non mi funge la tag)


Last edited by Ska` on Fri Feb 19, 2010 2:37 am; edited 3 times in total
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  Next
Page 1 of 2

 
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