Displaying 20 results from an estimated 500 matches similar to: "Problem with opening a file"
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
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
2004 Jan 21
2
[Fwd: Re: Comboot Menu]
Thanks for the comment. The next pass for a file format ...
------ FILE BEGINS -----
# Comment lines
[menu]
item="text to display"
status="status line text"
action= SUBMENU | INACTIVE | whatever
submenu= <number>
data="arbitrary string"
item="text to display"
status="status line text"
action= SUBMENU | INACTIVE | RUN | EXIT
submenu=
2008 Nov 03
1
[PATCH 1/1] COMBOOT: add get config file full name
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add get config full file name to SYSLINUX
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
Returns the full configuration file name. Int 22h AX 001Eh for now as
it appears that the COMBOOT API is designed to be strictly sequential.
The API gets extended but only implemented (for now) for SYSLINUX in
ldlinux.asm.
2005 Jan 23
5
Minimizing linux
anybody knows how to make a certain linux distro small?
Ma. Kharisma V. Esguerra
System Engineer I
Epson Precision (Philippines), Inc. - Cebu Office
Module 7A, e-Office, Asiatown I.T. Park,
Apas, Cebu City, 6000 Philippines
Tel. Nos. (+63 32) 412-7511 to 13
Fax No. (+63 32) 412-7514
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?
2004 Feb 03
0
COMBoot questions
Hi folks,
I'd like to write a graphical menu for a rescue Linux system I'm currently
working on in my spare time. I'm experimenting with VESA for this... but my
real questions are:
How do I boot a Linux kernel from a COMBoot (.cbt) program ?
Supposed I have syslinux.cfg that looks like this:
DEFAULT menu
LABEL menu
KERNEL menu.cbt
LABEL linux
KERNEL kernel.bzi
Do I have to use
2012 Sep 06
1
[PATCH] comboot: add comapi_chainboot to int22_table
This is missing since "shuffler: comboot interface to the new shuffler".
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
---
core/comboot.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/core/comboot.inc b/core/comboot.inc
index d6f670c..ef69c49 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -950,7 +950,7 @@ int22_table:
dw
2003 Oct 21
0
Disk image using SYSLINUX mini-HowTo
Hi folks,
I'm the creator and maintainer of a small "embedded" Linux distribution.
We're currently developing a VPN solution and using SYSLINUX for booting. And
yes, we'll play fair and provide all sources/patches to GPL'ed software when
our product gets released :-)
Anyway, while creating our product I had the idea of using disk-images to
speed up the
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
2005 Mar 21
1
Help with Syslinux2.11
Im trying to get syslinux to let me boot feather linux from my USB drive.
But I don't understand what im being asked to do in the instructions. I need
help, thank you.
Ricky
2005 Jul 07
1
MS-DOS Magic ?
Hi all,
I've tried and retried to make some USB sticks bootable. I started by
making one partition, labeling it FAT16, copying a kernel, an initrd and
a very simple syslinux.cfg file. I ran syslinux /dev/sda1 on it.
Didn't boot. I tried placing on it the mbr.bin file ('cat mbr.bin >
/dev/sda') but still no boot. Then I tried various combinations of
these two. Labeling
2008 Nov 10
2
[PATCH 1/1] COMBOOT API: Add get current working directory call to most
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add get current working directory call to most
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
Adds an API call to obtain the current working directory. EXTLINUX
will not return the correct value yet however SYSLINUX, ISOLINUX, and
PXELINUX will return the correct value. For the moment, EXTLINUX will
ONLY return
2009 Feb 08
1
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT; Try 2
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add calls for directory functions; Implement most only
for FAT (SYSLINUX).
Uses INT 22h AX= 001Fh, 0020h, 0021h and 0022h to prepare for the
COM32 C functions getcwd(), opendir(), readdir(), and closedir(),
respectively. INT22h, AX=001Fh will return a valid value for all
variants. INT22h, AX= 0020h, 0021h, and 0022h are only
2008 Dec 04
2
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT
From: Gene Cumm <gene.cumm at gmail.com>
COMBOOT API: Add calls for directory functions; Implement most only
for FAT (SYSLINUX).
Uses INT 22h AX= 001Eh, 001Fh, 0020h and 0021h to prepare for the
COM32 C functions getcwd(), opendir(), readdir(), and closedir(),
respectively. INT22h, AX=001Eh will return a valid value for all
variants. INT22h, AX= 001Fh, 0020h, and 0021h are only
2004 Nov 12
2
Boot from CD -> system + data on USB storage
Hi,
I am looking for a solution to boot MY system on any PC.
To store most of the system and all of my data I want to use an USB
storage (in my case an external USB harddisk (2.0 capable)).
Since booting off an USB device is not an universal thing I would prefer
to have a boot disk with a minimal system - just enough to load most
(all?) of the system from the attached USB device.
Is this an
2012 Sep 04
3
INT22h/000Dh
Hi,
I would like to use INT22h, function 000Dh, but I found that it is
disabled in vector table:
in core/comboot.inc:
int22_table:
[...]
dw comapi_err ; 000D clean up then bootstrap
[...]
The code of this function is present in this file (comapi_chainboot).
Why this function is disabled?
Regards
Piotr Romaniuk
PS
I am using syslinux-4.04.