You are not logged in.

#1 2007-07-13 14:17:03

Raffo
Member
Registered: 2007-07-13
Posts: 37

[Solved] Installed Arch, I have a kernel problem.

Hi guys, I'm new here, but I use only linux since 2003. I have a problem at boot... When I choose arch from the bootloader I get this:

ERROR: Failed to parse block device name for '/dev/sda6'
ERROR: root fs cannot be detected. Try using the rootfstype= kernel parameter

Or something very very similar. I see that I'm not the only one experiencing this problem so I try solving by myself following hints I've found on this forum... but nothing changed.
I need help big_smile

This is what you have to know:

/etc/mkinitcpio.conf:

MODULES=""
HOOKS="base udev autodetect pata keymap filesystems"

I also tried with ide...

fstab

# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0


/dev/cdrom /mnt/cdrom   iso9660   ro,user,noauto,unhide   0      0
/dev/cdrom1 /mnt/cdrom1   iso9660   ro,user,noauto,unhide   0      0
/dev/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0
/dev/fd0 /mnt/fd0   vfat   user,noauto   0      0
/dev/sda2 swap swap defaults 0 0
/dev/sda6 / ext3 defaults 0 1

grub entry:

#Archlinux
title           ArchLinux  (on /dev/sda6)
root            (hd0,5)
kernel          /boot/vmlinuz26 root=/dev/sda6
initrd          /boot/kernel26.img
savedefault
boot

Last edited by Raffo (2007-07-14 16:34:42)

Offline

#2 2007-07-13 14:52:29

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [Solved] Installed Arch, I have a kernel problem.

What if you try setting initrd to "/boot/kernel26-fallback.img" or adding "rootfstype=ext3" to the kernel line?

Offline

#3 2007-07-13 15:21:57

Raffo
Member
Registered: 2007-07-13
Posts: 37

Re: [Solved] Installed Arch, I have a kernel problem.

lucke wrote:

What if you try setting initrd to "/boot/kernel26-fallback.img" or adding "rootfstype=ext3" to the kernel line?

It doesn't help sad

Offline

#4 2007-07-13 15:41:19

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: [Solved] Installed Arch, I have a kernel problem.

That's very curious. I'm just having this problem after installing the lowlatency kernel from this repo:

Server = http://arch.madfire.net/proaudio/i686

So I've just changed the initrd /boot/kernel26.img to /boot/kernel26rt.img and I'm getting exactly the same error. I've also tried changing sda with hda in the grub's menu.lst but nothing changed...


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#5 2007-07-13 15:48:04

Raffo
Member
Registered: 2007-07-13
Posts: 37

Re: [Solved] Installed Arch, I have a kernel problem.

I forgot to say that my kernel is "kernel26" installed with pacman and that I have two ide maxtor disks..


@finferflu: Wow, the guy from Pomezia big_smile

Offline

#6 2007-07-13 21:19:13

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: [Solved] Installed Arch, I have a kernel problem.

@ Raffo

Ah! you must be the guy from Anzio then! big_smile


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#7 2007-07-14 01:44:27

Snarkout
Member
Registered: 2005-11-13
Posts: 542

Re: [Solved] Installed Arch, I have a kernel problem.

Have you checked this out:

http://wiki.archlinux.org/index.php/Per … ice_naming

I had to do that a while back to cure similar symptoms.


Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein

Offline

#8 2007-07-14 10:42:39

Raffo
Member
Registered: 2007-07-13
Posts: 37

Re: [Solved] Installed Arch, I have a kernel problem.

I managed to start arch with the fallback kernel, entering /dev/hda6 in grub instead of /dev/sda6... I can't understand why, I'm investigating big_smile

Offline

#9 2007-07-14 11:26:09

Raffo
Member
Registered: 2007-07-13
Posts: 37

Re: [Solved] Installed Arch, I have a kernel problem.

I'm still not able to start arch with the default grub entry. I can just run it with kernel26-fallback.img

Offline

#10 2007-07-14 15:28:30

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: [Solved] Installed Arch, I have a kernel problem.

I tried all methods suggested in this topic and I'm not able to start even the fallback kernel...


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#11 2007-07-14 16:34:23

Raffo
Member
Registered: 2007-07-13
Posts: 37

Re: [Solved] Installed Arch, I have a kernel problem.

Solved running mkinitcpio again from arch (with the fallback kernel). Now arch boots fine.

Offline

Board footer

Powered by FluxBB