2006/6/26, Ed Swierk <[EMAIL PROTECTED]>:
What format is your initrd? It should be either a gzipped cpio archive
(initramfs) or an uncompressed filesystem image file.
See http://lxr.linux.no/source/Documentation/initrd.txt and
http://lxr.linux.no/source/Documentation/early-userspace/README.
as
On 6/25/06, VMiklos <[EMAIL PROTECTED]> wrote:
initrd=initrd-i686.img.gz -> dropped
load_ramdisk=1 -> dropped
prompt_ramdisk=0 -> dropped
ramdisk_size=33888 -> dropped
rw -> kept
root=/dev/ram -> dropped
console=ttyS0 -> kept as you requested
now it panics with:
"RAMDISK: Couldn't find valid RAM
hi,
2006/6/24, Paul Brook <[EMAIL PROTECTED]>:
> what i've tried:
>
> http://frugalware.org/~vmiklos/logs/qemu-initrd.log
>
> if i generate the iso and boot this kernel & initrd with the same
> parameters from grub, it works fine
>
> have i missed something?
You're telling it to load the initrd
> what i've tried:
>
> http://frugalware.org/~vmiklos/logs/qemu-initrd.log
>
> if i generate the iso and boot this kernel & initrd with the same
> parameters from grub, it works fine
>
> have i missed something?
You're telling it to load the initrd from floppy, which is obviously wrong.
qemu alre
hi
currently i'm using qemu in the following way to test our installer on x86:
1) build the kernel
2) build the initrd
3) build a mini iso with a grub that boots the kernel
it would be nice if i could avoid the 3rd step
what i've tried:
http://frugalware.org/~vmiklos/logs/qemu-initrd.log
if i