You are not logged in.
Pages: 1
Hello I've a litte issue with my installation,
My setup is
2 Disk (sda SSD 60Go and sdb HDD 1To)
/ on /dev/sda3 (F2FS)
/hdd on /dev/sdb1 (ext4)
/boot on /dev/sda2 (ext2)
/efi on /dev/sda1 (vfat [fat32]) used only at boot
I use Linux-zen 4.13.12 with a custom minimal config (disabled thing my computer don't use like Intel CPU Nvidia GPU etc...)
I checked and ext4/ext4/vfat/f2fs are all correctly enabled
When I boot on default kernel my computer boot without problem, however if I boot on my custom kernel /boot failt to mount (error 32) however i'm able to mount it manually then exit and the system boot.
Meaning all drivers/modules necessary are correctly enabled. The most strange part is /hdd (sdb1) is correctly mounted (without manual mount)
Thanks by advance (and sorry for poor english :3),
NogradThGin.
EDIT: Fixed problem, I switched this line
UUID=ed9b61c2-f9a5-47c3-ad2f-990bf9eef72e /boot ext2 rw,noatime,block_validity,barrier,user_xattr,acl 0 2
To this one
UUID=ed9b61c2-f9a5-47c3-ad2f-990bf9eef72e /boot ext2 rw,noatime,user_xattr,acl 0 2
It seems block_validity combined with barrier was the source of my problem (I will recheck my kernel config, the answer should be in it)
Last edited by NogradThGin (2017-11-12 14:48:55)
Offline
Don't prepend yout hread titles with redundant tags like [problem]: https://wiki.archlinux.org/index.php/Co … ow_to_post
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline
Pages: 1