Welcome, Guest. Please login or register.

Author Topic: Workbench 3.1 not booting  (Read 3118 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Workbench 3.1 not booting
« on: May 10, 2009, 01:11:57 PM »
Quote

dougal wrote:
Quote

countzero wrote:
wht's the size of the HDD ?


500Mb or something


When you boot from the floppy, can you directly read the contents of the hard disk?

If, having booted from floppy, you type:

DH0:C/list DH0:

does it work?
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Workbench 3.1 not booting
« Reply #1 on: May 10, 2009, 01:25:21 PM »
Ok, this is starting to sound like the disk is installed but the partition is not bootable for whatever reason.

If you boot with both mouse buttons held down and get the early startup screen, do you see the hard disk partition in the list of bootable drives?

If it is not bootable, something went wrong before or during the install, but it should be fixable.

Having booted from floppy, can you find the HDToolbox program? It should hopefully be under the Tools directory on your hard disk.

It has been a long time since I saw OS3.1's HDToolbox program, but you should be able to select whichever partition you installed the OS on.

You need to check that it has been made bootable (there is a checkbox somewhere) and that the filesystem is supported. If it is anything other than FFS, you might have a problem. The fact that you can see it when booting from a floppy tends to suggest it isn't the filesystem, unless the floppy has had the filesystem installed on it.

Assuming it is FFS and the partition is not checked as bootable, all you should need to do is tick the bootable checkbox, save the changes to the drive and reboot.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Workbench 3.1 not booting
« Reply #2 on: May 10, 2009, 04:16:35 PM »
If Thomas is correct and you accidentally installed on DH1: (for example) you could remedy this without a reinstall.

Assuming nothing else was on DH1:, you could, having booted from a floppy, type the following into a shell

copy clone all dh1:#? dh0:

which would copy all the OS files over to DH0:

The machine should then be bootable.
int p; // A