Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: tinycorelinuxrocks on November 04, 2012, 01:08:47 AM
-
I have Tiny Core loading a kernel and a ramdisk but I don't get a shell prompt. Booting ends with:
VFS: Mounted root (ext2 filesystem) on device 1:0.
devtmpfs: mounted
Freeing init memory: 144K
mount: mounting /dev/root on / failed: Invalid argument
udevd[68]: starting version 175
I noticed there is no /dev/root in the Tiny Core rootfs. Why is TC trying to mount /dev/root to /?
-
It looks like you booted something else than TC.
Double-check your bootloader config.
-
Thanks curaga, I have it working now but I have a few questions.
1. I'm dropped straight into a shell prompt after boot which is fine, but am I supposed to see some ASCI art and a login prompt?
2. May I ask why proc is not mounted automatically?
3. I have a tar archive I'd like extracted to the rootfs automatically at boot. Considering that I'm using a ramdisk, what is the simplest way to accomplish this?
-
3. I have a tar archive I'd like extracted to the rootfs automatically at boot. Considering that I'm using a ramdisk, what is the simplest way to accomplish this?
Create a .tcz extension from your archive and add it to the onboot list.
-
2. May I ask why proc is not mounted automatically?
Still looks like you are not running TC.
-
3. I have a tar archive I'd like extracted to the rootfs automatically at boot. Considering that I'm using a ramdisk, what is the simplest way to accomplish this?
Create a .tcz extension from your archive and add it to the onboot list.
Or consider an additional CPIO.GZ file as a secondary "initrd" payload. There should be some examples in the dynamic remaster page on the wiki.
-
Thank you. I think I was thinking of the Isolinux boot screen with #1 above:
http://distro.ibiblio.org/tinycorelinux/tc_005_ib.html
Can anyone confirm that I should be dropped straight into a minimal root shell after booting MicroCore?
-
Thank you. I think I was thinking of the Isolinux boot screen with #1 above:
http://distro.ibiblio.org/tinycorelinux/tc_005_ib.html
Can anyone confirm that I should be dropped straight into a minimal root shell after booting MicroCore?
isolinux applies to .iso only
Default is autologin to user tc
-
Please post output of following commands:
uname -a
cat /etc/issue
cat /proc/cmdline
-
Thanks tinypoodle. I've got a shell prompt now.