Hi to all members,
I'm using next lines to load TinyCore 3.7.1 from H.D.D. as Live-Iso mode ...
title TinyCore 3.7.1 Linux
find --set-root --ignore-floppies /HBCD/Iso_Images/tinycore-3.7.1.iso
map /HBCD/Iso_Images/tinycore-3.7.1.iso (0xff)
map --hook
root (0xff)
kernel /boot/bzImage boot=boot BOOT=boot iso-scan/filename=/HBCD/Iso_Images/tinycore-3.7.1.iso persistent vga=791 max_loop=255
initrd /boot/tinycore.gz
boot
But same lines does not allow me to load TinyCore 4.0 changin .Iso image filename. How to load? Also I was see boot sequence of TinyCore 4.0 and waits for user input. I want to load automatically.
Thank you.