Migrating to a new HDD

A forum for general AmigaOS 4.x support questions that are not platform-specific
Post Reply
Raziel

Migrating to a new HDD

Post by Raziel »

I'm planning to...so here's a few questions i'm still uncertain of

I still *need* an FFS partition where i install the amigaboot.of, so that CFE can init the boot process...correct?

1) What does this .of hold, is the one from the AmigaOS 4.1 FE install CD the latest and is there a chance that it will grow bigger in size over time/new OS versions?
2) Why do i have an amigaboot.of on my main sys: partition when it isn't accessed from there?
3) How big should the partition that holds amigaboot.of be (amigaboot.of is roughly 52KB in size here)?
4) Why is there still the limitation of having to use an FFS partition to boot from and not i.e. SFS...i guess the limitation lies in CFE, correct?
5) If the FFS partition corrupts, can i easily reformat and recopy the amigaboot.of from the AmigaOS 4.1 FE install CD?

Thanks a lot in advance
User avatar
ZeroG
Posts: 124
Joined: Sat Jun 18, 2011 12:31 pm
Location: Germany

Re: Migrating to a new HDD

Post by ZeroG »

I still *need* an FFS partition where i install the amigaboot.of, so that CFE can init the boot process...correct?
Yes.
1) What does this .of hold, is the one from the AmigaOS 4.1 FE install CD the latest and is there a chance that it will grow bigger in size over time/new OS versions?
It should contain code to load the kickstart, the one from the FE install CD is the latest and of course it could grow bigger for newer versions.
2) Why do i have an amigaboot.of on my main sys: partition when it isn't accessed from there?
Well, the extra partition for the .of is just a option... I think it is a good idea to have it on sys: too.
3) How big should the partition that holds amigaboot.of be (amigaboot.of is roughly 52KB in size here)?
If the partition that holds the .of is not sys: 5MB should be more than enough, even if it grows in the future.
4) Why is there still the limitation of having to use an FFS partition to boot from and not i.e. SFS...i guess the limitation lies in CFE, correct?
Yes, it's a CFE limit.
5) If the FFS partition corrupts, can i easily reformat and recopy the amigaboot.of from the AmigaOS 4.1 FE install CD?
Yes.
User avatar
jaokim
Beta Tester
Beta Tester
Posts: 92
Joined: Sat Jun 18, 2011 1:41 am

Re: Migrating to a new HDD

Post by jaokim »

Great questions, great answers! Cleared out how things works.
Should be put in the wiki.
User avatar
sundown
Beta Tester
Beta Tester
Posts: 465
Joined: Mon Dec 20, 2010 10:38 pm
Location: California, USA

Re: Migrating to a new HDD

Post by sundown »

Raziel wrote:I'm planning to...so here's a few questions i'm still uncertain of

1) What does this .of hold, is the one from the AmigaOS 4.1 FE install CD the latest and is there a chance that it will grow bigger in size over time/new OS versions?

It contains FS support info, so if a new FS comes out, it would be added, so it would grow a little. Just make a 1MB FFS partition for amigaboot.of

2) Why do i have an amigaboot.of on my main sys: partition when it isn't accessed from there?

Its a backup in case your HD goes South or if you're adding a new boot drive, otherwise its not used, unless you decide to make the first partition an FFS system partition.

3) How big should the partition that holds amigaboot.of be (amigaboot.of is roughly 52KB in size here)?

1MB should be safe, thought I found it hard to make it with Media Toolbox on a 1TB drive. I ended up changing the higher cyl setting to get it to a small size.
Last edited by sundown on Mon Mar 23, 2015 8:02 pm, edited 2 times in total.
X1000 - Antec Solo case, 4GB DDR2 mem, XFX R9 270 gfx card, Plextor DVD, 2 Samsung 1TB F3 HDD, RTL-8139 network card, Cooler Master Silent Pro 600W PSU
User avatar
tonyw
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 1483
Joined: Wed Mar 09, 2011 1:36 pm
Location: Sydney, Australia

Re: Migrating to a new HDD

Post by tonyw »

Just adding my two centavos:

"amigaboot.of" is the new loader and replaces "slb_v2" for all new machines. It runs on CFE (X-1000) and U-Boot (X-5000) machines and does not have to be "installed" the way slb_v2 did. "amigaboot.of" must be in the FIRST partition on the disk (it won't be read from anywhere else). Thus you could have the first partition as a fulll system install (as long as amigaboot.of appears in the root), or just as a small partition holding amigaboot.of only. That first partition must be FFS as that's all that CFE can understand.

"slb_v2" is these days used only for the old SE/XE and SAMs.
cheers
tony
Raziel

Re: Migrating to a new HDD

Post by Raziel »

@all

:-)

Thank you very much for the answers
Post Reply