Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problemi al primo boot
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
gelo
n00b
n00b


Joined: 12 Oct 2003
Posts: 7

PostPosted: Sun Oct 12, 2003 4:45 pm    Post subject: Problemi al primo boot Reply with quote

Ho installato gentoo nella mia makkina su /dev/hda3, premetto ke già ho RH 9 su /dev/hda1, ma non riesco a far partire gentoo dal boot loader configurato da RH, più ke altro non so come configurare a dovere lilo.conf! :?
Ecco il messaggio di errore ke mi viene restituito all'avvio:

KERNEL PANIC: VFS: UNABLE TO MOUNT ROOT FS ON 03:03 :cry:

Qualcuno sa dirmi qualcosa? :(
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sun Oct 12, 2003 4:48 pm    Post subject: Reply with quote

Posta il tuo lilo.conf.
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
gelo
n00b
n00b


Joined: 12 Oct 2003
Posts: 7

PostPosted: Sun Oct 12, 2003 5:46 pm    Post subject: Reply with quote

questo è il mio lilo.conf, è la prima volta ke provo a configurare un boot multiplo :



prompt
timeout=50
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32
vga=792


image=/boot/vmlinuz
label=Red_Hat_9.A
initrd="/boot/initrd-2.4.20-18.9.img"
read-only
root=/dev/hda1
append="hdb=ide-scsi hdc=ide-scsi"

image=/mnt/gentoo/boot/kernel-2.4.20-gaming-r3
label=Gentoo
# initrd="/boot/initrd-2.4.20-8.img"
initrd=/mnt/gentoo/boot/initrd-2.4.20-gaming-r3
# read-only
root=/dev/hda3
# root="/mnt/gentoo"
append="hdb=ide-scsi hdc=ide-scsi"
#other=/dev/hda3
# optional
# label=gentoo
_________________
Tu non sei il tuo lavoro...non sei la quantità di soldi che hai in banca...non sei la macchina che guidi, nè il contenuto del tuo portafogli...non sei i tuoi vestiti di marca!
Sei la canticchiante e danzante merda del mondo!
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Oct 12, 2003 5:58 pm    Post subject: Reply with quote

Devi utilizzare la clausola
Code:

root=/dev/hdDOVECEILROOTDIGENTOO


Se la dir /boot si trova su una partizione tutta sua, utilizza il seguente.
Code:

image=/kernel-2.4.20-gaming-r3
initrd=/initrd-2.4.20-gaming-r3


Se invece /boot si trova nella partizione di /
Code:

image=/boot/kernel-2.4.20-gaming-r3
initrd=/boot/initrd-2.4.20-gaming-r3


Ok?
_________________
RTFM!!!!

e

http://www.comio.it
:)


Last edited by comio on Sun Oct 12, 2003 6:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Oct 12, 2003 6:02 pm    Post subject: Reply with quote

Il codice dovrebbe essere:
Code:

image=/boot/kernel-2.4.20-gaming-r3
label=Gentoo
root=/dev/hda3
initrd=/boot/initrd-2.4.20-gaming-r3
read-only
append="hdb=ide-scsi hdc=ide-scsi"

_________________
RTFM!!!!

e

http://www.comio.it
:)


Last edited by comio on Sun Oct 12, 2003 6:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
gelo
n00b
n00b


Joined: 12 Oct 2003
Posts: 7

PostPosted: Sun Oct 12, 2003 6:14 pm    Post subject: Reply with quote

E allora, adesso la mia configurazione è:

image=/boot/vmlinuz
label=Red_Hat_9.A
initrd="/boot/initrd-2.4.20-18.9.img"
read-only
root=/dev/hda1
append="hdb=ide-scsi hdc=ide-scsi"

root=/dev/hda3/boot/
label=Gentoo
image=/boot/kernel-2.4.20-gaming-r3
initrd=/boot/initrd-2.4.20-8.img
append="hdb=ide-scsi hdc=ide-scsi"

ma il comando /sbin/lilo -v -t mi restituisce:

Reading boot sector from /dev/hda
Merging with /boot/boot.b
Mapping message file /boot/message
Duplicate entry 'root' near line 18 in file /etc/lilo.conf
_________________
Tu non sei il tuo lavoro...non sei la quantità di soldi che hai in banca...non sei la macchina che guidi, nè il contenuto del tuo portafogli...non sei i tuoi vestiti di marca!
Sei la canticchiante e danzante merda del mondo!
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Oct 12, 2003 6:22 pm    Post subject: Reply with quote

errore mio nel digitare... scrivi prima image e poi il resto.
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
gelo
n00b
n00b


Joined: 12 Oct 2003
Posts: 7

PostPosted: Sun Oct 12, 2003 6:30 pm    Post subject: Sob! Reply with quote

:cry: Guarda adesso cosa mi dice!

Code:
Fatal: open /boot/kernel-2.4.20-gaming-r3: No such file or directory

_________________
Tu non sei il tuo lavoro...non sei la quantità di soldi che hai in banca...non sei la macchina che guidi, nè il contenuto del tuo portafogli...non sei i tuoi vestiti di marca!
Sei la canticchiante e danzante merda del mondo!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sun Oct 12, 2003 6:43 pm    Post subject: Re: Sob! Reply with quote

