Displaying 20 results from an estimated 700 matches similar to: "Problem with FreeDOS ke2034_32 + PXELINUX + memdisk"
2004 Jan 26
7
Problem with FreeDOS + himem64 + PXELINUX + memdisk
(FreeDOS developers, I apologize for the redundant parts of this
message. But I want to bring the SYSLINUX folks into the discussion,
and the SourceForge mailing list archives are broken.)
Background: I have a little Sourceforge project
(http://unattended.sourceforge.net/) for which I use SYSLINUX to
provide CD-ROM and PXE boot support for my boot disk. And it works
great with MS-DOS.
However,
2009 Mar 23
1
Memdisk + Freedos problem
I and some other people have problems with running the freedos image included in
Ultimate Boot CD (UBCD), when using memdisk for floppy emulation.
Memdisk starts booting the image and freedos shows the following menu:
0 Boot Clean
1 Boot UMBPCI (silent)
2 Boot UMBPCI (optimal)
3 Boot UMBPCI (semi-defensive)
4 Boot EMM386 (optimal)
5 Boot EMM386 (semi-defensive)
6 Boot no UMB (defensive)
7 Boot
2005 Apr 27
1
floppy image issues
Hi!
sorry for the top post.
I have had some troubles in the past trying to make equipment to
boot a floppy with MS-DOS that also used ms networking to access
the network.
Particularly the Gateway GSX 500 cannot have the onboard NIC with
PXE enabled, as it eats about 92k of highmemory, which in turn
makes impossible to start Windows XP setup due to low memory.
On that particular machine I had
2003 Dec 01
1
Memdisk/XMS bug, big floppy image
>that image under B: or X: or whatever. This will allow us to cross the
>size limit of 2.88MB floppies. Ofcourse when I say "mount" I dont expect
>memdisk to mount it, just that set things up so that DOS mounts it there.
I'm using a 5MB image which emulates floppydisk.
label test
kernel data/memdisk
append initrd=data2/test.img c=80 h=8 s=18 floppy
problems are
2004 Feb 27
14
BIOS disk geometry and Linux 2.6
I am working on a Linux-based boot disk for my project
(http://unattended.sourceforge.net/), and I have hit a snag.
Under Linux 2.6, the kernel (via HDIO_GETGEO) always reports the C/H/S
geometry of an IDE drive as X/16/63. But most BIOSes want to use the
geometry Y/255/63.
Most partitioning tools (including Parted) will take clues from an
existing partition table and adapt to the BIOS values.
2007 Sep 15
2
keeppxe+memdisk+FreeDOS example?
Hi,
I'm trying to get the above working, without success so far: UNDIS.DOS
refuses to load with an invalid NDIS stack message (from memory).
keeppxe has some effect: it reduces the available conventional memory
by 140 kbytes or so... still, the packet driver doesn't seem to find
the interface. Does anybody have a working setup I could look at?
--
Thanks,
Feri.
2013 Mar 01
2
Booting an ISO with FreeDOS over PXE with memdisk
I've got $SUBJ almost working except for the DOS bit where the CD needs
to be read.
My pxe config:
label Firmware
menu label Update IPMI firmware
kernel memdisk
append keeppxe raw iso initrd=<isofile>
The ISO is about 400Mb, and works fine when I boot it from an actual
CDROM drive. It also boots fine over PXE, I can see FreeDOS being
booted up etc. The problem is - once
1999 Jul 31
0
Samba + Clipper problem!
Hi everyone,
Here is the problem:
I have a server running Red Hat 5.2 and Samba-2.0.4 as
file server for
about 20 diskless machines with MSClient boot disks (created with
NT
server SP3). The server shares a dir with a Clipper/DBF database
for
those clients and the EXE file is in a NT machine. For weeks I've
been
trying to put the things together but the clients always break
1998 May 18
1
DOS-Client with TCPIP and SAMBA
Hi there,
I have a client in a network using a samba-server that has to use MSDOS, because
some software running on it needs a clean DOS. I installed the DOS-Client for
TCPIP that is available from Microsoft V 1.0 and it works fine; the only thing
is, that it takes so much memory below 640 K, that another program also running
under DOS does not function correctly anymore. Maybe some of the
2004 May 15
1
Linux CIFS client with Samba 2.0.x or 2.2.x ?
Hi. I am experimenting with the Linux CIFS client included with Linux
2.6.6, and I am having some problems.
First, I tried to map shares from a Samba 2.0.10 server (old machine).
Is this supposed to work at all? The mount succeeds, and I can
traverse and list directories, but any attempt to open a file for
reading results in "permission denied". The Samba server logs this
message:
2003 Jan 14
1
ppmtolss16 and RedHat 8.0/perl 5.8.0
Okay, what's the deal? How come ppmtolss16 always terminates with
"Premature EOF"?
A previous poster said he fixed it by using a different conversion
routine, but that doesn't help me at all. In fact, it appears to me the
problem is with perl 5.8, not the file. Characters vs. bytes? Another
poster said adding "use bytes" to ppmtolss16 fixed the error. That may
2003 Jun 20
4
PXELINUX keeppxe mem footprint
Hi,
I want to use PXELINUX to load a DOS disk image which I currently use for
Win2K/XP unattended installs. I want to move away from reliance on specific
NDIS2 drivers and use the 3Com UNDIS3C driver instead. I have used this
successfully to start the MSClient, but the problem is that the UNDI and PXE
layer take about 90K of base memory, which means that WINNT.EXE has
insufficent memory to run
2002 Nov 27
5
multi OS bootable CD, ISOLinux, ERD Commander problem
Hello all, I plan to make an (emergency) multi OS bootable CD which
contain:
- Win98 boot floppy (create from Win 98 control panel, add remove
program)
- WinME boot floppy (create from Win 98 control panel, add remove
program)
- Linux boot disk
- Win NT boot disk
- Win 2000 recovery console
- Win XP recovery console
- Winternal Administrative Pak (ERD Commander etc)
I am new to Linux and feel
2016 Dec 23
2
struct bitfield regression between 3.6 and 3.9 (using -O0)
Given that this is compiled with -O0, would there a way to skip the
Optimization of the Type-legalized selection DAG? It's fine until it
optimizes the Type-legalized selection DAG into the Optimized
Type-legalized selection DAG.
Phil
On Thu, Dec 22, 2016 at 10:29 AM, Friedman, Eli <efriedma at codeaurora.org>
wrote:
> On 12/21/2016 4:45 PM, Phil Tomson via llvm-dev wrote:
>
>
2016 Dec 22
2
struct bitfield regression between 3.6 and 3.9 (using -O0)
Here's our testcase:
#include <stdio.h>
struct flags {
unsigned frog: 1;
unsigned foo : 1;
unsigned bar : 1;
unsigned bat : 1;
unsigned baz : 1;
unsigned bam : 1;
};
int main() {
struct flags flags;
flags.bar = 1;
flags.foo = 1;
if (flags.foo == 1) {
printf("Pass\n");
return 0;
} else {
2020 Apr 15
2
CTDB and locking issues reloaded
Hi there,
I'm following your list for several months, as we run a CTDB cluster of
Samba gateways over our distributed filesystem. I decided to post my
first message to resume an old thread
(https://lists.samba.org/archive/samba/2016-October/204043.html), hoping
to progress and reach some conclusion.
Essentially, we observe and can reproduce issues when attempting to lock
a given file
2010 Jul 11
2
[PATCH 1/2] JBD2: Allow feature checks before journal recovery
Before we start accessing a huge (> 16 TiB) OCFS2 volume, we need to
confirm that its journal supports 64-bit offsets. So we need to check
the journal's feature bits before recovering the journal.
This is not possible with JBD2 at present, because the journal
superblock (where the feature bits reside) is not loaded from disk until
the journal is recovered.
This patch loads the journal
2011 Jan 24
0
[PATCH] disklib: Detect "FreeDOS (eXtended FDisk)" MBR
Add detection code for "FreeDOS (eXtended FDisk)" MBR to disklib.
Signed-off-by: Gert Hulselmans <gerth at zytor.com>
---
com32/gpllib/disk/mbrs.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/com32/gpllib/disk/mbrs.c b/com32/gpllib/disk/mbrs.c
index 37309e1..6150fcf 100644
--- a/com32/gpllib/disk/mbrs.c
+++ b/com32/gpllib/disk/mbrs.c
@@ -27,7 +27,6
2006 Sep 04
1
IPAPPEND with memdisk / freedos (odin)
Hi all :)
that's my first post, he =) I need some help about having the IPAPPEND 3 in
my freedos (odin) environnement after a PXE boot using PXELinux / Memdisk...
i've been searching for few hours now, but didn't found anything..
Is there a way to get that done ?
Thanks in advance
J?r?mie 'ahFeel' BORDIER
2006 Feb 15
0
Freedos mount/boot Linux ISO's
Hello:
I read the archive posting for September 2005, http://syslinux.zytor.com/archives/2005-September/005809.html, where you stated that you have a freedos diskette that allows you to download and run an iso like it was a cd in a drive. I am in need of the ability to have a freedos bootable cd that contains other Linux ISO's that I could mount and boot to. In your experience with