You are not logged in.
Pages: 1
Hello
I have two hard installed on my laptop. one HDD and another is SSD.
SSD has three partition /dev/sda1 = root /dev/sda2=swap and /dev/sda3 = home partition. HDD has one partition /dev/sdb1. i have installed GRUB on /dev/sda1 and the arch kernel is LTS.
sometimes after press power button to turn my laptop on , grub try to boot from second hard drive that is /dev/sdb1 and after a while system goes to emergency mode and show these errors
starting version 274.2-1-arch
/dev/sdb1 : clean 210384/2949120 files, 4448155 /11796480 blocks
[Time] Timedout waiting for /dev/sda2
[depend] Dependency filed for /dev/sda2
.
.
.
you are in emergency mode , After logging in type "journalctl -xb" to view ...
how to solve this problem ?
Offline
Edit, ah - doesn't boot from the second drive, it just swaps order…
Please post your grub.cfg and try to add rootdelay or rootwait, https://raw.githubusercontent.com/torva … meters.txt
Last edited by seth (2020-12-28 16:01:51)
Offline
Don't use /dev/sdX as identifiers in fstab, they can and will change from boot to boot: https://wiki.archlinux.org/index.php/Pe … ice_naming
Offline
@V1del
Thank you very much. my problem solved
Offline
Pages: 1