gelo wrote:
:cry: Guarda adesso cosa mi dice!

Code:
Fatal: open /boot/kernel-2.4.20-gaming-r3: No such file or directory

Sei sicuro di avere montato la cartella boot quando hai copiato
l'immagine del kernel?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Oct 12, 2003 6:47 pm    Post subject: Reply with quote

ho notato adesso che avevi montato su /mnt/gentoo la partizione hda3...

Allora roleback.. invece di /boot ci va /mnt/gentoo/boot
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
gelo
n00b
n00b


Joined: 12 Oct 2003
Posts: 7

PostPosted: Sun Oct 12, 2003 7:38 pm    Post subject: Reply with quote

hmmm! niente da fare, mi da lo stesso errore di prima:

Code:
READ_SUPER_BLOCK: CAN'T FIND A REISERFS FILESYSTEM ON (DEV 01:00, BLOCK 64, SIZE 1024 )
READ_SUPER_BLOCK: CAN'T FIND A REISERFS FILESYSTEM ON (DEV 01:00, BLOCK 8, SIZE 1024 )
KERNEL PANIC: VFS: UNABLE TO MOUNT ROOT FS ON 03:03


tutti i miei filesystem sono reiserfs, ma su gentoo ho compilato il modulo integrandolo nel kernel
_________________
Tu non sei il tuo lavoro...non sei la quantità di soldi che hai in banca...non sei la macchina che guidi, nè il contenuto del tuo portafogli...non sei i tuoi vestiti di marca!
Sei la canticchiante e danzante merda del mondo!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sun Oct 12, 2003 8:00 pm    Post subject: Reply with quote

gelo wrote:
root=/dev/hda3/boot/
label=Gentoo
image=/boot/kernel-2.4.20-gaming-r3
initrd=/boot/initrd-2.4.20-8.img
append="hdb=ide-scsi hdc=ide-scsi"

Ma nel lilo.conf hai ancora la riga root=/dev/hda3/boot/? se si
devi mettere root=/dev/hda3
_________________
Questions are guaranteed in life; Answers aren't.


Last edited by fedeliallalinea on Sun Oct 12, 2003 8:08 pm; edited 1 time in total
Back to top
View user's profile Send private message
gelo
n00b
n00b


Joined: 12 Oct 2003
Posts: 7

PostPosted: Sun Oct 12, 2003 8:07 pm    Post subject: Reply with quote

questa è la parte del mio lilo.conf riguardante gentoo:

Code:
image=/mnt/gentoo/boot/kernel-2.4.20-gaming-r3
        label=Gentoo
        root=/dev/hda3
        initrd=/mnt/gentoo/boot/initrd-2.4.20-gaming-r3
        read-only
        append="hdb=ide-scsi hdc=ide-scsi"

che ne pensi?
_________________
Tu non sei il tuo lavoro...non sei la quantità di soldi che hai in banca...non sei la macchina che guidi, nè il contenuto del tuo portafogli...non sei i tuoi vestiti di marca!
Sei la canticchiante e danzante merda del mondo!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sun Oct 12, 2003 8:12 pm    Post subject: Reply with quote

gelo wrote:
Code:
image=/mnt/gentoo/boot/kernel-2.4.20-gaming-r3
        label=Gentoo
        root=/dev/hda3
        initrd=/mnt/gentoo/boot/initrd-2.4.20-gaming-r3
        read-only
        append="hdb=ide-scsi hdc=ide-scsi"

Penso che deva essere piu' simile a questo
Code:
image=/boot/kernel-2.4.20-gaming-r3
        label=Gentoo
        root=/dev/hda3
        initrd=/boot/initrd-2.4.20-gaming-r3
        read-only
        append="hdb=ide-scsi hdc=ide-scsi"

Poi prima di riavviare lancia il comando
Code:
# lilo -v

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sun Oct 12, 2003 11:41 pm    Post subject: Reply with quote

Non credo sia un problema di lilo.
Posta:
Code:
$ mount
$ cat /mnt/gentoo/etc/fstab

_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
gelo
n00b
n00b


Joined: 12 Oct 2003
Posts: 7

PostPosted: Mon Oct 13, 2003 7:44 am    Post subject: Reply with quote

Ragazzi ci sono riuscito!!!!
Frai i vari e innumerevoli tentativi ho provato a commentare la riga riguardante l'initrd:

Code:
image=/mnt/gentoo/boot/kernel-2.4.20-gaming-r3
        label=Gentoo
        root=/dev/hda3
#      initrd=/boot/initrd-2.4.20-gaming-r3
        read-only
        append="hdb=ide-scsi hdc=ide-scsi"


e adesso gentoo parte!

Grazie per l'aiuto pressocchè immediato!!! ;)
_________________
Tu non sei il tuo lavoro...non sei la quantità di soldi che hai in banca...non sei la macchina che guidi, nè il contenuto del tuo portafogli...non sei i tuoi vestiti di marca!
Sei la canticchiante e danzante merda del mondo!
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Mon Oct 13, 2003 1:54 pm    Post subject: Reply with quote

gelo wrote:
e adesso gentoo parte!


Benvenuto in gentoo allora ;)

Metti il tag [risolto] nel titolo visto che a quanto pare il problema è... risolto :P
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
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
Page 1 of 1

 
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