While this sounds weird, this is what I need to do -
From a working Lubuntu system, boot Tiny Core into RAM to do some hardware/OS maintenance.
I have a remastered TC .iso file and that works just fine.
I have this as a stanza in the Lubuntu grub.cfg file -
menuentry "Rebuild" {
loopback loop /Rebuild.iso
linux (loop)/boot/vmlinuz autologin rebuilder
initrd (loop)/boot/core.gz
}
This will indeed load and start TC. But, I also need to pass the command "rebuilder" to TC to automatically run at startup.
The startup command never runs. Just get the default shell prompt.
When done with an installed version TC, (not booting as loop .iso) such things work.
Is there a limitation where you cannot do this when booting the .iso as a loop device?
Also tried modifying the isolinux.cfg file with an "append" line. But when TC launches from grub, syslinux seems to get bypassed. At least the boot menu is never displayed.
Suspecting something obvious is being missed.
Any suggestions greatly appreciated.
Thanks in advance.