Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: casey on December 05, 2013, 05:51:01 PM

Title: by isolinux.cfg (isolinux) in menu.lst (GRUB4DOS)
Post by: casey on December 05, 2013, 05:51:01 PM
please guys
help me translate this configuration file to the isolinux for GRUB4DOS

display boot.msg
default microcore
label microcore
   kernel /boot/vmlinuz
   initrd /boot/core.gz
   append loglevel=3 cde lang=it kmaps=qwerty/it

implicit 0   
prompt 1   
timeout 300
F1 boot.msg
F2 f2
F3 f3
F4 f4

thanks
Title: Re: by isolinux.cfg (isolinux) in menu.lst (GRUB4DOS)
Post by: Lee on December 05, 2013, 06:44:12 PM
Something like this should get you close to what you want:

Code: [Select]
timeout 30
default 0

title microcore
find --set-root /boot/grub/menu.lst
kernel /boot/vmlinuz loglevel=3 cde lang=it kmaps=qwerty/it
initrd /boot/core.gz

But don't use cde if you are putting it on writable media.

I still haven't figured out a convenient way to print the help screens on f2, f3 and f4
Title: Re: by isolinux.cfg (isolinux) in menu.lst (GRUB4DOS)
Post by: casey on December 05, 2013, 07:04:17 PM
I have created a new iso file that has the boot GRUB4DOS

and within this iso file I put the iso file of tiny (isolinux)

I put these in the menu.lst file:
title microcore
map /tiny.iso (0xff)
map --hook
chainloader (0xff)


Tiny is loaded perfectly, but do not load cde extensions, which are called by isolinux.cfg of tiny.iso

the reason is that isolinux sees as the root of the GRUB4DOS, and not that of isolinux,
1) How can I change the menu.lst to specify that the root becomes one of isolinux?
2) How can I modify the menu.lst or isolinux.cfg so that the root remains one of GRUB4DOS, managing to load cde in tiny.iso (isolinux)?

thanks
Title: Re: by isolinux.cfg (isolinux) in menu.lst (GRUB4DOS)
Post by: tinypoodle on December 05, 2013, 08:12:16 PM
isolinux does not work according to your claims, it just passes boot codes to the kernel cmdline.
Valid boot codes which are not kernel parameters get processed by startup scripts in rootfs parsing kernel cmdline.
Title: Re: by isolinux.cfg (isolinux) in menu.lst (GRUB4DOS)
Post by: casey on December 07, 2013, 04:35:45 PM
please guys
help me translate this configuration file to the isolinux for GRUB4DOS

display boot.msg
default microcore
label microcore
   kernel /boot/vmlinuz
   initrd /boot/core.gz
   append loglevel=3 cde lang=it kmaps=qwerty/it

implicit 0   
prompt 1   
timeout 300
F1 boot.msg
F2 f2
F3 f3
F4 f4

thanks



does anyone know how to operate the keys f1 f2 f3 f4 and display boot with massage grub4sos?