initramfs

From: Wakko Warner
Date: Wed May 25 2005 - 12:45:51 EST


I'm having problems with this. I apparently have a cpio archive that the
kernel likes. I am starting via grub with basically:
kernel /mykernel
initrd /mycpiofile

At first, I got "can't mount root". A little reading in main.c has it
looking for /init (shouldn't this be /bin/init instead?)

I moved my ./bin/init to . in my init filesystem tree and recreated the
cpio. my ./init script is a "#!/bin/busybox ash" script.

running cpio -tv, I see:
...
-rwxr-xr-x 1 root root 452508 May 5 14:33 bin/busybox
...
-rwxr-xr-x 1 root root 1328 May 9 15:46 init
...

Now I see a message saying:
Kernel panic - not syncing: No init found. Try passing init= option to kernel.

I did that. According to the source, init= is overridden when /init exists.

I'd like to get off the initrd ramdisk style to save some more on space.

I assume it is populating properly since also I don't see the initial console
warning message.

Kernel: vanilla 2.6.12-rc4 compiled with -Os with debian gcc 3.3.5-1

--
Lab tests show that use of micro$oft causes cancer in lab animals
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/