FS#3402 - KERNEL 2.6.14 INITRD
Attached to Project:
Arch Linux
Opened by Tobias Powalowski (tpowa) - Sunday, 30 October 2005, 08:30 GMT
Opened by Tobias Powalowski (tpowa) - Sunday, 30 October 2005, 08:30 GMT
|
Details
Hi feel free to post your problems/suggestions here,
greetings tpowa |
This task depends upon
I use grub and in the menu.lst I wrote:
# (0) Arch Linux
title Arch Linux [/boot/vmlinuz26]
root (hd0,0)
kernel /vmlinuz26 root=/dev/hda6 ro devfs=nomount vga=773 apm=power-off
initrd /initrd26.img
and these are my partitions (get from /etc/fstab):
/dev/discs/disc0/part5 swap swap defaults 0 0
/dev/discs/disc0/part1 /boot ext3 defaults 0 1
/dev/discs/disc0/part6 / ext3 defaults 0 1
/dev/discs/disc0/part7 /home ext3 defaults 0 1
I don't change /etc/mkinitrd.conf, I only run "mkinitrd auto"
I think it needs to replace=('kernel26-scsi')
im now stuck with a 0.7 boot cd and a chrooted environment, where mkinitrd auto tells me
All of your loopback devices are in use!
yes, of course dammit. i have to mount my root dir somewhere?
$%&
CONFIG_HOSTAP=y|m
You know you want to.
HOSTCONTROLLER_IDE="ide-core ide-generic ide-disk"
$ lsmod |wc -l
118
this modules are loaded auto-magically!
maybe the initrd load the modules.
how i can fix this?
greetings
tpowa
Very informative read:
linux/Documentation/filesystems/ramfs-rootfs-initramfs.txt
Note that this file is only very recently added (7 November or so). I've attached it.
If there are further initrd issues, we can re-open it.
The plan is to stick with the initrd for 0.7.1 -- we will examine initramfs sometime after Noodle's release.