Tiny Core Linux

General TC => General TC Talk => Topic started by: halma on August 03, 2014, 08:17:53 AM

Title: rootfs64.gz modules64.gz modprobe can't change directory to 3.8.13 ...
Post 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
Title: Re: rootfs64.gz modules64.gz modprobe can't change directory to 3.8.13 ...
Post by: Rich on August 03, 2014, 09:19:13 AM
Hi halma
I think you need a comma here:
Code: [Select]
APPEND initrd=/tce/boot/rootfs64.gz, /tce/boot/modules64.gzIf 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.
Title: Re: rootfs64.gz modules64.gz modprobe can't change directory to 3.8.13 ...
Post by: halma on August 03, 2014, 10:53:46 AM
Hey Rich,

Quote
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
Title: Re: rootfs64.gz modules64.gz modprobe can't change directory to 3.8.13 ...
Post by: Rich on August 03, 2014, 01:32:38 PM
Hi halma
You are welcome. It's kind of interesting that it responds so differently with and without the comma.
Title: Re: rootfs64.gz modules64.gz modprobe can't change directory to 3.8.13 ...
Post by: Misalf on August 03, 2014, 01:44:12 PM
Works for me without cat.

Code: [Select]
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

Title: Re: rootfs64.gz modules64.gz modprobe can't change directory to 3.8.13 ...
Post by: Rich on August 03, 2014, 02:12:26 PM
Hi Misalf
Are you doing this using QEMU?
Title: Re: rootfs64.gz modules64.gz modprobe can't change directory to 3.8.13 ...
Post by: Misalf on August 03, 2014, 03:59:19 PM
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.