#2.04 Startup
Since a few week`s I have a problem with booting-up my 2.04 OS which
drives me crazy. When I switch – on my A2000 first thing I get the
requester "Please insert ENV in any drive", after cancel the system
continuse to boot. Then after a while I`m asked to select a "KEYMAP" from
Extras – Disk which I did long time ago and after the system knows what
keymap I use. But since a few weeks the stupid machine ask`s me every time
I switch`m on. I trie`d everything I could think of, get "SETMAP" in C,
WBSTARTUP and SYSTEM directories. To make sure I put "SETMAP d" in to my
"Startup-sequence" without any sucsess.
BindDrivers
Failat 25
Mount VD0:
c:setpatch >NIL:
c:version >NIL:
setmap d
makedir VD0:T
makedir VD0:clipboards
makedir VD0:ENV
makedir VD0:ENV/SYS
assign ENV: VD0:ENV
assign T: VD0:T
assign CLIPS: VD0:clipboards
copy >NIL: ENVARC VD0:ENV all quiet noreq
DHOpts CNC:0/10/640/240/Horst-WShell/CLOSE PIP: MENU S:CNC-Menus
Mount PATH: from DEVS:path-mountlist
addbuffers >NIL: df0: 30
addbuffers >NIL: df1: 30
addbuffers >NIL: df2: 30
Assign TXT: FH0:BT-II/Text
Resident >NIL: C:Execute PURE ADD
Makedir VD0:Downloads
assign Downloads: VD0:Downloads
Makedir VD0:Telefaxe
assign Telefaxe: VD0:Telefaxe
if exists sys:Monitors
join >NIL: sys:monitors/~(#?.info) as t:mon-start
execute t:mon-start
delete >NIL: t:mon-start
endif
setenv Workbench $Workbench
setenv Kickstart $Kickstart
IPrefs
echo "Amiga Release 2. Kickstart $Kickstart, Workbench $Workbench"
conclip
mount speak:
mount aux:
mount pipe:
path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup
addif exists sys:tools
path sys:tools add
if exists sys:tools/commodities
path sys:tools/commodities add
endif
endif
; If this is the initial boot (i.e. keyboard env variable is not set)
; then execute PickMap which will query for a keymap and set the
; keyboard env variable.
;
; if keyboard env variable is set, set the keymap
if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
setmap ${sys/keyboard}
<continued>