Tiny Core Linux
General TC => General TC Talk => Topic started by: halma on August 03, 2014, 08:17:53 AM
-
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
-
Hi halma
I think you need a comma here:
APPEND initrd=/tce/boot/rootfs64.gz, /tce/boot/modules64.gz
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.
-
Hey Rich,
APPEND initrd=/tce/boot/rootfs64.gz, /tce/boot/modules64.gz
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
-
Hi halma
You are welcome. It's kind of interesting that it responds so differently with and without the comma.
-
Works for me without cat.
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
-
Hi Misalf
Are you doing this using QEMU?
-
No. Sorry, I didn't saw halma's screenshot and wasn't aware it's about QEMU.
I just noticed I don't have a space after the comma.