Welcome, Guest. Please login or register.

Author Topic: Problem booting from drive  (Read 3293 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Problem booting from drive
« on: October 14, 2007, 01:35:57 PM »
Also please give details about how they are connected and jumpered. It may be that the internal drive is slave and the external drive is master, and some drives don't like being slave without a master connected.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Problem booting from drive
« Reply #1 on: October 15, 2007, 09:16:26 AM »
Quote
scuzzb494 wrote:
Interested, why if he was booting from just one hard drive that the file system would matter.

If the internal hard disk uses anything other than FFS for its file system then the chosen filesystem (e.g. SFS, PFS, AFS) *must* be installed in the RDB of at least one installed disk. If it is installed in the external disk then either drive will boot since the filesystem will be available and the partitions will be readable. Remove that external drive and you remove the filesystem, and the partitions are no longer readable.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Problem booting from drive
« Reply #2 on: October 15, 2007, 08:26:42 PM »
Quote
scuzzb494 wrote:
More likely one is a simple copy as a back up. If that were the case the file system would also have been copied. If not he simply needs to copy this over from the other drive.

That's not true. Filesystems for hard disks are not stored as a file on the disk. They are installed in the RDB of the disk. If the filesystem required for the partition was stored inside the partition itself, then how would the system know how to access the partition in order to access the filesystem? It can't, which is why the filesystem has to be installed in the RDB. If it's missing from one of the drives, then it will have to be installed in the RDB using HDToolBox before that drive will work on its own.

Quote
scuzzb494 wrote:
Is it possible that the 2.5" is a none booting drive and can only be used as a slave, and that is how the guy set it up to get the 3.5" working.

Disks aren't booting or non-booting. This is configurable in HDToolBox. The drive itself doesn't decide whether or not it boots.

Quote
scuzzb494 wrote:
Just a longshot. I have had drives that have simply refused to boot from a cold start.

It's probably more likely that they didn't spin up in time for the system to attempt to boot from them.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10