Displaying 5 results from an estimated 5 matches for "dosboot".
Did you mean:
do_boot
2002 Sep 13
1
Any errors in the process for creating bootable DOS image
Hi all,
I want to create a bootable DOS 6.22 image for
pxelinux + memdisk. The following is my steps, anyone
who knows what wrong with them?
1. Create image from a bootable floppy
dd if=/dev/fd0 of=dosboot.img
dd if=/dev/fd0 of=dos.bss bs=512 count=1
mount -o loop -t msdos dosboot.img /mnt/image
cp dos.bss /mnt/image
umount /mnt/image
2. config file in pxelinux.cfg folder
LABEL dos
KERNEL memdisk
APPEND initrd=dosboot.img
The error message are:
......
Disk is flo...
2001 Mar 13
0
Whats wrong in this smbclient picture
...ENTER>
NOTE: -ed As you can see, I've never even bothered to setup a smb.conf file
smb: \> more AUTOEXEC.BAT
getting file /tmp/smbmore.1043 of size 200 as \
/tmp/smbmore.1043 (10.9 kb/s) (average 10.9 kb/s)
REM To make a DOS Boot Diskette; See the file C:\DOSBOOT\DOSBOOT.TXT
[...] snip
path C:\WINDOWS;C:\WINDOWS\COMMAND
SET BLASTER=A220 I5 D1 T2
@SET CLASSPATH=C:\PROGRA~1\PHOTOD~1.0\ADOBEC~1
As you see, I'm able to access stuff fine, But:
smb: \> put test.txt
ERRSRV - ERRaccess (The requester does not have the necessary access
rig...
2003 Apr 18
1
4.8 buildworld compilation problem: kdump
...rc/i386/usr/include/dev/firewire/@/dev/iir/iir.h:389: warning: `minor2hba' redefined^M
/usr/obj/usr/src/i386/usr/include/dev/firewire/@/dev/dpt/dpt.h:142: warning: this is the location of the previous defi
nition^M
In file included from /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/boot/dosboot/disklabe.h:392,^M
from :39:^M
/usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/boot/dosboot/cdefs.h:60: warning: `__CONCAT' redefined^M
/usr/obj/usr/src/i386/usr/include/sys/cdefs.h:66: warning: this is the location of the previous definition^M
In file included from :40:^M...
2003 Jun 30
2
Memdisk lower memory usage
...oad, and I'm trying to pxe-boot into dos and run
it. (Performing this via pxe is a necessity for a client).
I am calling memdisk and referencing the image (8.5MB uncompressed/ 4.5MB
compressed) with no special options in pxelinux.cfg/default.
label dos
kernel memdisk
append initrd=dosboot.img
I am using syslinux-2.04-1 on RH9 at the pxe server.
Is this behaviour expected? Is there anything I can do to free up more
memory? Thank you in advance for any advice you can give.
Respectfully,
Clay Cooper
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
...INUX/com32/modules/reboot.c32 /mnt/loop/boot/extlinux/
cp /tmp/memtest /mnt/loop/boot/
cp /tmp/syslinux.cfg /mnt/loop/boot/extlinux/extlinux.conf
/tmp/$SYSLINUX/extlinux/extlinux -i boot/extlinux/
cd ${RDIR}
umount /mnt/loop
kpartx -d /dev/loop/0
losetup -d /dev/loop/0
else
mkfs.msdos -v -n DOSboot /dev/mapper/0p$PART
mount /dev/mapper/0p$PART /mnt/loop/
mkdir -p /mnt/loop/boot/syslinux/
cp /tmp/$SYSLINUX/com32/menu/menu.c32 /mnt/loop/boot/syslinux/
cp /tmp/$SYSLINUX/com32/modules/reboot.c32 /mnt/loop/boot/syslinux/
cp /tmp/memtest /mnt/loop/boot/
cp /tmp/syslinux.cfg /mnt/loop/boot/sys...