Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problema installazione
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
pasta
n00b
n00b


Joined: 28 Nov 2003
Posts: 4

PostPosted: Mon Dec 01, 2003 7:09 pm    Post subject: problema installazione Reply with quote

il mio problema è che dopo aver completato
l'installazione seguendo la guida presa appunto su www.gentoo.it, nella
fase di avvio del sistema mi da il seguente messaggio:
Warning: unable to open an initial console.
Kernel panic: No init found. Try passing init = option to kernel.
Il sistema resta bloccato in quel punto
Back to top
View user's profile Send private message
pasta
n00b
n00b


Joined: 28 Nov 2003
Posts: 4

PostPosted: Mon Dec 01, 2003 7:16 pm    Post subject: continuazione problemi installazione Reply with quote

PS: Ho usato genkernel con l'opzione --config quindi potrei aver configurato male qualche opzione del kernel
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Mon Dec 01, 2003 8:21 pm    Post subject: Reply with quote

Posta il tuo /etc/fstab e il tuo grub.conf (o lilo.conf).
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pasta
n00b
n00b


Joined: 28 Nov 2003
Posts: 4

PostPosted: Mon Dec 01, 2003 10:03 pm    Post subject: RE Reply with quote

Questo è il mio fstab(cdrom1 e hda7 li ho aggiunti io....):

# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.12 2003/03/11 02:50:53 azarah Exp $
#
# noatime turns of atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/BOOT /boot ext2 noauto,noatime 1 1
/dev/ROOT / reiserfs noatime 0 0
/dev/SWAP none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom0 iso9660 noauto,ro,user 0 0
/dev/cdroms/cdrom1 /mnt/cdrom1 iso9660 noauto,ro,user 0 0
/dev/hda7 /mnt/win_e vfat user 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)
# Adding the following line to /etc/fstab should take care of this:

none /dev/shm tmpfs defaults 0 0



____________________________________________________________
E questo è il mio lilo.conf:

# $Header: /home/cvsroot/gentoo-x86/sys-apps/lilo/files/lilo.conf,v 1.4 2003/07/17 21:10:26 azarah 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 5 second timeout:
timeout=50
delay = 50
# Normal VGA console
# vga = normal
# VESA console with size 1024x768x16:
vga = 789
default = Gentoo

#
# End LILO global section
#

#
# Linux bootable partition config begins
#
image = /boot/kernel-2.4.20-gaming-r3
root = /dev/hda6
initrd = /boot/initrd-2.4.20-gaming-r3
#root = /devices/discs/disc0/part3
label = Gentoo
# read-only # read-only for checking
# append:="root=/dev/hda6 init=/linuxrc"
#
# 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
#
Back to top
View user's profile Send private message
-YoShi-
l33t
l33t


Joined: 26 Nov 2003
Posts: 684
Location: Besana Brianza - ItaLy -

PostPosted: Mon Dec 01, 2003 10:17 pm    Post subject: Reply with quote

Code:

# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.12 2003/03/11 02:50:53 azarah Exp $
#
# noatime turns of atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/BOOT /boot ext2 noauto,noatime 1 1
/dev/ROOT / reiserfs noatime 0 0
/dev/SWAP none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom0 iso9660 noauto,ro,user 0 0
/dev/cdroms/cdrom1 /mnt/cdrom1 iso9660 noauto,ro,user 0 0
/dev/hda7 /mnt/win_e vfat user 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)
# Adding the following line to /etc/fstab should take care of this:

none /dev/shm tmpfs defaults 0 0


Devi togliere /BOOT - /ROOT e /SWAP sui /dev/..
e mettere le tue rispettive partizioni praticamente per boot
/dev/hda1 al posto di BOOT e via x gli altri

P.S. ricordati di modificare anche il tipo di filesystem 3 colonna

CiauZ[/code]
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Mon Dec 01, 2003 10:59 pm    Post subject: Reply with quote

Come a detto bene -YoShi- alla fine dovresti avere al posto di questo
Code:
/dev/BOOT /boot ext2 noauto,noatime 1 1
/dev/ROOT / reiserfs noatime 0 0
/dev/SWAP none swap sw 0 0

qualcosa del genere
Code:
/dev/hdX /boot ext2 noauto,noatime 1 1
/dev/hdY / reiserfs noatime 0 0
/dev/hdZ none swap sw 0 0

con X, Y e Z il numero delle tue partizioni
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
pasta
n00b
n00b


Joined: 28 Nov 2003
Posts: 4

PostPosted: Mon Dec 01, 2003 11:08 pm    Post subject: RE Reply with quote

grazie raga,ancora non provo,poi se ho qualche altro problema vi faccio sapere
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