Displaying 20 results from an estimated 23 matches for "copyb".
Did you mean:
copy
2014 Mar 04
2
6.03-pre6 minor building suggestions
...ted 3 times, one for
each firmware. I think they should be created only once (under the
main txt/html/ directory), just as the rest of the documentation is.
In that case, the <respective_firmware>/txt/html/ subdirectories
should not even be created.
_ The bios/dosutil/ directory contains copybs.com and eltorito.sys,
while the efi32/ and efi64/ don't, which is expected. OTOH,
mdiskchk.com is being created under the main dosutil/ directory. I
think that 'mdiskchk.com' should be created under the bios/dosutil/
subdirectory, just as copybs.com and eltorito.sys are. I am unsur...
2014 Mar 15
2
6.03-pre6 minor building suggestions
...l/ directory), just as the rest of the documentation is.
> > In that case, the <respective_firmware>/txt/html/ subdirectories
> > should not even be created.
Proper dep rules are the key. Building under only bios/ is a quick fix.
> > _ The bios/dosutil/ directory contains copybs.com and eltorito.sys,
> > while the efi32/ and efi64/ don't, which is expected. OTOH,
> > mdiskchk.com is being created under the main dosutil/ directory. I
> > think that 'mdiskchk.com' should be created under the bios/dosutil/
> > subdirectory, just as copybs....
2004 Dec 29
2
SYSLINUX 3.00-pre9 released
I have just released SYSLINUX 3.00-pre9. The only change versus
3.00-pre8 is that the MEMDISK query API now reports the boot loader ID
byte, per Bernd's suggestion.
This is a release candidate, and I plan to release it as 3.00
*tomorrow*, unless I hear back anything bad.
-hpa
2019 Apr 19
1
Question of syslinux chainloading
...o DOS, then after running syslinux, "boot dos.bs" works. ("bss
dos.bs" works too; "com32 chain.c32 boot file=dos.bs" works with a
warning about mapping; "com32 chain.c32 boot msdos7=dos.bs" do not work.)
The dos.bs file is saved by HxD. I tried to get one by copybs.com, but
failed with the message:"Error:Filesystem not found on disk" (missing a
Blank after "File"). Maybe it only supports floppy disk.
So basically the problem is solved, although I think there are some bugs
or improvements in the copybs and boot sector handling (I thought...
2002 Dec 24
1
Build problems in syslinux 2.00
...t the ls command showed some files were not built because
there are old versions in the tarball.
I tried 'make clean all' but still I have old files:
ls -ltr kwdhash.gen version.gen ldlinux.bss ldlinux.sys ldlinux.bin pxelinux.0 mbr.bin isolinux.bin isolinux-debug.bin syslinux.com syslinux copybs.com gethostip mkdiskimage memdisk/memdisk
-rw-rw-r-- 1 1026 1026 63 Oct 26 03:16 version.gen
-rw-rw-r-- 1 1026 1026 1053 Oct 26 03:16 kwdhash.gen
-rw-rw-r-- 1 1026 1026 7836 Oct 26 03:16 ldlinux.sys
-rw-rw-r-- 1 1026 1026 512 Oct 26 03...
2003 Jul 21
1
Getting vmlinux & initrd.gz file
...M
which cannot boot from CD-ROM. Apparenty Gentoo doesn't
have a boot disk making utility. It's said that I must use
tomsrbt or a slackware boot disk but I have none of those.
& someone on Gentoo mailing list pointed out that I should try
syslinux, Ok, downloaded that, done
the steps:
copybs a: a:dos.bss
and
syslinux a:
but when I did this:
copy vmlinux a:
copy initrd.gz a:
I couldn't find the filename called vmlinux and initrd.gz
on the unzipped syslinux-2.05.zip downloaded from kernel.org
where can I get them?
thanks:)
-ROnald-
2010 Jan 19
0
[PATCH] Makefile: don't fail during make install on non mingw platforms
...a/Makefile b/Makefile
index d0f5e71..f429e8c 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ INSTALL_SBIN = extlinux/extlinux
# Things to install in /usr/lib/syslinux
INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 core/isolinux.bin \
core/isolinux-debug.bin \
- dos/syslinux.com dos/copybs.com win32/syslinux.exe \
+ dos/syslinux.com dos/copybs.com \
mbr/*.bin $(MODULES)
INSTALL_AUX_OPT = win32/syslinux.exe
--
1.6.6
2014 Mar 05
0
6.03-pre6 minor building suggestions
...h firmware. I think they should be created only once (under the
> main txt/html/ directory), just as the rest of the documentation is.
> In that case, the <respective_firmware>/txt/html/ subdirectories
> should not even be created.
>
> _ The bios/dosutil/ directory contains copybs.com and eltorito.sys,
> while the efi32/ and efi64/ don't, which is expected. OTOH,
> mdiskchk.com is being created under the main dosutil/ directory. I
> think that 'mdiskchk.com' should be created under the bios/dosutil/
> subdirectory, just as copybs.com and eltorito...
2014 Mar 15
0
6.03-pre6 minor building suggestions
...firmware, but this is not the same case, and I am guessing this is
what you mean by "proper dep rules". I wish I knew how to correct
this myself and send a patch. Hopefully someone with relevant
knowledge will be so kind to do it.
> > > _ The bios/dosutil/ directory contains copybs.com and eltorito.sys,
> > > while the efi32/ and efi64/ don't, which is expected. OTOH,
> > > mdiskchk.com is being created under the main dosutil/ directory. I
> > > think that 'mdiskchk.com' should be created under the bios/dosutil/
> > > subdirect...
2008 Jun 27
6
Last call for Syslinux 3.70
Hi all,
I have just released syslinux-3.70-pre25. Unless someone has something
big and scary that either I have managed to miss or was just stumbled
over, I'm going to release 3.70 final some time between tomorrow and Monday.
Thus, *please holler now* if there are any stop-ship problems still known...
-hpa
2003 Dec 16
2
syslinux bootsector info?
...t including this program)
I found a way around the 386-dependency for syslinux by first using another loader which gives you the choice to boot either freedos bootsector directly, or SYSlinux's bootsector.
http://www.coli.uni-sb.de/~eric/stuff/soft/specials/metakern-11oct2003.zip
SYSLINUX A:
copybs A: A:\syslinux.bin
copy /b A:\meta-all.bin + A:\metaboot.bot + A:\syslinux.bin A:\metakern.sys
SYS A: A: BOOTONLY /K METAKERN.SYS /L 0x60
(kernelname, loadaddress, and bootonly-parameter causes only bootsector to be written, not any DOS system files copied)
this presents a bootmenu:
1) FreeDOS
2...
2003 May 14
2
Booting from Harddisk
Hi,
I've made several attempts to boot syslinux from the harddisk.
I have a win 98 startdiskette with syslinux and copybs.
I strictly follow the procedure in the syslinux documentation.
Yet, the result of the boot is not that linux is starting.
Instead, the Microsoft windows screen flashes for a couple of
seconds and is then replaced by a Dos prompt.
Syslinux is V2.04. The PC is an IBM Aptiva 486 DX2
I've also t...
2012 Aug 30
3
syslinux 4.06pre11 issues
...with the experimental 4.06 NTFS branch:
* pre5 installs just fine, lacks ls.c32 and cptime.c32
* pre11: "invalid media signature" (syslinux -f -d _iso/syslinux H:)
* ls.c32 at most only displays 1 file or directory.
* cptime.c32 missing in general
* no bootsector backup tool present like COPYBS for DOS.
(FreeDOS SYS 3.8pre works: SYS H: /GETBS H:\_ISO\SYSLINUX\NTFS.BSS).
* pre5: chain.c32 doesn't work for Windows 8 BCD, not tested pre11
* bootsector chaining does work ( kernel /_iso/syslinux/ntfs.bss)
Is there any solution available to fixing 1 or more of the above items?
Should...
2019 Apr 12
2
Question of syslinux chainloading
On at 2019-04-12 11:28 +0800, Lu Wei via Syslinux wrote:
>> Regarding the MSDOS 7.1 boot files... Do you still have access to that Win98
>> system? If you do, I would suggest searching for "io.dos" and "msdos.dos".
>> These might be set as "hidden" and/or "system" (use attrib if needed), and
>> there might be some additional
2016 Aug 03
4
Install gptmbr with Windows
Does anyone know how to install the gptmbr.bin onto a USB drive with
Windows? I noticed that it would be really easy to modify the source of the
installer to install gptmbr.bin instead of mbr.bin with the -m flag, but
I'd like a solution that doesn't require me to maintain my own custom
syslinux. I'm open to writing and submitting a patch to add a new flag (say
-g) to install
2008 Oct 17
1
possible build problem with syslinux-3.72
...x/syslinux-3.72/utils'
ls -l version.gen version.h version.mk mbr/mbr.bin mbr/gptmbr.bin
core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin
gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe memdisk/memdisk
memdump/memdump.com modules/*.com com32/menu/*.c32 com32/modules/*.c32
dos/copybs.com utils/gethostip utils/isohybrid utils/mkdiskimage
mtools/syslinux linux/syslinux extlinux/extlinux
*ls: cannot access win32/syslinux.exe: No such file or directory*
-rwxr-xr-x 1 root 1026 55220 2008-10-16 19:32 com32/menu/menu.c32
2004 Aug 17
1
syslinux write intended bootsector to bootsectorfile support?
...39;m supporting 8086+ instead of 386+, so I need another bootloader (called MetaKern) before SYSLINUX. That other bootloader requires that I append bootsectors of the OSs I want to load: 1) Syslinux and 2) FreeDOS.
Currently I do:
SYSLINUX A: // write both LDLINUX.BIN and Syslinux bootsector to A:
COPYBS A: A:\SYSLINUX.BIN // obtain bootsectorfile from Syslinux bootsector
COPY /B METAKERN.BIN + SYSLINUX.BIN + FREEDOS.BIN A:\METAKERN.SYS //bootloader
SYS A: A: BOOTONLY /K METAKERN.SYS // point bootsector kernel string to menu
DEL A:\SYSLINUX.BIN //get rid of the bootsector again, it's now in Me...
2005 Jan 12
1
problem loading a dos bss
...Small Linux, INSERT and memtest86.
They are all working fine.
I have a DOS bootable CD and have been following this guy's instructions...
http://fuzzymunchkin.dyndns.org/tdot/usbkeyfob/index.php3
I used a WinXP floppy formatted with the 'make ms-dos bootdisc' option
checked and used copybs to obtain a dos.bss file from it - I have also
tried the dos.bss file on his website.
If I enter dos at the boot: prompt a '.' appears a line below and then
below that the SYSLINUX copyright information reappears and the boot:
prompt again.
Any ideas?
The syslinux.cfg file is:
DEFAU...
2005 Jan 16
0
ElTorito from Floppy (was: Re: Can I use...)
...properly. Welcome to an opensource BIOS :)
To promote a FreeDOS component a bit more:
the SYS program, also maintained by that same member, is able to transfer system files for all major DOS, and also create a GPL bootsector for it (except Win9x), and additionally it also has the abilities of the COPYBS program in Syslinux package (dump/restore bootsector)
now that I've learned that Syslinux installation files are contained in just a single binary (syslinux.exe/com), it's even easier to create multiboot systems.
a DIFF for the SBM from 'program' --> 'c32 module' is al...
2007 Feb 12
2
syslinux-3.36 and 3.35 compilation broke /dev/null
...ilable on
top Makefile and /dev/null no more exist.
Example
root:/usr/src/syslinux-3.36# cat /dev/null
root:/usr/src/syslinux-3.36# make .depend
Makefile:274: .depend: No such file or directory
rm -f .depend
for csrc in syslxmod.c gethostip.c ; do gcc -MM $csrc >> .depend ; done
for nsrc in copybs.asm extlinux.asm isolinux-debug.asm isolinux.asm
ldlinux.asm pxelinux.asm ; do nasm -O99 -DDEPEND -o `echo $nsrc | sed -e
's/\.asm/\.bin/'` -M $nsrc >> .depend ; done
make: `.depend' is up to date.
root:/usr/src/syslinux-3.36# cat /dev/null
cat: /dev/null: No such file or direct...