Displaying 1 result from an estimated 1 matches for "myimagemntpoint".
2008 Nov 11
3
Syslinux 3.70 - BSS DOS boot says: "Could not find kernel Image: linux".
...ile in Win98SE-DOS
I tried the following (what am I doing wrong??):
mkdiskimage testImage 60 16 63
(-F was grumbling about not enough clusters even though i set fat_bits=16 in mtools.conf - for some reason..)
losetup -o 32256 /dev/loop0 testImage
mount /dev/loop0 /mnt
cp -R /dosImageMountPoint/* /MyImageMntPoint/
dd if=~/Winb98SE.IMA of=dos.bss count=1 bs=512
cp dos.bss /MyImageMntPoint/
cp syslinux.cfg /MyImageMntPoint/
cat syslinux.cfg
LABEL PCDOS/Ghost Boot - Console Connect
SAY Loading: DOS Boot Loader.....
TIMEOUT 100
BSS dos.bss
(TIMEOUT doesn't seem to be working.. I get:
&qu...