View previous topic :: View next topic |
Author |
Message |
Starinthe Apprentice
Joined: 22 Aug 2003 Posts: 192 Location: Brindisi
|
Posted: Wed Aug 27, 2003 3:42 pm Post subject: HEEELPPP!! |
|
|
ma che cavolo...risolvo 1 problema e ne nasce un altroo
Ho seguito il seguente tutorial ( http://www.gentoo.it/tips/TRICK.U2.html )
su come montare partizioni Windows (VFAT,NTFS) pero' ora al boot mi appare un messaggio di errore e la macchia si pianta:
ds: no socket drivers loaded!
EXT2-fs: ide0(3,2): couldn't mount because of unsupported optional features (4).
Kernel panica: VFS: Unable to mount root fs on 03:02
come posso venirne fuori? _________________ .:: `Starinthe` ::. |
|
Back to top |
|
|
realthing Apprentice
Joined: 29 Jul 2003 Posts: 163 Location: Milano, Italy
|
Posted: Wed Aug 27, 2003 3:50 pm Post subject: |
|
|
Cosi a occhio hai fatto qualcosa che non dovevi nel tuo /etc/fsatb.. e non riesce più a montarti la partizione di root..
Fai un boot con un liveCd o qualcosa del genere, montati la root partition, copia e posta il tuo /etc/fstab (mi raccomando... quello della tua partizione root sul'lhd non quello del live cd ) |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31284 Location: here
|
Posted: Wed Aug 27, 2003 4:21 pm Post subject: |
|
|
Sei sicuro che in fstab hai messo hdXY giusto e non cerchi di montare la
partizione di root come vfat? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Starinthe Apprentice
Joined: 22 Aug 2003 Posts: 192 Location: Brindisi
|
Posted: Wed Aug 27, 2003 4:36 pm Post subject: |
|
|
/etc/fstab:
/dev/hda2 - /mnt/gentoo - xfs - noatime - 0 0
/dev/hda3 - none - swap - sw - 0 0
/dev/cdrom - /mnt/cdrom - iso9660 - noauto,to - 0 0
/dev/fd0 - /mnt/floppy - auto - noauto - 0 0
/dev/hda1 - /mnt/windows - vfat - defaults - 0 0
proc - /proc - proc - defaults
tmpfs - /dev/shm - tmpfs - defaults - 0 0 _________________ .:: `Starinthe` ::. |
|
Back to top |
|
|
shev Bodhisattva
Joined: 03 Feb 2003 Posts: 4084 Location: Italy
|
Posted: Wed Aug 27, 2003 4:48 pm Post subject: |
|
|
Starinthe wrote: | /etc/fstab:
/dev/hda2 - /mnt/gentoo - xfs - noatime - 0 0
/dev/hda3 - none - swap - sw - 0 0
/dev/cdrom - /mnt/cdrom - iso9660 - noauto,to - 0 0
/dev/fd0 - /mnt/floppy - auto - noauto - 0 0
/dev/hda1 - /mnt/windows - vfat - defaults - 0 0
proc - /proc - proc - defaults
tmpfs - /dev/shm - tmpfs - defaults - 0 0 |
Ma cosa sono tutti quei /mnt/qualcosa? Che installazione è, in costante chroot?! Credo che sia un pochino sballato questo fstab, postaci la situazione della tua macchina (numero di partizione, che partizioni sono, a cosa sono destinate, etc) che vediamo di correggerlo (è una normale installazione? O messa in modo strano dentro ad altre installazioni/emulatori/varie?) _________________ Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo |
|
Back to top |
|
|
hellraiser Guru
Joined: 14 Jun 2003 Posts: 431 Location: Pescara [Italy]
|
Posted: Wed Aug 27, 2003 4:48 pm Post subject: |
|
|
ma non è che nel kernel non hai il supporto per ext2, che suppongo sia la root partition ???
_________________ Io non sono nessuno...ma nessuno è come me!
"Open Source is a good idea..." |
|
Back to top |
|
|
realthing Apprentice
Joined: 29 Jul 2003 Posts: 163 Location: Milano, Italy
|
Posted: Wed Aug 27, 2003 4:51 pm Post subject: |
|
|
Mah.. a dire il vero la root sembrerebbe essere hda2... specificata come XFS..e come dice shev montata nel posto sbagliato (/mnt/gentoo invece di /) |
|
Back to top |
|
|
hellraiser Guru
Joined: 14 Jun 2003 Posts: 431 Location: Pescara [Italy]
|
Posted: Wed Aug 27, 2003 4:54 pm Post subject: |
|
|
hellraiser wrote: | ma non è che nel kernel non hai il supporto per ext2, che suppongo sia la root partition ???
|
ops ho postato in ritardo ai due post...
scusate...
sicuramente è come dice shev...non puoi mettere le partizioni in chroot _________________ Io non sono nessuno...ma nessuno è come me!
"Open Source is a good idea..." |
|
Back to top |
|
|
Starinthe Apprentice
Joined: 22 Aug 2003 Posts: 192 Location: Brindisi
|
Posted: Wed Aug 27, 2003 5:05 pm Post subject: |
|
|
Ho queste partizioni:
hda1 = Windows boot [Win95 FAT32 (LBA)]
hda2 = Root [Linux ext3]
hda3 = Swap [Linux swap] _________________ .:: `Starinthe` ::. |
|
Back to top |
|
|
hellraiser Guru
Joined: 14 Jun 2003 Posts: 431 Location: Pescara [Italy]
|
Posted: Wed Aug 27, 2003 5:10 pm Post subject: |
|
|
Starinthe wrote: | Ho queste partizioni:
hda1 = Windows boot [Win95 FAT32 (LBA)]
hda2 = Root [Linux ext3]
hda3 = Swap [Linux swap] |
allora:
/dev/hda1 /mnt/winzoz vfat
/dev/hda2 / ext2
/dev/hda3 none swap
e poi il resto---con le varie opzioni _________________ Io non sono nessuno...ma nessuno è come me!
"Open Source is a good idea..." |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31284 Location: here
|
Posted: Wed Aug 27, 2003 5:15 pm Post subject: |
|
|
Il tuo fstb dovrebbe essere qualcosa del genere
Code: | /dev/hda1 /mnt/win vfat defaults 0 0
/dev/hda2 / ext3 noatime 0 0
/dev/hda3 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/burner iso9660 noauto,users 0 0
/dev/fd0 /mnt/floppy vfat noauto,users 0 0
tmpfs /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
|
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Starinthe Apprentice
Joined: 22 Aug 2003 Posts: 192 Location: Brindisi
|
Posted: Wed Aug 27, 2003 5:21 pm Post subject: |
|
|
niente sempre il solito errore...
cmq questo e' successo subito dopo aver compilato il kernel con le nuove opzioni riportate in http://www.gentoo.it/tips/TRICK.U2.html ...
(Cmq rebootando con il cd LIVE e lanciando:
cdimage root # mount /dev/hda2 /mnt/gentoo/
esce un messaggio di errore che prima non usciva:
EXT3-fs warning: mounting unchecked fs, running e2fsck is reccomended
cdimage root # ) _________________ .:: `Starinthe` ::. |
|
Back to top |
|
|
shev Bodhisattva
Joined: 03 Feb 2003 Posts: 4084 Location: Italy
|
Posted: Wed Aug 27, 2003 6:03 pm Post subject: |
|
|
Si, ma hai configurato per bene il kernel? Non è che basta scaricare i sorgenti, abilitare le opzioni indicate dal doc che hai seguito e compilare, credo (e spero) tu lo sappia. Controlla di aver abilitato il necessario nel kernel (per l'altro avvertimento che dici, ti avverte semplicemente che hai montato un filesystem che non è stato controllato, basta che dai "e2fsck /dev/hda2") _________________ Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo |
|
Back to top |
|
|
|