You are not logged in.
Pages: 1
Okay I've been asked to put arch on a old laptop. Everything is fine till I reboot.
I get
error /dev/sda3 not found
Error unable to find root device /dev/sda3
Dropping to recovery shell (I've never used the recovery shell before so have no idea what to do)
This is confusing to me became I only have a SDA 1 n 2 so why does it even think 3 exists?
SDA 1 is the primary and a small SDA 2 for swap
I am using syslinux for boot.
Any suggestions ??
Thanks in advance
needed to update the fallback on syslinux.
Last edited by Arch-Hoochie (2015-04-14 18:20:48)
Offline
Post the content of /etc/fstab and your syslinux configuration file and the output of:
lsblk -f
Jin, Jîyan, Azadî
Offline
Check the fstab and the syslinux config. You can post them both here in code tags if you'd like. Presumably one or both of them are pointing to sda3 for some reason. You are better off using UUIDs rather than labels to point to devices.
Did you follow just the Arch wiki beginner's guide for the installation or did you use something else?
"We may say most aptly, that the Analytical Engine weaves algebraical patterns just as the Jacquard-loom weaves flowers and leaves." - Ada Lovelace
Offline
How do i access fstab from the livecd? God I'm super noob all over again lol
Offline
How do i access fstab from the livecd? God I'm super noob all over again lol
Mount all your partitions (at /mnt, for example) and use `sprunge` to send command output to a pastebin:
cat /mnt/etc/fstab | curl -F 'sprunge=<-' http://sprunge.us
Jin, Jîyan, Azadî
Offline
Thanks guys well so far from what I see nothing is wrong so I guessing its the 3rd one syslinux first post updated.
Offline
The default syslinux.cfg references /dev/sda3. I've seen that error many times because I often forget to update it.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
Yeah it was that Thanks guys I didn't update the fallback I think was selecting the fallback from the menu on boot ooops lol fixed in awesome time
Thanks alphaniner Head_on_a_Stick nullified
Offline
Pages: 1