You are not logged in.
Pages: 1
I installed arch on USB, but there is a problem when boot.
Everytime I boot with this USB, it complaints that there is no device with such UUID. But then, when I plug-out and plug-in the USB physically, it is recognized and continues to boot.
What can be done to this problem? I have just followed the installation guide "Installing Arch Linux on a USB key"
Last edited by kreoso (2012-10-25 06:23:34)
Offline
Is this the error?
Waiting 10 seconds for device /dev/disk/by-uuid/something-something ...
ERROR: Unable to find root device '/dev/disk/by-uuid/something-something'.
You are being dropped to a recovery shell
Type 'exit' to try and continue booting
sh: can't access tty; job control turned off
[rootfs /]# _
Then you need to start it with the Fallback entry. When it boots, make sure that you have usb on the HOOKS line from /etc/mkinitcpio.conf, and then re-generate the initramfs image with "mkinitcpio -p linux".
For reference: https://wiki.archlinux.org/index.php/Be … nvironment
Here you need to set the right hooks if the root is on a USB drive, if you use RAID, LVM, or if /usr is on a separate partition.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Error message is correct, but the "mkinitcpio thing" is already done. I put 'usb' between udev and autodetect in the HOOKS in /etc/mkinitcpio.conf and excuted mkinitcpio -p linux.
Offline
Then check your fstab.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Yaeh, I did check again, but I think, there is no problem at all.
It produces the error messages and prompt the rootfs shell, but when I physically 'plug out and plug in' the USB, then it is recognized normally and continues to boot without a problem. If the problem is all about mkinitcpio and fstab, then maybe it is a hardware problem.
thank you for the answer
Offline
Pages: 1