You are not logged in.
Hi all,
I just did on my system:
sudo pacman -Syuf and rebooted the system (it's worth pointing out that / is running out of space)
Anyway, after I rebooted I can't even boot to console as I get the following message:
...
Decompressing Linux...Parsing ELF...done
Booting the kernel.
ERROR: Unable to find root device '/dev/disk/by-uuid/number-of-disk/'
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 /]#Why is that happening? Is there anything I can do?
Thank you in advance.
Offline
sudo pacman -Syuf
Why on earth would you do that?
ERROR: Unable to find root device '/dev/disk/by-uuid/number-of-disk/'
The error is kind of self explanatory, don't you think?
By using the-f switch to force the update, you overwrote your config files with default config files
-f, --force
Bypass file conflict checks and overwrite conflicting files. If the package
that is about to be installed contains files that are already installed, this
option will cause all those files to be overwritten. This option should be
used with care, ideally not at all.EDIT:
boot into an arch install media, chroot into your own system and fix your configurations
Last edited by ethail (2012-02-23 14:38:22)
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
Thanks for the help!
I used the -f switch because of this:
http://www.archlinux.org/news/filesyste … -required/
Anyway, I did some further research into the matter and found an identical post
with the corresponding solution:
https://bbs.archlinux.org/viewtopic.php … 6#p1062346
Problem solved.
Topic closed.
Offline
Thanks for the help!
I used the -f switch because of this:
You were told to run 'pacman -S filesystem --force', you run 'sudo pacman -Syuf'.
Offline