Displaying 9 results from an estimated 9 matches for "desheimer".
Did you mean:
mesheimer
2004 Feb 11
2
Problem with opening a file
...Does anyone know how something like this can happen ? The comapi_open does
appear in the int22_table, and on the correct offset... but I haven't checked
the ISR yet...
BTW, I'm using VMWare 4 for testing...
C'ya,
Marc
--
Marc Haisenko
Linux Solutions
Be O.K. service group GmbH
R?desheimer Stra?e 7
D-80686 M?nchen
Tel: +49 (0)89 - 54 84 99 73
Fax: +49 (0)89 - 54 84 99 28
e-mail: haisenko at be-ok.com
http://www.be-ok.com
2004 Feb 19
1
syslinux 2.06, won't boot => kernel size pb?
Hi,
I'm currently trying to build up a booting usbstick. works fine with syslinux. However I have some troubles putting my own kernel image (bzImage) instead of that of a distribution (i.e. already compiled). The only difference I noticed is that the "pre-compiled" kernel is about 1.4M big whereas mine 1.5M. The Syslinux Homepage confirm that "this version [...] can now handle
2004 Mar 31
1
append parameter??
hi,
i am wondering about how submission of append parameters can be done.
i have the following isolinux.cfg:
---------------------------------------------------------------------
DEFAULT linux
PROMPT 1
TIMEOUT 100
LABEL linux
KERNEL vmlinuz
APPEND initrd=initrd.gz nomce quiet
----------------------------------------------------------------------
what i want to do is to tell at
2007 Jan 02
1
adding networking support in initrd
Im pxebooting target machine with vmlinuz & initrd.
Once vmlinuz loads initrd, Im calling "/bin/sh" from
linuxrc script so that I get command prompt.
But my machine is not connected to network.
# ping 192.168.25.2
connect: network is unreachable
#ifconfig -a
can not open /proc/net/dev : No such file or directory
my /proc is empty.
Please advice how to customize initrd image to
2007 Jul 10
1
not valid FAT fs
hi I'm new to this, and already havin some trouble :(
I tried to make my usb pen drive bootable with sysliux, but I got this message:
syslinux: this doesn't look like a valid FAT filesystem
But I already formatted the usb pen drive int FAT16 fs with cfdisk AND
with qtparted (in both cases I got the same message).
Anyone that could help me about this?
2008 Mar 19
1
Google Summer of Code
The SYSLINUX Project has gotten approved for the Google Summer of Code
2008. I have been collecting student project suggestions at:
http://syslinux.zytor.com/wiki/index.php/Google_Summer_of_Code_Ideas
*Please* feel free to add to this list or to help describe the ideas.
-hpa
2004 Dec 17
3
ISOLINUX users - debugging on by default?
I'm considering the suggestion which was raised before about turning the
debugging messages on by default in isolinux, or specifically, not
building the non-debugging-messages version in the standard distribution.
What do people think (especially distro maintainers?)
-hpa
2004 Sep 14
2
mounting other compressed filesystems
I would like to have two compressed ext2 filesystems on my CF card, one
for the root fs and the other smaller one to be mounted at /opt/XXX
where I can compress what is in ram after modification and write it back
to disk at regular intervals of time.
can anyone tell me how I can do this?
Thanks
2008 Jul 21
15
SYSLINUX Anatomy
Greetings,
As a Google Summer of Code student for the SYSLINUX project, I had the
chance to learn many interesting things from hpa regarding the
internals of SYSLINUX. So besides my main task of implementing ELF
modules loading & linking, I decided to put down in the wiki all the
information I found concerning SYSLINUX development.
In this regard, I have created a special category on the