Displaying 20 results from an estimated 300 matches similar to: "Menu files Re: pxegrub + memdisk + dos + undi"
2003 Sep 30
1
pxegrub + memdisk + dos + undi
I have an image of a dos floppy that loads
the undi driver from 3com and mounts an smb share.
This works great with pxelinux(from syslinux) and memdisk
I need to make it work with pxegrub so we can use menus.
(or figure out a menu system for pxelinux)
With pxegrub I use memdisk as the kernel and load the
dos image as a ramdisk.
The undi driver loads and doesn't complain but, the network
is
2004 Jan 14
0
Re: pxegrub + memdisk + dos + undi
In our testing, pxelinux and Dos UNDI is much more stable than pxegrub
with ten different nic drivers compiled in. The only thing holding us
back on using pxelinux for all of our tftp images is the lack of a menu
system. We are very close to buying a proprietary software but, I would
much rather use an open source type solution.
It should be possible to write some comboot code
2004 Jan 15
1
Re: pxegrub + memdisk + dos + undi
Hi Aaron,
i know it is not an interactive menu - but in my 'config' file i call
for a textfile to be displayed : DISPLAY menu.txt
that contains all my labels. See the first part of my 'config' :
label 0
LOCALBOOT 0
label 1
KERNEL memdisk/memdisk
APPEND initrd=images/w2k/unatt.ima
label 2
KERNEL memdisk/memdisk
APPEND
2004 Jan 15
1
Re: pxegrub + memdisk + dos + undi
sorry - i must have overlooked the part where you mentioned that.. my fault.
What software are you looking at ? Altiris maybe ?
I am, ofcourse interested in the option you are looking for.
Please keep this list updated.
Best regards,
Rijk
-----Original Message-----
From: Aaron McSorley [mailto:aaron.mcsorley at amd.com]
Sent: Thursday, January 15, 2004 4:56 PM
To: rbitter at cntnl.jnj.com
Cc:
2006 Nov 27
8
Chaining from PXELinux to some other boot loader
Hi
I am using PXELinux to boot BartPE and some other application and it works fine. There are some other Boot application which I am using 3COM MBAUTIL PXE.mnu and floppy images. I have problem chaining from pxelinux.0 to 3com pxe.0 (pxe.mnu).
Consider:
BIOS->(DHCP-TFTP)->pxelinux.0 works fine.
BIOS->(DHCP-TFTP)->3COM pxe.mnu works fine, the menu appears and I can choose a floppy
2005 Jan 31
3
Using PXE to Boot CD Images?
Is it possible to chain isolinux and memdisk over pxelinux?
If it's possible, I'd like to boot a CD Image over the network. I've
been using pxelinux to boot ltsp for years, and recently upgraded to
take advantage of memdisk for booting a DOS hd-image. Ideally I'd be
able to boot a CD-Image. Thoughts?
--
<:3)~
Michael T. Garrison Stuber
2006 Jul 21
1
load pxegrub from pxelinux
Hello
i'm working on a netboot environement with a highly configurable menu
system.
for some parts i like to use pxelinux for others pxegrub.
I can load both seperatly.
Now what i want is to have the possibility to switch from une to another.
I tried:
to load pxelinux from pxegrub:
menu.lst:
title pxelinux
root (nd)
kernel (nd)/pxelinux.0
title pxelinux2
root (nd)
kernel
2002 Apr 30
1
Re: pxegrub and memdisk
On Tue, 2002-04-30 at 15:12, Yoshinori K. Okuji wrote:
>
> Jean-Jacques pointed out a bug in GRUB and I've fixed it right now. So
> the current CVS version should work with memdisk. Could you try?
>
> Thanks,
> Okuji
hi, okuji.
that works great! thanks very much for your help. it might be worth
mentioning memdisk in the documentation because i'm sure others would
find
2006 Oct 31
0
6275104 Can''t use pxegrub to boot off e1000g on v65x
Author: szhou
Repository: /hg/zfs-crypto/gate
Revision: 47e5c553760ca02d7f7f83b1d8a08e7a5d531e54
Log message:
6275104 Can''t use pxegrub to boot off e1000g on v65x
6277640 "available" devinfo property for PCI-PCI bus node is incorrect on intlhotp-1.west system
6286065 "No ethernet found "message under Grub on Dell Precision MT system
6301048 Solaris banner missing when
2003 Nov 20
1
interested in others' pre-7 NBP experience
Dirk Haus wrote:
>What would be the syntax to call other NBPs vom
>pxelinux (and has someone already tried it with 3Com`s
>Boot Image Editor "imgedit" bootstraps)? I haven`t
>found a single word about this feature in the pre-7
>tarball.
Mr. Haus, I would very much like to know about your experience
invoking another NBP from PXELINUX.
I'm trying and failing to
2006 Aug 18
2
Universal Packet Driver
I often boot DOS using MEMDISK and 33MB HD images for remote flashing.
After my flash I need to activate the NIC and send a signal. Currently I
use different packet drivers for different NICs, but this link below looks
like a universal solution:
http://www.emboot.com/products_UniversalPacketDriver.htm
Does any thing else like this exist that is open source or freely available
and freely
2003 Oct 31
6
pxelinux+memdisk experience & problem..
hi:
i try to make some images for pxelinux+memdisk.
the version i try is 2.0.6 and 2.0.7pre5
for 2.88M floppy image, first i make a 1.44M boot floopy,
then use "winimage" to load the disk and transfer it to
2.88M format, then save the image. it seems a easy way to make
a 2.88M boot image.
for harddisk image, i use vmware to build a virtual machine
with 20M harddisk, make it boot
2006 Sep 26
3
PXE menu file problem
Hi everybody
Attached you will find a file pxe.mnu (encoded with mime). It is PXE menu file created by 3COM MBA IMGEdit.exe tool. It is very strange since:
1) When I point DHCP bootfile to this file it loads with no problem and the menu is displayed.
2) When I point DHCP bootfile to pxelinux.0 and in pxelinux.cfg I put the command "KERNEL pxe.mnu" then system hangs. I wonder why this
2006 Nov 22
2
Problem with "additional" submenus
Hello all,
First off, thanks for the great work.
I have recently added "more submenus" to a functioning advanced menu
that only had one "submenu off of the main menu before" The addition of
the new submenus has caused the main menu to not function correctly and
I have been pouring over the code for several weeks and I just cannot
see the error that I have introduced. This
2004 Apr 19
2
3Com PXE server
I posted this to the group last year, but the problem was not fixed so I
will give it another try.
I use 3Com's PXE server to deploy the Fedora Core boot disk to my clients
for an ftp install. I also have ghost boot disks, bios update disks, and a
video bios repair disk all using the 3Com PXE server. The problem is when I
try to boot a Linux kernel. With all versions of syslinux since 1.72
2008 May 07
2
Solaris / OpenSolaris
I'm having some difficulties pxe booting Solaris. So far I have tried
the mboot.c32, and the pxegrub shipped with Solaris. At first I had some
problems with blksize, but this disapeared when I changed from atftpd to
tftpd-hpa. The point at which I'm stuck now is, the kernel and
x86.microroot/x86.miniroot is loaded but then VMWare crashes. I might
try with real hardware, but I thought
2007 May 01
1
Using pxelinux mboot.c32 to multiboot Solaris
Hi All,
Now that we have multiboot capable pxelinux, thanks to mboot.c32,
I decided to try and remove pxegrub from my x86 jumpstart infrastructure
since, in theory, pxelinux can now do it all.
The problem I'm having is I'm not very sure I'm following Tim's documentation
correctly... I'm not 100% what comes after the --- and whether the Sun kernel
needs it's arguments
2007 Nov 27
1
Problem or error in syslinux used with UNDI net driver...
Hi
I use this setup with PXELINUX.
label Ghost1
menu label Ghost v11 (uni net 192.168.150.10)
kernel memdisk
append keeppxe initrd=img/gh1.zip floppy vga=1
The sw keeppxe I use to prevent destroy the pxe UNDI net driver.
The problem is similar when using ISOLINUX with the same UNDI net
driver, the driver fail to load!!!
The same will happened if I don't use the sw
2005 Jan 16
0
Shim 'library' (UNDI -> Pkt, Pkt -> IPX, etc.)
Hi all,
After my last post to this list asking about an UNDI packet driver, I
received quite a few responses - one in particular from Ilya Dedinsky
who provided me with quite a few useful shims to do this and more. I
also had a few requests from people asking me whether I found anything,
so I have done up a web page with all the shims on it in case anyone
else needs them. The page is at:
2009 Jan 21
1
Problem with Symantec's UNDI driver and PXELINUX
Hello,
We use undi_drv.exe that is provided with Symantec Ghost Enterprise.
This driver loads a UNDI PXE stack into memory. It, along with a UNDI
packet driver are bundled into a 1.44MB disk image that we use for
netbooting computer lab machines into the ghost client. This is done
with pxelinux.
This driver has been working fine for a couple years now. Recently, I
upgraded the pxelinux.0 to