Off-Topic > Off-Topic - Tiny Core Lounge

(solved) Start ISOs via Grub -> extlinux -> Grub4DOS

<< < (3/5) > >>

SvOlli:

--- Quote from: floppy on October 07, 2011, 12:53:12 PM ---The menu.lst structure has an example if I remember in this forum from SvOlli .. but cannot find it (I have to search).

--- End quote ---
Did you mean this thread: http://forum.tinycorelinux.net/index.php/topic,10430.0.html ?

SamK:
The replies towards the end of this topic might also be helpful:
http://forum.tinycorelinux.net/index.php/topic,11424.0.html

floppy:

--- Quote from: SvOlli on October 07, 2011, 06:08:15 PM ---
--- Quote from: floppy on October 07, 2011, 12:53:12 PM ---The menu.lst structure has an example if I remember in this forum from SvOlli .. but cannot find it (I have to search).

--- End quote ---
Did you mean this thread: http://forum.tinycorelinux.net/index.php/topic,10430.0.html ?

--- End quote ---
Yes. Thanks. I will have a look.

floppy:
Last status:

in my extlinux.conf file of the CF 8GB card (on IDE adapter, recognized in the PC as sdb, 1 is the partition with the extlinux.conf), I included
   ...
   label start grub
      kernel /boot/diverse/grub.exe   (from grub4dos zip file)
   ...

it starts grub.
Grub then seems to find the menu.lst I have on my sda (1 partition).

It dont find on the screen the menu.lst I included in the sdb1, directory /boot/diverse (where grub.exe is)
==============  menu.lst ================
#
color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
#
title papug linux iso
find --set-root /papuglinux-11.1a.iso
map --mem /papuglinux-11.1a.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
...
========================================
So, this is probably a question of default setup of grub where it has to find the menu.lst.
I will further search how to say to grub.exe to use the menu.lst of the "sdb1/boot/diverse".
Any idea is welcome.

vitex:

--- Quote from: floppy on October 08, 2011, 06:04:08 PM ---So, this is probably a question of default setup of grub where it has to find the menu.lst.
I will further search how to say to grub.exe to use the menu.lst of the "sdb1/boot/diverse".
Any idea is welcome.

--- End quote ---

See Grub4dos Guide - Embedded Menu for a description of where grub4dos (grub.exe or grldr) looks for the file menu.lst.  You can place an abbreviated version of menu.lst in one of those standard places and use the configfile command to transfer control to a full version of menu.lst that resides in a non-standard location.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version