General TC > General TC Talk

rootfs64.gz modules64.gz modprobe can't change directory to 3.8.13 ...

(1/2) > >>

halma:
Hi ,

i am trying to get only the rootfs64.gz and the modules64.gz working but while booting i get some erros and it stops at the end as you see on the screenshot , then nothing happends ...
as you see on the attached sreenshot

and here is my extlinux.conf

LABEL modulestest
MENU LABEL modulestest
KERNEL /tce/boot/vmlinuz64
APPEND initrd=/tce/boot/rootfs64.gz /tce/boot/modules64.gz waitusb=5:UUID="fb2c9eb3-24ae-44b0-aa5c-0aa581d5a2ec" tce=UUID="fb2c9eb3-24ae-44b0-aa5c-0aa581d5a2ec" syslog

what i am doing wrong ?
best regards
ren22

Rich:
Hi halma
I think you need a comma here:

--- Code: ---APPEND initrd=/tce/boot/rootfs64.gz, /tce/boot/modules64.gz
--- End code ---
If that doesn't help, check this:
http://forum.tinycorelinux.net/index.php/topic,15889.msg93721.html#msg93721
That individual suggests that QEMU doesn't support multiple initrds and catted them together to solve his problem.

halma:
Hey Rich,


--- Quote ---APPEND initrd=/tce/boot/rootfs64.gz, /tce/boot/modules64.gz
--- End quote ---
i tried that before with the comma but it produces an Kernel Panic as you can see on the attached image.

but the cat command as sudo works :-)

thanks
best regards

Rich:
Hi halma
You are welcome. It's kind of interesting that it responds so differently with and without the comma.

Misalf:
Works for me without cat.


--- Code: ---LABEL tc5
MENU LABEL TinyCore 5.3
KERNEL /tce-5.x/boot/vmlinuz
APPEND initrd=/tce-5.x/boot/core_5.3.gz,/tce-5.x/boot/more_5.3.gz,/tce-5.x/boot/more_fonts.gz  quiet  tce=UUID="cb6f8b98-91fd-4c96-b115-3d2bb9cb3e57"/tce-5.x


--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version