Displaying 20 results from an estimated 200 matches similar to: "menu.c32 error "Windows is bypassing your startupfiles""
2006 Feb 09
1
menu.c32 error "Windows is bypassing your startup files"
Hey,
Firstly i like to say good work on your project, I love the ability to use
PXE to ghost all my machines without the use of floppy disks.
Now i managed to setup PXE correctly using a copy of Barts Boot Disk's with
ModBOOT and modified it to meet our company needs. This works perfect and i
can ghost not a problem using the standard loader prompt
boot:
and inserting text depending on
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
Hi,
I am having some problem with LOCALBOOT and menu.c32
This is my isolinux.cfg:
-------------------------------------------
default menu.c32
timeout 50
prompt 0
ontimeout local
menu title "TITLE"
label livecd
menu default
manu label "LiveCD"
kernel gentoo
append initrd=initrd.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/ livecd.squashfs
2005 Aug 22
4
Usin ISO Linux & Memdisk to create a Viritual Floppy drive that Linux & Windows can load driver disk from.
Hi,
It is becoming a bad habit for big OEM vendors to sell computers & servers without floppy drives.
Unfortunatly both Windows and Linux (RedHat) need a floppy drive to load storage drivers etc. during installation.
This is what I was thinking:
Use ISOLINUX and MEMDISK to load a floppy image of a driver disk into memory as a viritual floppy drive "A:"/"/dev/fda" And then
2005 Sep 02
3
MEMDISK - floppy=1 Outputs: Disk is hard disk, 1440 K, C/H/S = 80/20/18
Hi,
I am trying to load an disk image as Floppy=1, og B: using ISOLINUX.
My Config file reads:
------- Begining Of File -------
KERNEL MEMDISK
APPEND raw floppy=1 initrd=CERC6.IMG
------- End Of File ------------
--- MEMDISK Output Snip ------
Ramdisk at 0x03b58000, length 0x00168000
command line: initrd=CERC6.IMG raw floppy=1 BOOT_IMAGE=MEMDISK
Disk is hard disk, 1440 K, C/H/S =
2008 Jul 25
1
OFF TOPIC: Chainloading CD-ROM boot after ISOLINUX + MEMDISK.
Hi,
This is off topic for this list, but someone on this list may be able to point me in the right direction.
For a couple of years I have been using ISOLINUX + MEMDISK and Smart Boot Manager to chainload a CD-ROM boot after loading a floppy image into RAM with MEMDISK.
My problem now is that Smart Boot Manager does not support/detect SATA optical drives used in new hardware.
Does anyonw
2005 Sep 01
2
menu.c32 - Just loads the menu.c32 over and over.
Hi,
I am trying to use the Simple Menu system for SYSLINUX/ISOLINUX, but it fails to work.
The menu apper, I can select menu entries, but pressing "ENTER" just takes me back to start. It seem like menu.c32 just reloads.
Pressing Space does almost the same, exept the selected item is the one on the bottom instead of the top.
By pressing ESC and getting back to command line, I am able
2004 Jan 20
4
Bug-report: Booting DOS images from USB
Hi,
I'm doing a small hobby project writing some tools to put DOS boot images
and Linux rescue images on a USB stick.
For this I have partitioned my USB stick in 2 partitions, one 192MB
partition with a VFAT filesystem (for the normal use) and a second
partition with an ext3 filesystem.
My aim was to provide a graphical menu (grub) to access the different
images using memdisk. Since
2009 Jan 19
2
Error on xm create: VmError: (38, ''Function not implemented'')
Hi everyone,
I generated my own DomU guest using opensuse''s yast dirinstall and stored it
on a seperate iscsi target. I created it as a DomU on my Domain0
(2.6.25.16-0.1-xen kernel) successfully, using the following configuration:
name = "vm01-opensuse11-base-LAMP"
memory = 256
kernel = "/boot/vmlinuz-xen"
ramdisk = "/boot/initrd-xen"
root =
2007 Sep 13
1
Bypassing firewall alternatives
Hi
I am experiencing a problem of bypassing firewalls.
I know that "ssh -R" can forward ports from remote server to local ports.
But it requires an account of the remote server, which seems to be a
security hole.
I am looking for other programs which can do so, any suggestions?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Nov 15
1
bypassing qdisc for some traffic
Hello everybody.
I would like to enable QoS on the internal firewall NIC
(eth2) to prevent bandwidth saturation from ftp downloads
(for example). This is my firewall schema.
___ private network (100bit/s FD)
/
/ /\
| / //\\
|/ ||
|eth2 \\
|
2004 Jun 17
0
Bypassing Loopback
Is it possible to setup a route that will place the packet ''on the wire''
even if the destination is a local IP? I have been through the iproute2
docs and nothing jumps out at me. I am working on a project measuring
network latency/jitter/etc and am currently using a GRE tunnel as the test
path for measuring the first leg. The router at the other end of the tunnel
faithfully
2008 Mar 16
0
bypassing verify_authenticity_token before_filter when in facebook
Hi list,
Not sure if this is helpful for anyone but I am working on a Facebook
project where I need bypass the new CSRF protection (built into Rails
2.0) under certain conditions. However, since my project works
outside of Facebook I don?t want to disable the CSRF protection from
requests made outside of Facebook.
Here is a small extension i wrote for the ForgeryProtection module.
2012 Jan 14
0
iptable rule for bypassing netfilter queue for a matching address.
I have two iptable rules for userspace modification :
iptable -t mangle -A PREROUTING -p udp --dport 9090 -j NFQUEUE
iptable -t mangle -A OUTPUT -p udp --sport 9090 -j NFQUEUE
I have the following network setup:
client ---------------->Linux Box or router--------------------->server. What i'm trying to achieve is modifying all packets which comes from client to 9090 port of the
2000 Aug 01
1
RSA authentication bypassing /etc/nologin
Hello everyone,
I noticed recently that when I had /etc/nologin in place on my
server I couldn't log in when I authenticated via passwords, but when I used
RSA authentication I was able to log in no problem. I looked through the
source, and I think I might see where the problem is. I have a Linux system,
so sshd was compiled with PAM support. Using normal authentication, the
pam_nologin
2010 Mar 12
1
Setting up RTP to flow between endpoints directly bypassing Asterisk
Hello,
http://www.voip-info.org/wiki/view/Asterisk+Letting+SIP+clients+connect+directly
The link above indicates that it is possible to setup RTP streams to
directly flow between endpoints and completely bypass Asterisk. I would
like to know if this configuration would work when,
a) both endpoints are behind NAT, and/or
b) both endpoints don't support same codecs
with media flowing
2019 May 22
2
Bypassing 'A stop job is running' when rebooting CentOS 7
I'm currently trying to reboot a CentOS 7.5 workstation (to complete an
upgrade to 7.6), but it is 'stuck' while shutting down with 'A stop job
is running for ...' - the counter initially gave a limit of '1min 30s' -
but each time it reaches that limit, it just adds on ~90 seconds to the
limit ...
Currently the limit is '25min 33s'
I'm in no hurry to
2019 May 22
0
Bypassing 'A stop job is running' when rebooting CentOS 7
James Pearson wrote:
>
> I'm currently trying to reboot a CentOS 7.5 workstation (to complete an
> upgrade to 7.6), but it is 'stuck' while shutting down with 'A stop job
> is running for ...' - the counter initially gave a limit of '1min 30s' -
> but each time it reaches that limit, it just adds on ~90 seconds to the
> limit ...
>
> Currently
2019 May 22
0
Bypassing 'A stop job is running' when rebooting CentOS 7
On Wed, May 22, 2019 at 7:44 AM mark <m.roth at 5-cent.us> wrote:
>
> The joys of systemd....
I'm not sure it's right to blame systemd. Systemd asked nicely for
the service to shutdown. The service didn't, probably because the
update change something and pulled the rug out from beneath it.
Systemd then waited a bit to make sure the service wasn't just being
slow, and
2019 May 22
0
Bypassing 'A stop job is running' when rebooting CentOS 7
On Wed, May 22, 2019 at 03:41:24PM -0400, Jon LaBadie wrote:
> On Wed, May 22, 2019 at 09:07:32AM -0600, James Szinger wrote:
> > On Wed, May 22, 2019 at 7:44 AM mark <m.roth at 5-cent.us> wrote:
> > >
> > > The joys of systemd....
> >
> > I'm not sure it's right to blame systemd. Systemd asked nicely for
> > the service to shutdown.
2007 Mar 14
0
[Bug 554] New: Packet illegaly bypassing SNAT
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=554
Summary: Packet illegaly bypassing SNAT
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: NAT
AssignedTo: laforge@netfilter.org
ReportedBy: