You are not logged in.
Pages: 1
erm im not sure what ive done, everything i check leads me to belive it should work, but it cant find my root fs
MODULES=""
BINARIES=""
FILES=""
HOOKS="base udev pata scsi sata filesystems lvm2"
MOD_AUTOLOAD="yes"
MODULES=(powernow-k8 cpufreq_conservative cpufreq_powersave cpufreq_ondemand)USELVM="yes"
im used mkinitcpio -p kernel26 from a chroot then copying over /boot to real /boot to generate these.
i also tried
HOOKS="base udev sata lvm2 filesystems"
what am i doing wrong?
Last edited by rioting_pacifist (2009-02-19 02:01:01)
Offline
Is LVM enabled in your rc.conf?
USELVM="yes"
Go through this: http://wiki.archlinux.org/index.php/Lvm#Important
Last edited by Ranguvar (2009-02-18 18:41:35)
Offline
yeah i do have that ill try rearanging the order to
HOOKS="base udev pata scsi sata lvm2 filesystems"
as per wiki, but im sure ive already tried it
done
still no luck but, i dont see the hooks pata scsi sata etc getting processed tho :S
Last edited by rioting_pacifist (2009-02-18 19:16:43)
Offline
in which way does it fails ?
- what is (are) the error message(s) ?
- do you have a kernel panic or do you come to a recovery shell ?
- if you come to a recovery shell, is your root partition there (in /dev) ?
take time to daydream, inspiration comes ...
Offline
Yeah, and please post your GRUB config.
Offline
Managed to get it working, turns out that i haden't tried pata, in the correct order. i needed "base udev pata lvm2 <b>then</b>filesystems" not sure why i thought it was a sata drive other than it being sda :s thx for the help
Offline
Pages: 1