Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Post-install Boot Issues, Partitions not mounting?
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
johncrist1988
n00b
n00b


Joined: 02 Dec 2012
Posts: 18
Location: Phoenix, AZ

PostPosted: Sat May 04, 2013 7:10 pm    Post subject: Post-install Boot Issues, Partitions not mounting? Reply with quote

Photo 1
Photo 2
Photo 3
Photo 4

I performed a fresh install and was greeted with these instances. I've ensured I have tmpfs compiled into the kernel, I've updated system and world, ensured openrc, baselayout, udev, and my fs tools are all installed as well.

My partition layout is as such:

/dev/sda1 -> /boot
/dev/sda2 -> /
/dev/sdb1 -> /home
/dev/sdc1 -> swap
/dev/sdc2 -> /var

I noticed whenever I boot that nothing is in /run, /home, or /var. Sure enough, even though those partitions are listed in /etc/fstab, they aren't getting mounted for some reason during the boot process, so nothing is happening after the kernel loads? Something like that. Pardon my noobism. I made sure that udev and whatnot are in the sysinit runlevel. I'm not sure what else to do.

Is it that the devices aren't having a chance to settle before the system is trying to mount them? Is there a way to delay everything to give them a second to settle down? Am I missing anything?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Sat May 04, 2013 7:30 pm    Post subject: Reply with quote

johncrist1988,

I suspect that the root filesystem type listed in /etc/fstab is not the same as the actual root filesystem type, which causes the root filesystem check to fail, root stays read only and its all downhill from there.

If you do
Code:
mount -o remount,rw /
root should become read/write but many services will not have started, so things won't work as expected. You may need to give full path names to commands.

For diagnostics, boot your install media. Mount your partitions then run
Code:
df -T | wgetpaste
Post the URL you get back.
Get into your chroot,
Code:
emerge wgetpaste
then do
Code:
wgetpaste /etc/fstab
wgetpaste /boot/grub/grub.conf
and post the URLs

wgetpaste puts files and command output on the from the command line.

-- edit --
with wgetpaste installed, reboot normally and do
Code:
dmesg | wgetpaste
there will be a lot of good information there.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
johncrist1988
n00b
n00b


Joined: 02 Dec 2012
Posts: 18
Location: Phoenix, AZ

PostPosted: Sat May 04, 2013 7:43 pm    Post subject: Reply with quote

Thank you for the reply, and I will definitely double check that. I remember thinking the same thing (with /etc/fstab) and I recall making sure a few times that I looked at it that reiserfs was the fs type listed. I also double and triple checked to make sure reiserfsprogs was installed.

I'll resume with the rest of your instructions as soon as I can get to the system, as I'm currently at work. If I do have the fs set correctly in /etc/fstab, what else might it be?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54216
Location: 56N 3W

PostPosted: Sat May 04, 2013 8:34 pm    Post subject: Reply with quote

johncrist1988,

Thats why I want dmesg. Lets wait for the evidence, it will save wild guesses.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
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