Установил сиистему.
При загрузке выдает следующее
* Mounting devpts at /dev/pts... [OK]
* Checking root filesystem...
fsck.ext3: No such file or directory while truing to open /dev/ROOT
/dev/ROOT
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2 filesystem
(and not swap or ufs or something else), then the superblick is corrupt,
and you might try running e2fsck wish an alternate superblock:
e2fsck -b 8193 <device>
*Filesystem couldn`tbe fixed:( [!!]
Give root password for maintence
(or type Control-D to continue):
Control-D приводит к перезагрузкевводишь пароль рута - удается войти в систему, но все разделы примонтированы как readonly
Кто нить сталкивался???
наверное ты заапдейтился и перезатер /etc/fstab (подефолту там встречается /dev/ROOT)
подправь конфигъ
>наверное ты заапдейтился и перезатер /etc/fstab (подефолту там встречается /dev/ROOT)
>подправь конфигъспасибо все уже работает, но ты оказался прав
терь новая проблема
* Starting syslog-ng ... [OK]
* Starting eth0
* Bringing up eth0
* dhcp
* network interface eth0 does not exist
* Please verify hardware or kernel module (driver) [!!]
* ERROR: Problem starting needed service net.eth0
netmount was not started.драйвер сетевухи включил в ядро не как модуль
в чем прикол
ошибочка вышла - в ядре нашел лишь D-Link DL2000 based gigabit ethernet(думал то что надо)
а у меня D-link system inc DGE-530T (так net-config eth0 пишет при загрузке с LiveCD)
И сеть с LiveCD прекрасно работаетчто нужно использовать в ядре???
>ошибочка вышла - в ядре нашел лишь D-Link DL2000 based gigabit ethernet(думал
>то что надо)
>а у меня D-link system inc DGE-530T (так net-config eth0 пишет при
>загрузке с LiveCD)
>И сеть с LiveCD прекрасно работает
>
>что нужно использовать в ядре???
в ядре ндо исправить (добавить) драйвер сетевухи DGE-530T
:)
>в ядре ндо исправить (добавить) драйвер сетевухи DGE-530T
>:)енто понятно, тока нет ее в menuconfig`е.
Я все обсмотрел. Она гигабитная, из гигабитных от D-Linka там тока DL2000.
(собстнно от того и попутался)
???
вопрос снимается
оказалось что необходимый драйвер:
<*> New SysKonnect GigaEthernet supportВ тему предлагаю создать что нить вроде сводной таблицы,
где было бы расписано соответствие драйверов ядра реальным устройствамС пополнением от посетителей форума
я буду первым
D-link system inc DGE-530T --> New SysKonnect GigaEthernet support
(я думаю енто подходит не только для ядра Gentoo 2.6.12-r10):)))
>наверное ты заапдейтился и перезатер /etc/fstab (подефолту там встречается /dev/ROOT)
>подправь конфигъкак поправит у меня стоит
nano -w /etc/fstab
------------------------------------------------------
# /etc/fstab: static file system information.
#
# 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.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
## <fs> <mountpoint> <type> <opts> <dump/p$
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/BOOT /boot ext2 noauto,noatime 1 2
/dev/ROOT / ext3 noatime 0 1
/dev/SWAP none swap sw
прошу просто я ешо новичок