I tried to create a boot-dvd with a bootable floppy-image described in the pinned topic of this forum.
Here are my files:
cdshell.ini
CODE
...
isolinux /boot/modules/memdisk initrd="/utils/img/floppy.ima run=$abteilung ip=$ip host=$hostname termVar=$termVar
...
isolinux /boot/modules/memdisk initrd="/utils/img/floppy.ima run=$abteilung ip=$ip host=$hostname termVar=$termVar
...
Cmdline.bat
CODE
set run=%6
set ip=%8
set host=%10
set termVar=%12
set ip=%8
set host=%10
set termVar=%12
autoexec.bat
CODE
...
:printUNATTENDEDTXT
echo [Data] > a:\unattended.txt
echo AutoPartition=1 > a:\unattended.txt
...
:install
%CDROM%:\setup\xp\I386\WINNT32.EXE /unattend0a:\unattended.txt
:printUNATTENDEDTXT
echo [Data] > a:\unattended.txt
echo AutoPartition=1 > a:\unattended.txt
...
:install
%CDROM%:\setup\xp\I386\WINNT32.EXE /unattend0a:\unattended.txt
DVD-Layout:
CODE
|--boot
|-- modules
|-- memdisk
|-- isolinux.csm
|-- isolinux
|-- memdisk
|-- modules
|-- memdisk
|-- isolinux.csm
|-- isolinux
|-- memdisk
Now my problem:
When I typed in all the information needed the cdshell boots from floppy.ima
But the following messages appear:
CODE
ISOLINUX 2.11 08/18/2004
Copyright (C) 1994-2004 H. Peter Anvin
isolinux: Starting up, DL=9F
isolinux: Loaded spec packet OK, drive = 9F
isolinux: Root directory at LBA = 0000001C
isolinux: About to load config file...
Loading /boot/modules/memdisk...
Loading /utils/img/floppy.ima.................
Ready.
MEMDISK 2.11 2004-08-16 Copyright 2001-2003 H. Peter Anvin
e820: 0000000000000000 000000000009e800 1
e820: 000000000009e800 0000000000001800 2
...
e820: 00000000FFFE0000 0000000000020000 2
Ramdisk at 0x07a40000, length 0x00168000
command line: BOOT_IMAGE=/boot/modules/memdisk initrd=/utils/img/floppy.ima run=Leistungen ip=192.168.11.83 host=test termVar=1
Disk is floppy, 1440 K, C/H/S = 80/2/18
Total size needed = 1655 bytes, allocating 2K
Old dos memory at 0x9e800 (map says 0x9e800), loading at 0x9e000
1588: 0xffff 15E801: 0x3c00 0x06a4
INT 13 08: Success, count = 3, BPT = 9e80:03c4
old: int13 = ec6a40bd int15 = 9e80027c
new: int13 = 9e000008 int15 = 9e00027c
Loading boot sector... booting...
Datenträger entfernen
Neustart: Taste drücken
Copyright (C) 1994-2004 H. Peter Anvin
isolinux: Starting up, DL=9F
isolinux: Loaded spec packet OK, drive = 9F
isolinux: Root directory at LBA = 0000001C
isolinux: About to load config file...
Loading /boot/modules/memdisk...
Loading /utils/img/floppy.ima.................
Ready.
MEMDISK 2.11 2004-08-16 Copyright 2001-2003 H. Peter Anvin
e820: 0000000000000000 000000000009e800 1
e820: 000000000009e800 0000000000001800 2
...
e820: 00000000FFFE0000 0000000000020000 2
Ramdisk at 0x07a40000, length 0x00168000
command line: BOOT_IMAGE=/boot/modules/memdisk initrd=/utils/img/floppy.ima run=Leistungen ip=192.168.11.83 host=test termVar=1
Disk is floppy, 1440 K, C/H/S = 80/2/18
Total size needed = 1655 bytes, allocating 2K
Old dos memory at 0x9e800 (map says 0x9e800), loading at 0x9e000
1588: 0xffff 15E801: 0x3c00 0x06a4
INT 13 08: Success, count = 3, BPT = 9e80:03c4
old: int13 = ec6a40bd int15 = 9e80027c
new: int13 = 9e000008 int15 = 9e00027c
Loading boot sector... booting...
Datenträger entfernen
Neustart: Taste drücken
What is the reason for this message. Where is my failure?
Thanks
Björn