Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: AlejandroPadrino on October 04, 2011, 08:28:10 AM

Title: TinyCore 4.0 - Live-Iso with GRUB4DOS.
Post by: AlejandroPadrino on October 04, 2011, 08:28:10 AM
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.
Title: Re: TinyCore 4.0 - Live-Iso with GRUB4DOS.
Post by: netnomad on October 04, 2011, 09:18:00 AM
bzImage is renamed to vmlinuz in 4.x,
so change your bootloader entry

from            kernel /boot/bzImage
to                 kernel /boot/vmlinuz

then it should work.
Title: Re: TinyCore 4.0 - Live-Iso with GRUB4DOS.
Post by: AlejandroPadrino on October 04, 2011, 10:46:18 AM
Ufffff !!!  Can I see anything (I ask myself).  Thanks Netnomad.