Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.comp.hardware
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-20-2006, 08:11 AM
meow2222@care2.com
Guest
 
Posts: n/a
Default Boots to ^@ ??

Hi


Reparing a PC after an attack by viri, sploit & trojan. Have wiped the
hdd good and proper, and now it appears to boot into dos (from floppy)
ok until the last bit, when it does all it should, but then adds ^@ or
sometimes ^@^@ on the command line, as if it had been user typed. There
is no keyboard response at all, have tried swapping kbds.

Any clues welcome!


thanks,
NT


Reply With Quote
  #2 (permalink)  
Old 11-20-2006, 09:19 AM
Rod Speed
Guest
 
Posts: n/a
Default Re: Boots to ^@ ??

meow2222@care2.com wrote:

> Reparing a PC after an attack by viri, sploit & trojan.


You sure it was actually attacked and it wasnt just a hardware problem ?

> Have wiped the hdd good and proper, and now it appears to boot into dos
> (from floppy) ok until the last bit, when it does all it should, but then adds
> ^@ or sometimes ^@^@ on the command line, as if it had been user typed.
> There is no keyboard response at all, have tried swapping kbds.


What happens if you boot that floppy in another system ?

What happens if you boot a Bart PE or Knoppix CD or XP CD in that system ?

> Any clues welcome!




Reply With Quote
  #3 (permalink)  
Old 11-20-2006, 01:45 PM
Richard Brooks
Guest
 
Posts: n/a
Default Re: Boots to ^@ ??

meow2222@care2.com said the following on 20/11/06 08:11:
> Hi
>
>
> Reparing a PC after an attack by viri, sploit & trojan. Have wiped the
> hdd good and proper, and now it appears to boot into dos (from floppy)
> ok until the last bit, when it does all it should, but then adds ^@ or
> sometimes ^@^@ on the command line, as if it had been user typed. There
> is no keyboard response at all, have tried swapping kbds.
>
> Any clues welcome!
>
>
> thanks,
> NT


IIRC, the ^@ is zero which is a marker for file terminator so it's just
displaying to screen what is not normally shown but happens anyway.

See table;
http://www.csgnetwork.com/asciiset.html

Normally, your floppy rescue disk should temporarily install a small
translation file so that everything looks as it should.

The [COMMON] section at the end of my config.sys file on the floppy has
the following;

[COMMON]
files=10
buffers=10
dos=high,umb
stacks=9,256
devicehigh=ramdrive.sys /E 2048
lastdrive=z
device=display.sys con=(ega,,1)
country=044,850,country.sys
install=mode.com con cp prepare=((850) ega.cpi)
install=mode.com con cp select=850
install=keyb.com uk,,keyboard.sys


Notice the last few lines!

mode.com and keyb.com should be files on the floppy.

From the Microsoft site.

>Mode.com Lets you change display parameters such as number columns.





Richard.

--
"Naturally the common people don't want war, but they can always be
brought to the bidding of the leaders. Tell them they are being
attacked and denounce the pacifists for lack of patriotism and
endangering the country. It works the same in every country."
Reichsmarshall Herman Goering, Nuremberg, 1946

Reply With Quote
  #4 (permalink)  
Old 11-20-2006, 03:52 PM
CBFalconer
Guest
 
Posts: n/a
Default Re: Boots to ^@ ??

Richard Brooks wrote:
>

.... snip ...
>
> --
> "Naturally the common people don't want war, but they can always be
> brought to the bidding of the leaders. Tell them they are being
> attacked and denounce the pacifists for lack of patriotism and
> endangering the country. It works the same in every country."
> Reichsmarshall Herman Goering, Nuremberg, 1946


Note my sig. Which is accurate? Or is it a matter of translation?

--
"Our enemies are innovative and resourceful, and so are we.
They never stop thinking about new ways to harm our country
and our people, and neither do we." -- G. W. Bush.
"The people can always be brought to the bidding of the
leaders. All you have to do is tell them they are being
attacked and denounce the pacifists for lack of patriotism
and exposing the country to danger. It works the same way
in any country." --Hermann Goering.



Reply With Quote
  #5 (permalink)  
Old 11-20-2006, 06:47 PM
Richard Brooks
Guest
 
Posts: n/a
Default [OT] Re: Boots to ^@ ??

CBFalconer said the following on 20/11/06 15:52:
> Richard Brooks wrote:
> ... snip ...
>> --
>> "Naturally the common people don't want war, but they can always be
>> brought to the bidding of the leaders. Tell them they are being
>> attacked and denounce the pacifists for lack of patriotism and
>> endangering the country. It works the same in every country."
>> Reichsmarshall Herman Goering, Nuremberg, 1946

>
> Note my sig. Which is accurate? Or is it a matter of translation?


You don't have a sister by any chance called Jenni who presents tv in
the UK ?

<http://www.sexydesktop.co.uk/jenni.htm>


Richard.

--
"Naturally the common people don't want war, but they can always be
brought to the bidding of the leaders. Tell them they are being
attacked and denounce the pacifists for lack of patriotism and
endangering the country. It works the same in every country."
Reichsmarshall Herman Goering, Nuremberg, 1946

Reply With Quote
  #6 (permalink)  
Old 11-21-2006, 10:21 AM
meow2222@care2.com
Guest
 
Posts: n/a
Default Re: Boots to ^@ ??

Richard Brooks wrote:
> meow2222@care2.com said the following on 20/11/06 08:11:


> > Hi
> >
> >
> > Reparing a PC after an attack by viri, sploit & trojan. Have wiped the
> > hdd good and proper, and now it appears to boot into dos (from floppy)
> > ok until the last bit, when it does all it should, but then adds ^@ or
> > sometimes ^@^@ on the command line, as if it had been user typed. There
> > is no keyboard response at all, have tried swapping kbds.
> >
> > Any clues welcome!
> >
> >
> > thanks,
> > NT


> IIRC, the ^@ is zero which is a marker for file terminator so it's just
> displaying to screen what is not normally shown but happens anyway.
>
> See table;
> http://www.csgnetwork.com/asciiset.html
>
> Normally, your floppy rescue disk should temporarily install a small
> translation file so that everything looks as it should.
>
> The [COMMON] section at the end of my config.sys file on the floppy has
> the following;
>
> [COMMON]
> files=10
> buffers=10
> dos=high,umb
> stacks=9,256
> devicehigh=ramdrive.sys /E 2048
> lastdrive=z
> device=display.sys con=(ega,,1)
> country=044,850,country.sys
> install=mode.com con cp prepare=((850) ega.cpi)
> install=mode.com con cp select=850
> install=keyb.com uk,,keyboard.sys
>
>
> Notice the last few lines!
>
> mode.com and keyb.com should be files on the floppy.
>
> From the Microsoft site.
>
> >Mode.com Lets you change display parameters such as number columns.

>
>
>
>
> Richard.



Thanks Richard. I've checked whats on the flop, and its exactly as you
said, with all the files and entries you mention.

It runs fine in the only type of linux I've got that will work on that
machine (the others all wont work with its i810 chipset), but its a
dedicated purpose linux with no console access, and my linux knowledge
is patchy anyway.

If I fail to find a solution I may end up getting win up on another
machine and putting the hdd back in this one.

One thing I've not tried yet is freedos.


ta, NT


Reply With Quote
Sponsored Links
Reply

Thread Tools
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:16 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

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