3 Pages V   1 2 3 >  
Reply to this topic
 kexec-loader v2.1, Another release, later then I intended
post Jul 30 2009, 05:12 PM
Post #1
solemnwarning
Member   **
Group: Members

  Joined: 10-May 08
Posts: 70
Thank(s): 1


United Kingdom


I haven't felt like working on kexec-loader much lately, so it's sat for weeks at a time with no changes. This release is mostly bugfixes and UI improvements.

Download page


--------------------
kexec-loader - Linux-based bootloader


+Quote Post
post Aug 1 2009, 04:16 PM
Post #2
solemnwarning
Member   **
Group: Members

  Joined: 10-May 08
Posts: 70
Thank(s): 1


United Kingdom


I'm planning to update the readme to use more examples instead of being like a reference manual. How easy do you think downloading and using kernel modules is?


--------------------
kexec-loader - Linux-based bootloader
+Quote Post
post Aug 1 2009, 06:03 PM
Post #3
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,230
Thank(s): 566


Italy


QUOTE (solemnwarning @ Aug 1 2009, 06:16 PM) *
I'm planning to update the readme to use more examples instead of being like a reference manual. How easy do you think downloading and using kernel modules is?

Good, the more documentation and examples there are, the better. smile.gif

QUOTE (solemnwarning @ Aug 1 2009, 06:16 PM) *
How easy do you think downloading and using kernel modules is?


I beg your pardon? w00t.gif

jaclaz


--------------------
+Quote Post
post Aug 1 2009, 06:29 PM
Post #4
solemnwarning
Member   **
Group: Members

  Joined: 10-May 08
Posts: 70
Thank(s): 1


United Kingdom


QUOTE (jaclaz @ Aug 1 2009, 07:03 PM) *
I beg your pardon? w00t.gif


Eh?


--------------------
kexec-loader - Linux-based bootloader
+Quote Post
post Aug 2 2009, 09:50 AM
Post #5
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,230
Thank(s): 566


Italy


QUOTE (solemnwarning @ Aug 1 2009, 08:29 PM) *
Eh?

I mean, before asking how easy it is, you should make sure that the other people actually know what you are talking about. w00t.gif

I never downloaded a kernel module in my life blush.gif, let alone attempting actually using it. scared9.gif

Is it serious, doctor? unsure.gif
tongue.gif

cheers.gif

jaclaz


--------------------
+Quote Post
post Aug 30 2009, 08:56 PM
Post #6
solemnwarning
Member   **
Group: Members

  Joined: 10-May 08
Posts: 70
Thank(s): 1


United Kingdom


kexec-loader v2.1.1 released smile.gif

I've rewritten the docs as suggested here to have examples for common usage and a reference section at the end to cover everything else.

kexec-loader-2.1.1-floppy.img.gz
modules-2.6.30.5-1.tar.gz
kexec-loader-2.1.1-readme.html

QUOTE (ChangeLog)
Updated config loading code to look for kxloader.cfg if there is no
kexec-loader.conf file.

Changed behaviour of timeout directive: 0 timeout will boot instantly
instead of waiting forever, use "off" to force no timeout. The default
setting is "off", but will be overridden by menu.lst unless explicitly
set in kexec-loader.conf.

Fixed bug: Module loading failed due to my lack of testing.

Changed ls command to not output timestamps or list ./.. directories.

Fixed bug: Append option ignored and cmdline used in its place.

Fixed bug: Error from kexec-tools dying not visible when booting menu
target as alert was not set on failure.

Added support for modules packed in TAR archives, optionally compressed
with LZMA using the .tlz extension.


--------------------
kexec-loader - Linux-based bootloader
+Quote Post
post Oct 25 2009, 04:48 PM
Post #7
Bicephale
Member   **
Group: Members

  Joined: 13-February 09 From: Qc/Canada

Posts: 49
Thank(s): 0


Canada


Hi SolemnWarning,

Thank you for finally allowing 8.3 DOS filenaming relatively to 'kexec-loader.conf' which
can now be replaced by 'kxloader.cfg', it seems! I'm glad you considered my suggestion.

thumbup.gif
+Quote Post
post Nov 6 2009, 03:50 AM
Post #8
Bicephale
Member   **
Group: Members

  Joined: 13-February 09 From: Qc/Canada

Posts: 49
Thank(s): 0


Canada


Would somebody please tell me how to merge these two diskettes as one:

http://www.moriy.com/dr-dos/downloads/
'dr70570c.img' ('DR-DOS v7.05.70c', 2009-May-25)

http://www.solemnwarning.net/kexec-loader/download.cgi
'kexec-loader-2.1.1-floppy.img.gz' ('KExec-Loader v2.1.1', 2009-Aug-30)

Both use 'SysLinux' so i get some success if i edit its configuration file:

'SysLinux.CFG'
CODE
# Adapted for use with 'Slax' Linux
default plop
prompt 1
timeout 50
say CLI:  plop, kexec, dos, bcdl
display /Boot/Help.msg
F1 /Boot/Aide.msg
F0 /Boot/Help.msg

label bcdl
menu label Bootable CD Loader
kernel /bcdl.bin

label dos
menu label Caldera Dr-DOS v7.05.70c
kernel /drdos/FAT12FD.BSS

label kexec
menu label KExec-Loader v2.1.1 (2009-Aug)
kernel /vmlinuz initrd=/initrd.img

label plop
menu label PLoP BootManager v5.0.4
kernel /PLPBt
#append initrd=/plpbt.igz


Unfortunately, even if 'KExec-Loader v2.1.1' appears to load as planned
a time comes when it stalls complaining about some "Kermel Panic"...

sad.gif

Thanks to the new DOS 8.3 file naming support, 'kxloader.cfg' can now
be edited using nothing but the hybrid diskette itself, which is one of
my present objectives relatively to the merging... I was hoping there
could be someone here who might figure out what i've done wrong.

unsure.gif
+Quote Post
post Nov 6 2009, 08:33 AM
Post #9
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,230
Thank(s): 566


Italy


At first sight this:

QUOTE
label kexec
menu label KExec-Loader v2.1.1 (2009-Aug)
kernel /vmlinuz initrd=/initrd.img


should really be:
QUOTE
label kexec
menu label KExec-Loader v2.1.1 (2009-Aug)
KERNEL /vmlinuz
APPEND initrd=/initrd.img


jaclaz


--------------------
+Quote Post
post Nov 6 2009, 10:07 AM
Post #10
Bicephale
Member   **
Group: Members

  Joined: 13-February 09 From: Qc/Canada

Posts: 49
Thank(s): 0


Canada


Thank you for your answer. I downloaded the same 'SysLinux' version
as that which is used by 'KExec-Loader v2.1.1' (e.g. v3.63) and created
an MS-DOS v7.10a (W98) bootable diskette where 'SysLinux' has been
installed. Then, i used two seperated lines instead of one as you have
recommended and now 'KExec-Loader' loads further until it reaches
an endless loop:

QUOTE
Searching for boot disk...
Press any key to abort


That's an improvement because when i press "any key" i'm dropped
to the 'KExec-Loader' CLI from which i've effectively been able to
initiate the lauching of 'Slax' installed on an SD card inserted after i
got into that CLI. Normally, the 'KExec-Loader' diskette automatically
offers a menu with two items to choose from... I'm not sure where to
look next but at least 'PLoP', 'MS-DOS' and 'KExec-Loader' are now
working from the same diskette - with non fatal failures...

Any additional hints?

dubbio.gif
+Quote Post

3 Pages V   1 2 3 >
Reply to this topic
2 User(s) are reading this topic ()