Page 1 of 1

Problem z /boot

Posted: Mon Jan 30, 2006 12:44 pm
by Mr_Frodo
przy urochamianiu systemu mam nastepujaczy komunikat... ...no wlasnie nie moge teraz tego komunikatu w logach wygrzebacz :roll: ale mniej wiecej chodzi o to ze nie montuje mi /boot mimo ze mam go w /etc/fstab wpisanego. Ten sam komunukat pojawia sie jak chce kompilowac kernel genkernelem. A oto moj fstab:

Code: Select all

# /etc/fstab: static file system information.
# $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.18.4.1 2005/01/31 23:05:14 vapier Exp $
#
# noatime turns off 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 / tail freely.
#
# See the manpage fstab(5) for more information.

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

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hdc1		/boot		ext3		defauits,noatime 1 2
/dev/hdc3		/		ext3		noatime		0 1
/dev/hdc2		none		swap		sw		0 0
/dev/hdb	        /mnt/nagrywarka	auto		noauto,ro	0 0
/dev/hdd		/mnt/cdrom	auto		noauto		0 0
/dev/fd0		/mnt/floppy	auto		noauto		0 0

# NOTE: The next line is critical for boot!
proc			/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)
shm			/dev/shm	tmpfs		nodev,nosuid,noexec	0 0
Dodam ze na /boot mam ext3 z ksiegowaniem

Posted: Mon Jan 30, 2006 12:49 pm
by kranked
Masz błąd przy boot defauits, a powinno być defaults.

PS. Nie wiem czy to wina tego błędu :wink:

Posted: Mon Jan 30, 2006 12:51 pm
by Xax
/dev/hdc1 /boot ext3 defauits,noatime 1 2

ma byc defaults.

A tak w ogole, jezeli boot sluzy tylko do trzymania obrazow kernela to montowanie go przy starcie jest w zlym gusice. Ale to Twoja sprawa.

Posted: Mon Jan 30, 2006 1:01 pm
by BeteNoire
kranked wrote:PS. Nie wiem czy to wina tego błędu :wink:
Najprościej sprawdzić będzie przez chrootowanie się z livecd i mount -v /boot. Powinno sypnąć jakimiś komunikatami.

Posted: Mon Jan 30, 2006 6:08 pm
by Mr_Frodo
Xax wrote: A tak w ogole, jezeli boot sluzy tylko do trzymania obrazow kernela to montowanie go przy starcie jest w zlym gusice. Ale to Twoja sprawa.
Thx za info. Tym boot'em bym sie nie przejmował ale genkernel mi nie montuje /boot i potem mam bałagan w systemie :?