![]() |
Re: Cannot access memory at adress 0xffffe70c
A okay sfx1999
can you tell my how to make a bootdisc out of the ios file? I know it is simpel but I cant figure out how. as soon I get det server working I will stop running everything as root. |
Re: Cannot access memory at adress 0xffffe70c
If the image file is just 1.44Mb (i.e, not compressed) you can do this
cat /your/file.iso > /dev/fd0 (fd0 or whatever your floppy disk is called on Linux) Prettier method: dd if=/your/file.iso of=/dev/fd0 bs=512 which does the same thing. Obviously you gotta have a blank disk ready in your floppy drive (not mounted). |
Re: Cannot access memory at adress 0xffffe70c
I have tryed ro run the command:
dd if=/your/file.iso of=/dev/fd0 bs=512 it says: dd: writing `/dev/fd0': Input/output error 97+0 records in 96+0 records out then I restartet the computer and it dident boot from the floppy. I have tryed 3 floppy discs |
Re: Cannot access memory at adress 0xffffe70c
is the floppy drive /dev/fd0 or /dev/fd0a ? (or anything else ?)
change the command accordingly Also make sure your CMOS setup is set to boot on floppy before looking on the hard disk. And there must be an install procedure somewhere on the memtest website, no ? I would be very surprised if not... |
Re: Cannot access memory at adress 0xffffe70c
Okay I have got the computer too boot from the memtest floppy, but...
is says: @X: 0400 AX: 0212 BX: 3A00 CX: 0401 DX: 0100. and it is in a infinit loop, is this ok? shod I just wait? |
Re: Cannot access memory at adress 0xffffe70c
From the memtest86 site:
Quote:
|
All times are GMT +2. The time now is 02:59. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.