CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > MetalWorking Machines > Bridgeport and Hardinge Mills


Bridgeport and Hardinge Mills Discuss Bridgeport and Hardinge Mills here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 08-15-2009, 08:20 PM
 
Join Date: Feb 2005
Location: USA
Posts: 152
Gncc50 is on a distinguished road
Need some Dos help... I think

I recently purchased a PowerPath 15. It had the old motherboard and hard drive. I installed a new backplane and mother board. I also got a disk on a module from EMI with the updated software installed. I ran auto detect in CMOS setup and it detected the new hard drive. I made sure it was booting to the floppy first and then the hard drive.

Now my problem, when it boots I get "operating system missing". I put in the boot disk I received with the DOM and it boots to A:, I then can navigate
to c: drive and I see that dos is there and the powerpath directory is also there. I can go to the powerpath directory and execute the EZ.bat file and the machine control software comes on and I can home the machine,and access the control.

I googled it and tried fdisk/mbr to recover the master boot record. That didn't seem to help either. Should I format the DOM and reinstall dos and the powerpath software or is there an easier fix??
Reply With Quote

  #2   Ban this user!
Old 08-15-2009, 08:59 PM
Karl_T's Avatar  
Join Date: Mar 2004
Location: Dassel,MN,USA
Posts: 1,318
Karl_T is on a distinguished road

This might be worth a try. the command SYS used to transfer the OS. Try SYS C: after booting from your floppy.

Karl
Reply With Quote

  #3   Ban this user!
Old 08-15-2009, 09:42 PM
 
Join Date: Feb 2005
Location: USA
Posts: 152
Gncc50 is on a distinguished road
missing operating system

As you were typing the reply I tried just what you suggested. It unfortunately didn't work. I also found after I boot from the floppy and then go to C: if I type autoexec.bat it also starts the control software. I ran scandisk and it found no problems.

The exact message I am getting is " searching for boot record from ide-ok"
"missing operating system"


ide-0 is second in my boot sequence after floppy in my cmos settings.

Thanks for your reply,

Pete
Reply With Quote

  #4   Ban this user!
Old 08-15-2009, 09:46 PM
 
Join Date: Aug 2005
Location: USA
Posts: 1,622
One of Many is on a distinguished road

I'd look into what the autoexec.bat or other *.bat file that is not quite right. It sounds like it is missing the call to load the machine software. You can keep pressing F8 repeatedly at power up while CMOS is doing its thing. Then you will see a message to run the autoexec.bat file to continue steps through the boot process.

You can use the "edit" command at the dos prompt and then go through the process to tab through to the autoexec or any other file, change as required and resave it. Then you can do an F8 at power up to step through the boot process again to see what file is either missing or called from the wrong location. directory or drive. If you see a line where it asks to process or execute a line that says "echo off" use N so what happens next will display on the screen.

You may also need a line that changes the directory if the machine software or your EZ.bat file resides elsewhere in the C drive:

C:\cd\c:\directory of *.exe or *.bat of file to load GUI

or as simple as:

C:\EZ.bat as the last line in the autoexec.bat file if EZ.bat resides in the main section of the C drive.

DC
__________________
Learn cause and effect through experience. Mastering those relationships is the "Common Sense" ability within the art of any trade.

Last edited by One of Many; 08-15-2009 at 10:12 PM.
Reply With Quote

  #5  
Old 08-15-2009, 09:58 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

If you can copy the contents of your autoexec.bat here for a look, it would be helpful.

I think you need a path command in the autoexec.bat to point to the DOS directory on C so that the computer has somewhere to go to get to the DOS command.com it needs in order to execute commands.
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 08-15-2009, 10:20 PM
 
Join Date: Feb 2005
Location: USA
Posts: 152
Gncc50 is on a distinguished road
missing operating system

If I navigate to C: then type c:\autoexec.bat then the control software comes up as it should. It seems I can't get it to look at C: or the autoexec.bat
Reply With Quote

  #7  
