WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TinyCore 4.0 - Live-Iso with GRUB4DOS.  (Read 4849 times)

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
TinyCore 4.0 - Live-Iso with GRUB4DOS.
« on: October 04, 2011, 05: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.

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: TinyCore 4.0 - Live-Iso with GRUB4DOS.
« Reply #1 on: October 04, 2011, 06: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.
« Last Edit: October 04, 2011, 06:21:09 AM by netnomad »

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Re: TinyCore 4.0 - Live-Iso with GRUB4DOS.
« Reply #2 on: October 04, 2011, 07:46:18 AM »
Ufffff !!!  Can I see anything (I ask myself).  Thanks Netnomad.