Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Local filesystems question
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
Interrobang
n00b
n00b


Joined: 01 Jul 2024
Posts: 1

PostPosted: Tue Jul 16, 2024 8:45 am    Post subject: Local filesystems question Reply with quote

I seen this on the beginning of initialization and then goes to login. Where do I find errors in boot process?
This is my fstab:

Code:
/dev/sdb1               /boot       vfat            defaults,noatime     0 2
/dev/sdb2              /               ext4           rw,noatime,discard  0 1


/dev/sda1               swap        none          sw                             0 0
/dev/sda2               /var          ext4           defaults                    0 1
/dev/sda3               /home      ext4           defaults                    0 1
Back to top
View user's profile Send private message
imbruxo
n00b
n00b


Joined: 23 Mar 2024
Posts: 14

PostPosted: Tue Jul 16, 2024 1:19 pm    Post subject: Re: Local filesystems question Reply with quote

Interrobang wrote:
I seen this on the beginning of initialization and then goes to login. Where do I find errors in boot process?
This is my fstab:

Code:
/dev/sdb1               /boot       vfat            defaults,noatime     0 2
/dev/sdb2              /               ext4           rw,noatime,discard  0 1


/dev/sda1               swap        none          sw                             0 0
/dev/sda2               /var          ext4           defaults                    0 1
/dev/sda3               /home      ext4           defaults                    0 1


I recommend changing /dev/sdX to a UUID to ensure the correct block device is selected.
It is advisable to use genfstab command if you will so.
you can find standalone version too.
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