Роман Кирилич schrieb:
> Here you are:
> 
> image=/boot/vmlinuz26
>         label=arch
>         root=/dev/hda3
>         initrd=/boot/initrd26.img
>         read-only

Try this instead:

image=/boot/vmlinuz26
        label=arch
        append="root=/dev/hda3"
        initrd=/boot/initrd26.img
        read-only

> Now I'll do mkinitcpio -g /boot/initrd26.img
> and then lilo again
> Sorry, I must go home as my work is going to close. Tomorrow I'll tell
> you results.

If you are running from a different kernel, you have t
mkinitcpio -g /boot/initrd26.img -k $KERNVER
where $KERNVER is thje kernelversion (the string has to match one of the 
subdirs in /lib/modules/).

> :: Loading root filesystem moduile... Attempting to create root devica '303'
> /init: cannot open /dev/root: No such device or address
>
> :: Initramfs Completed - control passed to kinit
> kinit: Cannot open root device dev(3,3)

I cannot make any sense of this atm, but report back when you tried what I 
suggested above.



_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to