I add grub2 menu lines in /etc/grub.d/40_custom file:
menuentry 'Tiny Core - iso' --class core --class gnu-linux --class gnu {
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
set isofile="/home/user/CorePlus-current.iso"
loopback loop ${isofile}
linux (loop)/boot/vmlinuz iso=${isofile}
initrd (loop)/boot/core.gz loglevel=3 cde showapps lst=xibase.lst base desktop=flwm_topside
}
Then i rebooted the machine and try to boot, but only text console loaded:
tc@box~:
How to boot in graphic mode?
I am using AMD Athlon 900 mhz, 768 mb ram, 32 mb Nvidia graphic card.