Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mount fails - can't boot Solved
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
plice
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2009
Posts: 84
Location: Poland

PostPosted: Fri Jun 28, 2013 3:07 pm    Post subject: mount fails - can't boot Solved Reply with quote

Hi,

I've just did an update. Now during the booting I have information:

mouting /proc
/lib/rc/sh/init.sh no such a file or directory

unable to mount tmpfs on /run
- sytem will stop

i did chroot from CD and tried to redev but it didn't help.

Any ideas what is the problem?

thank you


Last edited by plice on Mon Jul 01, 2013 11:04 am; edited 1 time in total
Back to top
View user's profile Send private message
druggo
Apprentice
Apprentice


Joined: 24 Sep 2003
Posts: 289
Location: Hangzhou, China

PostPosted: Fri Jun 28, 2013 6:59 pm    Post subject: Reply with quote

chroot and re-emerge sys-apps/openrc
_________________
HighWayToHell(blog)
http://blog.druggo.org/
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Jun 28, 2013 7:48 pm    Post subject: Reply with quote

while in the chroot
Code:
grep -i tmpfs /usr/src/linux/.config
look for
Quote:
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y

Code:
grep -i sysfs /usr/src/linux/.config
look for
Quote:
CONFIG_SYSFS_DEPRECATED is not set
CONFIG_EDAC_LEGACY_SYSFS=y
CONFIG_RTC_INTF_SYSFS=y
CONFIG_DMI_SYSFS=m
CONFIG_SYSFS=y

Code:
grep -i notify /usr/src/linux/.config
look for
Quote:
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
if not in chroot boot cd, mount the gentoo partitions, run
Code:
grep -i tmpfs /mnt/gentoo/usr/src/linux/.config
and
Code:
grep -i sysfs /mnt/gentoo/usr/src/linux/.config
and
Code:
grep -i notify /mnt/gentoo/usr/src/linux/.config

_________________
Defund the FCC.
Back to top
View user's profile Send private message
plice
Tux's lil' helper
Tux's lil' helper


Joined: 09 Nov 2009
Posts: 84
Location: Poland

PostPosted: Mon Jul 01, 2013 11:04 am    Post subject: Reply with quote

up and running :)

thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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