Displaying 20 results from an estimated 1047 matches for "memdisk".
2006 Jan 03
0
Isolinux.cfg issues on certain BIOSes
...pt 1
F1 mainhelp.txt
F2 bootmnu.txt
F3 hdtest.txt
F7 FAQ.txt
label linresc
kernel linresc/rescue.lnx
append initrd=/isolinux/linresc/initrd.gz root=/dev/ram0
label A:
localboot 0x00
label a:
localboot 0x00
label o
localboot -1
label 0
localboot 0x80
label 1
kernel winpe.bin
label 2
kernel memdisk
append initrd=dosde.imz
label 4
kernel memdisk
append initrd=dosde2.imz
label 3
kernel /i386/linux/vmlinuz-2.4.25
append initrd=/i386/linux/initrd acpi=off root=/dev/ram0
init=/linuxrc setkmap=us vga=788
label P
kernel /isolinux/ntpasswd/vmlinuz
append rw vga=1 init=/linuxrc
initrd=/isolinux...
2009 Jul 31
1
[PATCH] [memdisk] Additional EDD Device Parameter Table fields
Some additional fields from the EDD-4 spec. draft for the Device
Parameter
Table have been added into the structure in setup.c and memdisk.inc.
These
were added in the hopes of resolving a FreeDOS MEMDISK bug on IBM
ThinkPads.
---
memdisk/memdisk.inc | 11 +++++++++++
memdisk/setup.c | 10 ++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc
index 2699c34..b4d45c...
2006 Jun 19
2
Isolinux CD to Hard drive
...Unknown Keyword in Syslinux.cfg" message. All the other items worked. Here is my menu in syslinux.cfg :
---------------------------
default 1
display bootmsg.txt
prompt 1
label 0
localboot 0x80
label a
localboot 0x00
label q
localboot -1
label 1
kernel netboot.img
label 2
kernel memdisk
append initrd=msnet.img
label 3
kernel memdisk
append initrd=pm.img
label 4
kernel memdisk
append initrd=sm.img
label 5
kernel memdisk
append initrd=ghost.img
label 6
kernel nt.img
label 7
kernel w2.img
label 8
kernel memdisk
append initrd=password.img
la...
2009 Dec 08
1
[PATCH] doc: document mBFT and "safe hook"
From 8be8951015673d6279d7d49b0138645194317dc2 Mon Sep 17 00:00:00 2001
From: Shao Miller <shao.miller at yrdsb.edu.on.ca>
Date: Wed, 9 Dec 2009 19:11:38 +0000
Subject: [PATCH] doc: document mBFT and "safe hook"
---
doc/memdisk.txt | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/doc/memdisk.txt b/doc/memdisk.txt
index 8a308f1..254cb7c 100644
--- a/doc/memdisk.txt
+++ b/doc/memdisk.txt
@@ -9,6 +9,9 @@ disk and a (very small - 2K typical) chunk of low (DOS)
m...
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin,
I have successfully modified/enhanced memdisk so that one can chainload a
local operating system after running diskless FreeDOS.
I would like your advice regarding the appropriate interface for invoking
this functionality.
In addition, I would like to know what steps to take so that you feel
comfortable considering including this in the stan...
2009 Aug 04
5
New MEMDISK-ISO
For anyone wanting to boot an .ISO with MEMDISK:
http://git.etherboot.org/?p=people/andytim/syslinux.git;a=shortlog;h=ref
s/heads/memdisk-iso
NOTE: Your protected-mode OS (Windows, Linux, *BSD) booted from such a
MEMDISK will not magically find the MEMDISK image in RAM and use it as a
CD without a MEMDISK driver. There are currently 0 MEMDISK...
2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
Two additions to MEMDISK to support OS drivers.
The "safe hook" structure ("Safe Master Boot Record INT 13h Hook Routines")
is a means for an OS driver to follow a chain of INT 13h hooks, examining
the hooks'' vendors and assuming responsibility for hook functionality along
the way. For MEMDIS...
2011 Dec 18
3
nopassany parameter causing trouble
...utput from ELTORITO.SYS (v1.5, syslinux distro) such
that it fails.
My intent is a LiveCD functionality with a DOS RAMDISK program taking
over as drive C:, meaning either no FAT partitions on harddisks and
removable disks (as the DOS kernel enumerates them) or using the
NOPASSANY parameter for MEMDISK.
Different output:
* ISO9660 found: drive E0 with address 0800h (omitting nopassany)
* Nothing found: drive 70 with address 0000h (nopassany specified)
My expectation was that only floppydrives and USB/harddisk units would
be hidden. (for that matter I'd prefer booting from USB FAT32 yet hid...
2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
>From 8fb8c285e69c0f4cde28061019a8e399641d5ef1 Mon Sep 17 00:00:00 2001
From: Shao Miller <shao.miller at yrdsb.edu.on.ca>
Date: Sun, 22 Mar 2009 00:27:56 -0400
Subject: [PATCH] [memdisk] Additional comments in memdisk.inc and
postprocess.pl
Just a sprinkling of comments adding further description to the code.
---
memdisk/memdisk.inc | 34 +++++++++++++++++++++-------------
memdisk/postprocess.pl | 6 ++++--
2 files changed, 25 insertions(+), 15 deletions(-)
diff --git a...
2005 May 17
1
chain / memdisk / mboot of memtest86, SBM loader.bin, ISO image
hpa etal,
Im trying to get PIRT running on an SBC which has no CD-ROM drive.
(an 8 MB ISO which demo's RTAI - RealTime Application Interface, on
linux patched with Adeos)
(BTW, PIRT uses isolinux)
anyway, Im trying to use pxelinux to chainload / memdisk / mboot it,
Im having no success. Ive also tried booting memtest86, which I can boot
on my laptop using grub, ie
title memtest
root (hd0,1)
kernel /boot/memtest86.img
boot
but Im unable to morph it into a form that works for pxelinux.
cpldr.bin: x86 b...
2007 Jul 13
1
[memdisk] collision between memdisk and emm386 (FreeDOS)
Hi
I'm using memdisk as part of CD Shell' isolinux. I've created custom floppy
disk image 8440kB size. I've put FreeDOS kernel and bootsector into the
floppy. Boot process goes fine with this command:
isolinux /boot/memdisk initrd=/ximg/fdos.img c=60 h=8 s=36 floppy
The problems begin when I try to run...
2008 Jul 13
2
question regarding pxeboot (kernel memdisk)
Hi guys,
This may be a stupid question...
I was trying to get a machine to boot with PXE. Everything supportive
is setup, the DNS/DHCP works fine, TFTP is also handing over
pxelinux.0 and config files correctly.
The problem happens at:
label xxx
kernel memdisk
initrd blabla
My machine would report "cannot find kernel: memdisk". When doing a
tcpdump, I found the machine actually is sending requests for
"memdisk", "memdisk.c" memdisk.* to the tftp server - of coz, I don't
have them.
A bit more information, I am trying...
2014 Jul 08
3
Possible memdisk issue
I'm having trouble getting memdisk 6.03pre18 to boot large floppies and
wondering whether I'm doing something incorrectly.
1) Download http://www.fdos.org/bootdisks/autogen/FDOEM.144.gz
2) gunzip FDOEM.144.gz
3) newmkfloppyimg.sh 8 FDOEM144.img fdoem_8mb.img
4) newmkfloppyimg.sh 9 FDOEM144.img fdoem_9mb.img
5) Use following px...
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
Good day to all,
Gert Hulselmans requested a feature for MDISKCHK.COM that would function
roughly like GETARGS.COM[1] by Murali Krishnan Ganapathy: DOS SET
command output for MEMDISK kernel arguments passed by previous
boot-loaders. He also needed to support the case for
MEMDISK-in-a-MEMDISK type situations, where all MEMDISK kernel arguments
could be gathered together and output as a list of DOS SET commands.
One way to search for "outer" MEMDISKs is via mBFT an...
2007 Jan 29
5
memdisk 3.35 + ghost problem
HI:
i just trying memdisk that comes with syslinux 3.35. i try to load
a dos image,
which contains ghost verison 8.3 and ghost version 11.
both version of ghost hangs when start-up.
memdisk that comes with 3.40 pre is ok. and many earlier versions is ok too.
i try some parameter like "safeint","raw". b...
2011 Aug 10
2
memdisk - grub2
I've been trying to use memdisk with grub2 to boot some iso images -( I've done this without any
problem with pxe )
There is a memdisk.mod in /boot/grub/ and I've seen some material talking about this, but no example
of a menu.
After trying countless permutations - Right now I have :
menuentry "Memtest-Plus 4....
2017 Feb 06
1
memdisk load failure on HP DL360g9
On Thu, Feb 2, 2017 at 1:26 PM, Ady Ady via Syslinux <syslinux at zytor.com>
wrote:
>
> > Hi all,
> >
> > I have observed a problem where, under legacy BIOS booting mode on the
> > DL360g9, memdisk fails to execute. The same mechanism works fine on the
> > DL360g8. The system displays the below on the console and ceases to
> > respond and must be power cycled. Updating the firmware didn't help.
> > There didn't appear to be any similar issues on the mailing list u...
2009 Aug 01
10
PXE + memdisk booting problems
...erver running
http://www.kernel.org/pub/software/network/tftp/
* I have Samba installed and a DNS Server is running
My dhcpd.conf looks like the following:
PXE relevant things:
DHCPD_PXE_3_NAME = test
DHCPD_PXE_3_ACTIVE = yes
DHCPD_PXE_3_KERNEL = unattended/memdisk
DHCPD_PXE_3_INITRD =
DHCPD_PXE_3_ROOT =
DHCPD_PXE_3_APPEND = initrd=unattended/undis3c.imz
The file "Default" (I think it is the syslinux.cfg file) looks like
the following:
#
# Do not edit this file, edit /etc/config.d/dhcpd
# Creation date: Fri Jul 31 21:24:...
2010 Apr 10
6
Bug-report: Memdisk regression for XMGR DOS memory manager
For the boot floppy at http://superkeen.com/peacecorpsfiles/FUZOMA14.IMG
using memdisk from syslinux version 3.72 boots correctly, but for
memdisk versions newer than 3.72 (I tested 3.73, 3.75, 3.85, and 3.86)
all hang at boot with the following message:
Loading boot sector... booting
FreeDOS kernel - SVN (build 2039 OEM:0xfd [compiled Oct 2 2009])
Kernel compatibility 6.22 - BORLAN...
2004 Jan 16
3
unloading memdisk
Hi Peter,
I'm using isolinux and memdisk to create a multiboot rescue cd for
personal use as described on Bart's page (www.nu2.nu). One boot item
is to boot DOS 7.1 from Win98SE with a lot of other staff for emergencies.
This DOS bootimage puts all necessary stuff into it's own ramdisk (XMSDSK).
Some progs on the ramdisk needs acc...