Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel Panic all'avvio di Gentoo
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
danielinor0x
n00b
n00b


Joined: 05 Dec 2004
Posts: 25
Location: Latina, Italy

PostPosted: Tue Jul 12, 2005 7:27 pm    Post subject: Kernel Panic all'avvio di Gentoo Reply with quote

salve,
ho installato Gentoo come da manuale e ha finito il tutto senza errori
ho compilato il kernel 2.6.13 ma forse ho sbagliato qualkosa xkè all'avvio mi dice

Quote:

UDF-fs: No VRS found
XFS: bad magic number
XFS: SB Validate failed
Kernel Panic - not syncing: VFS: Unable to mount root fs on unknow-block(3,3)


penso proprio di aver sbagliato a configurare il kernel
grazie in anticipo
ciao
[/quote]
Back to top
View user's profile Send private message
bender86
Guru
Guru


Joined: 18 Mar 2005
Posts: 484

PostPosted: Tue Jul 12, 2005 8:27 pm    Post subject: Reply with quote

Ma il file /etc/fstab rispecchia le partizioni reali? A occhio sembra che voglia montare / come XFS, ma non ci riesca, e mi sembra che nel file di esempio del manuale / sia indicata come XFS. Se però l'hai formattata come ext2, devi indicare ext2.
Inoltre ricorda che il supporto per i filesystem che usi per /, e il supporto a IDE-ATA-2 DISK devono essere compilati staticamente, NON come moduli.
Back to top
View user's profile Send private message
danielinor0x
n00b
n00b


Joined: 05 Dec 2004
Posts: 25
Location: Latina, Italy

PostPosted: Tue Jul 12, 2005 8:34 pm    Post subject: Reply with quote

ciao,
si fstab rispekkia totalmente le partizioni reali
Quote:

/dev/hda2 /boot ext2 defaults,noatime 1 2
/dev/hda4 / ext3 noatime 0 1
/dev/hda3 none swap sw 0 0

l'ho formattata con ext3 e il supporto per il filesystem è built in (*) xò IDE-ATA-2 DISK nn sò neanke dov'è xkè non sono molto esperto col kernel :|
ti ringrazio
ciao
Back to top
View user's profile Send private message
sanchan
Retired Dev
Retired Dev


Joined: 09 May 2004
Posts: 74

PostPosted: Wed Jul 13, 2005 12:12 pm    Post subject: Reply with quote

danielinor0x wrote:
ciao,
si fstab rispekkia totalmente le partizioni reali
Quote:

/dev/hda2 /boot ext2 defaults,noatime 1 2
/dev/hda4 / ext3 noatime 0 1
/dev/hda3 none swap sw 0 0

l'ho formattata con ext3 e il supporto per il filesystem è built in (*) xò IDE-ATA-2 DISK nn sò neanke dov'è xkè non sono molto esperto col kernel :|
ti ringrazio
ciao


man fstab
man mount

la partizione / deve essere inserita prima di qualsiasi altra che viene montata nel file system /
Nel tuo caso devi mettere prima /dev/hda4 di /dev/hda2 nel tuo fstab.
Se ti da ancora problemi manda ulteriori info :-)
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed Jul 13, 2005 12:52 pm    Post subject: Reply with quote

buh,
ma bootloader usi?
pasteresti qui la sua configurazione?
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
danielinor0x
n00b
n00b


Joined: 05 Dec 2004
Posts: 25
Location: Latina, Italy

PostPosted: Wed Jul 13, 2005 7:28 pm    Post subject: Reply with quote

Quote:

# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/files/lilo.conf,v 1.2 2004/07/18 04:42:04 dragonheart Exp $
# Author: Ultanium

#
# Start LILO global section
#

# Faster, but won't work on all systems:
#compact
# Should work for most systems, and do not have the sector limit:
lba32
# If lba32 do not work, use linear:
#linear

# MBR to install LILO to:
boot = /dev/hda
map = /boot/.map

# If you are having problems booting from a hardware raid-array
# or have a unusual setup, try this:
#disk=/dev/ataraid/disc0/disc bios=0x80 # see this as the first BIOS disk
#disk=/dev/sda bios=0x81 # see this as the second BIOS disk
#disk=/dev/hda bios=0x82 # see this as the third BIOS disk

# Here you can select the secondary loader to install. A few
# examples is:
#
# boot-text.b
# boot-menu.b
# boot-bmp.b
#
install = /boot/boot-menu.b # Note that for lilo-22.5.5 or later you
# do not need boot-{text,menu,bmp}.b in
# /boot, as they are linked into the lilo
# binary.

menu-scheme=Wb
prompt
# If you always want to see the prompt with a 15 second timeout:
#timeout=150
delay = 50
# Normal VGA console
vga = normal
# VESA console with size 1024x768x16:
#vga = 791

#
# End LILO global section
#

#
# Linux bootable partition config begins
#
image = /boot/bzImage
root = /dev/hda4
#root = /devices/discs/disc0/part3
label = Gentoo
read-only # read-only for checking
#
# Linux bootable partition config ends
#

#
# DOS bootable partition config begins
#
other = /dev/hda1
#other = /devices/discs/disc0/part1
label = Windows
table = /dev/hda
#
# DOS bootable partition config ends
#



eccolo
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