You are not logged in.

#1 2010-06-24 18:39:11

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Can't acces to system!

I've recently upgraded my system with pacman -Syu but it can't boot.
It says something like it can't find dev/sda5 (where the system is installed)
then i get to a recovery terminal o something.
Help please!

Offline

#2 2010-06-24 18:41:18

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

I tried to acces the partition with an ubuntu live cd but i get the following message:

mount special device dev/sda5 does not exist

Offline

#3 2010-06-24 18:46:04

George.Harmony
Member
From: Off The Wire
Registered: 2010-04-30
Posts: 97

Re: Can't acces to system!

Can you provide the output from

fdisk -l /dev/sda

probably the first place to start

And just a thought but did your grub get an upgrade by any chance?

Last edited by George.Harmony (2010-06-24 18:49:23)


Desktop:  Compiz Stand Alone w/ Cairo Dock.
Laptop:    Pekwm w/ Tint2
Jukebox:   MPD w/ cli
Gateway: Vuurmuur w/dialog

Offline

#4 2010-06-24 19:38:52

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

Can`t remember it was so many packages!
I upgraded the system only a few hours ago.
It seems grub doesn't recieve an update since april.
I remembre that the kernel and xorg where updated, and i had to remove radeon_ucode to make the upgrade.
Thats all i remember.


I tried fdisk -l dev/sda and it says that it doesn't recognize the command fdisk...
I don't know what else to do.

Last edited by Hyugga (2010-06-24 19:55:05)

Offline

#5 2010-06-24 22:12:02

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: Can't acces to system!

Boot into a live cd and read this: http://wiki.archlinux.org/index.php/UUID.


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#6 2010-06-24 22:38:42

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

Mmm ok, i have an ubuntu live cd but i don't know what to to...I'm kind of a newbie in Linux/Arch.
I know that partitions have names, but the system can't find the partition or something.
I can't run any command because the boot secuence doesn't boot the kernel yet.
...

Offline

#7 2010-06-25 00:37:23

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

ok i have an ubuntu live cd and i ran some commands.
With fdisk -l /dev/sda, i get this:

Disposit. Inicio    Comienzo      Fin      Bloques  Id  Sistema
/dev/sda1   *           1          13      102400    7  HPFS/NTFS
La partición 1 no termina en un límite de cilindro.
/dev/sda2              13        3825    30617600    7  HPFS/NTFS
/dev/sda3            3825       19457   125567328+   5  Extendida
/dev/sda5            3825        5041     9767488+  83  Linux
/dev/sda6            5041        5406     2931831   82  Linux swap / Solaris
/dev/sda7            5406       19457   112867914+  83  Linux

My boot/grub/menu.lst looks like this:

# (0) Arch Linux
title  Arch Linux
root   (hd0,4)
kernel /boot/vmlinuz26 root=/dev/sda5 ro
initrd /boot/kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,4)
kernel /boot/vmlinuz26 root=/dev/sda5 ro
initrd /boot/kernel26-fallback.img

# (2) Windows
title Windows 7
rootnoverify (hd0,0)
makeactive
chainloader +1

Sorry for the spanish output. Thanks for the replies.

Last edited by Hyugga (2010-06-25 00:37:55)

Offline

#8 2010-06-25 00:49:13

George.Harmony
Member
From: Off The Wire
Registered: 2010-04-30
Posts: 97

Re: Can't acces to system!

Shouldn't root be set to

root   (hd0,4)/boot

since you don't have a separate boot partition. You can edit it from the grub menu to see if it works

Only thing I can see.

Edit: had a thought after I wrote this. Is sda5 your / partition or maybe it is your /boot partition.

If sda5 is your boot partition then you need to change your kernel line to

kernel /boot/vmlinuz26 root=/dev/sda7 ro

one change or the other but not both

Last edited by George.Harmony (2010-06-25 00:58:40)


Desktop:  Compiz Stand Alone w/ Cairo Dock.
Laptop:    Pekwm w/ Tint2
Jukebox:   MPD w/ cli
Gateway: Vuurmuur w/dialog

Offline

#9 2010-06-25 00:58:47

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

Ok i'll try that.

Offline

#10 2010-06-25 02:01:41

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

It didn't work...
I write down the message i get when i boot the system:

Waiting 10 seconds for /dev/sda5 ...
(after 10 seconds...)

Root device '/dev/sda5' doesn't exist. Atempting to create it.
ERROR: unable to determine major/minor number of root device '/dev/sda5'
You are being dropped to a recovey shell
                    Type 'exit' to try and continue to booting
/bin/sh; can't access tty; job control turned off
[ramfs/]#

If i type exit nothing happens either.

Offline

#11 2010-06-25 02:05:04

George.Harmony
Member
From: Off The Wire
Registered: 2010-04-30
Posts: 97

Re: Can't acces to system!

Did you see my edit?

If you tried that too then I am at a lose. Maybe someone else with more knowledge will give you a hand. I would hate to run you in anymore circles.

Good Luck


Desktop:  Compiz Stand Alone w/ Cairo Dock.
Laptop:    Pekwm w/ Tint2
Jukebox:   MPD w/ cli
Gateway: Vuurmuur w/dialog

Offline

#12 2010-06-25 02:18:36

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

Thanks for everything. I tried the 'root   (hd0,4)/boot' but it didn't work.
The other one... i don't know... i'm no expert, but my root partition is in /dev/sda5, my /dev/sda7 is the home one.
I'll try that anyways but i think the problem is the linux-firmware package, i saw several people get errors with that.
Thanks for everything!

Offline

#13 2010-06-25 02:42:24

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

As i espected changing "kernel /boot/vmlinuz26 root=/dev/sda7 ro" didn't work...
I don't know what to do now, so now i have to look for some way to recover my files and reinstall or something.
With the ubuntu live cd i can't mount my home folder on /dev/sda7. It says tha i don't have permission.
Sudo and chmod don't work...

Offline

#14 2010-06-25 03:44:41

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

I installed some app to view linux partitions on windows. I have acces to my home partition but there's no files inside!
I mounted it several times in direrent ways. The files are gone forever?
I can see that there's still some ocuppied space, is there any way to recover my files?.

Last edited by Hyugga (2010-06-25 03:47:08)

Offline

#15 2010-06-25 09:01:03

moimael
Member
Registered: 2009-10-04
Posts: 4

Re: Can't acces to system!

I have exactly the same problem, i've removed radeon_ucode to make the upgrade too and now cannot boot :s

Offline

#16 2010-06-25 10:44:21

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: Can't acces to system!

Try mounting your partition from Ubuntu again, better not mess around with some windows apps. fdisk could see them, you should be able to mount them.

Also look into Stebalien's tip, some posts above.

Offline

#17 2010-06-25 13:54:32

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

I am able to mount the partition, but when i view it there's no files inside. Maybe i´m not mounting it corrrectly...

Offline

#18 2010-06-25 13:56:17

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: Can't acces to system!

You can mount it succesfully from ubuntu live cd, but the filesystem is empty? Sure you got the right partition?

Offline

#19 2010-06-26 22:43:45

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

Finally i recovered my files!
But the problem is still there, i can't access to the system.
Any solution?

Offline

#20 2010-06-29 04:54:29

rekado
Member
From: Shanghai, China
Registered: 2009-01-13
Posts: 98
Website

Re: Can't acces to system!

Maybe you can tell us how you recovered the files. We might get an idea, then, what's wrong with your system.

Offline

#21 2010-06-30 02:56:08

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

With an ubuntu live cd, i mounted the partition using the root user. If i mount it with the "ubuntu" user, the partition is mounted empty.
I saw somewhere that the new kernel update uses hda instead of sda for the partitions. I tried that, by changing sda for hda in my fstab and my grub menu.lst with no results.
Thats all for now.
Thanks for the replies.

Last edited by Hyugga (2010-06-30 03:04:05)

Offline

#22 2010-07-08 03:36:13

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Can't acces to system!

Nothing yet?

Offline

#23 2010-07-08 07:12:34

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: Can't acces to system!

You shouldn't need to change sda to hda. Change the lines that now say hda as described in this wiki page: http://wiki.archlinux.org/index.php/UUID#by-uuid

Be sure to make the same changes in /boot/grub/menu.lst.

If you are still stuck, post your /etc/fstab, your /boot/grub/menu.lst, and the output of `/bin/ls -lF /dev/disk/by-uuid/`.


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

Board footer

Powered by FluxBB