Welcome, Guest. Please login or register.

Author Topic: Questions about Boot Priority  (Read 6402 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Questions about Boot Priority
« on: August 05, 2009, 01:43:14 PM »
Quote
What happens if there are 2 bootable drives with the same priority?


The drive which comes first in the config list will boot. Check boot options in the early startup menu. The left list shows the order. The topmost drive is the default boot drive.

The only way to change the order of the config list is to connect the controller to a different expansion slot (in Amigas which have multiple expansion slots, i.e. Zorro2 / Zorro3).

Quote
I'm guessing that my HD should have a slightly higher priority of 1


If you are happy with both having prio 0, you can leave it alone. You only have to change it if you want to change the boot drive.

Quote
if I change this in HDToolbox, will I lose data on the drive?


No, you won't leave anything. HDToolbox would warn you before it writes to the disk, if you'd loose something. If HDToolbox silently quits, everything is ok.

Quote
what is the minimum and maximum values, what are 'normal' values for floppies/hard drives, etc.


Minimum is -127 (-128 means not bootable), maximum is +127.

Normal for DF0 = 5, DF1 = -10, DF2 = -20, DF3 = -30, HDD = 0.

If you want to prevent it to boot from floppy, set your HDD to 6 or higher. If you want to boot from every floppy drive, even if a HDD is connected, then set the HDD to -31 or lower.
« Last Edit: August 05, 2009, 02:04:48 PM by Thomas »
 

Offline Thomas

Re: Questions about Boot Priority
« Reply #1 on: August 05, 2009, 01:45:31 PM »
Quote
The lower the number, that's the one that gets booted first.


The exact opposite is true: the highest priority determines the boot drive.

Of course the absolute value of 0 is lower than that of -1, but mathematically -1 is lower than 0.