WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How right boot TinyCore.iso with Grub4Dos?  (Read 2370 times)

Offline nb

  • Newbie
  • *
  • Posts: 2
How right boot TinyCore.iso with Grub4Dos?
« on: April 23, 2017, 11:28:57 PM »
Loading stopped in tc@box:~$ prompt.

Tried:
title TinyCore Linux 8.0 x86
find --set-root /ISO/TinyCore-current.iso
map --mem (hd1,3)/ISO/TinyCore-current.iso (0xff)
map --hook
chainloader (0xff)

title TinyCore Linux 8.0 x86
find --set-root --ignore-floppies /ISO/TinyCore-current.iso
map --mem (hd1,3)/ISO/TinyCore-current.iso (0xff)
map --hook
root (0xff)
kernel /boot/vmlinuz boot=boot iso-scan/filename=TinyCore-current.iso persistent vga=792 lang=ru_RU.UTF-8 kmap=qwerty/ruwin_ct_sh-UTF-8 nofirewire nopcmcia cde
initrd /boot/core.gz
boot

Offline rdebath

  • Newbie
  • *
  • Posts: 13
Re: How right boot TinyCore.iso with Grub4Dos?
« Reply #1 on: April 24, 2017, 05:21:00 AM »
You're basically there, but it didn't manage to find the GUI which is in the "cde" directory on a real CD device.

As an alternative you should be able to download and install that with these commands...

tce-load -wi Xprogs Xvesa aterm flwm_topside wbar
startx

But until you add "tce=sda1" or similar option for a persistent store they probably won't survive a reboot.
--
Robert