Old 08-15-2009, 10:29 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

The autoexec.bat only executes once after booting up. You'd need to remove the floppy from the drive and reboot before it will search drive C for autoexec.bat and config.sys.

If the autoexec.bat on C does not have a path command to point to where DOS is installed, then it will report no operating system. Thus copying autoexec.bat from a bootable floppy will not likely have the correct path to DOS, because it will have its own command.com on the bootable floppy. So you'd have to edit it a little bit, as One of Many wrote above.

If you type 'autoexec.bat', that will run the file. If you want to open it for a look, you must use
edit C:\autoexec.bat
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #8   Ban this user!
Old 08-15-2009, 10:30 PM
 
Join Date: Aug 2005
Location: USA
Posts: 1,622
One of Many is on a distinguished road

Originally Posted by Gncc50 View Post
If I navigate to C: then type c:\autoexec.bat then the control software comes up as it should. It seems I can't get it to look at C: or the autoexec.bat
Hmmm, I wonder if when you formated the DOM, if you told it to make it a system disk? This could create a boot sector, but not sure of the proper initialization of a DOM as replacing a hard disk.

If doing an F8 if it crashes before getting to the autoexec, I'd think it to be either cmos or DOM prep improper.

Here is the autoexec of an ezpath.

C:\DOS\SMARTDRV.EXE
PATH=c:\;c:\dos;c:\ezpath
ECHO on
VERIFY ON
PROMPT $P$G
cls
REM C:\EZpath\cdrivestuff\ezload c:\ezpath\cdrivestuff\bmdc.bin
REM original line above this was-- ezload bmdc.bin
cd\ezpath
ez


DC
__________________
Learn cause and effect through experience. Mastering those relationships is the "Common Sense" ability within the art of any trade.

Last edited by One of Many; 08-15-2009 at 10:58 PM.
Reply With Quote

  #9   Ban this user!
Old 08-15-2009, 10:42 PM
 
Join Date: Feb 2005
Location: USA
Posts: 152
Gncc50 is on a distinguished road
missing operating system

Ok,

Here is what is in the autoexec.bat


c:\dos\smartdrv.exe
path=c:\;c:\dos:;c:\ppath
echo off
verify on
prompt $p$g
doskey
cls
cd\ppath
ez

Thanks for your help. Pete
Reply With Quote

  #10   Ban this user!
Old 08-15-2009, 10:51 PM
 
Join Date: Feb 2005
Location: USA
Posts: 152
Gncc50 is on a distinguished road
Format of disk on module

One of many,

I purchased the dom with the updated software already loaded. I was supposed to be able to plug it in and go.

They said there might be compatibility issues with the older mother boards. I updated and used the the same model mother board that I am using in another Bridgeport machine that is also using one of their disk on a modules. It has been running several years with no problems, so I don't think it is a compatibility issue. Stuck.

Thanks again. Pete
Reply With Quote

Sponsored Links
  #11  
Old 08-15-2009, 11:02 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,825
HuFlungDung is on a distinguished road

This line contains a typo:
path=c:\;c:\dos:;c:\ppath
should be
path=c:\;c:\dos;c:\ppath

I know, picky, picky, but so is DOS

Other than that, I don't know. What files do you have in the root directory on C:?
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #12   Ban this user!
Old 08-15-2009, 11:14 PM
 
Join Date: Aug 2005
Location: USA
Posts: 1,622
One of Many is on a distinguished road

Hu,

Could be as simple as that.

Here is a copy of the config.sys, although again ezpath...

DC

device=C:\dos\HIMEM.SYS
SHELL = C:\DOS\COMMAND.COM C:\DOS /p /e:1024
FILES=50
Buffers=20
DOS=HIGH,UMB
NUMLOCK=ON
devicehigh=c:\dos\ansi.sys
__________________
Learn cause and effect through experience. Mastering those relationships is the "Common Sense" ability within the art of any trade.
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -5. The time now is 01:17 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361