FYI, when trying to boot FreeBSD 8-RELEASE from GAG (1st and only SATA drive, 4th slice, ad4s4a), I get:
then I pass:
First line I get is:
Then the loading proceeds normally, until trying to mount root, to which I need to pass:
My guess is that old GAG still tries to look at ad0, and the boot fails. I had to go back to the standard bootloader in the meantime.
I refuse to recompile a generic kernel just to pass ATA_STATIC_ID's
I'd prefer not to use GRUB or LILO. Any suggestions for straightfwd bootloaders (like gag) are welcome.
Code:
Invalid partition
Invalid partition
No /boot/loader
boot:
then I pass:
Code:
0:ad(4,4,a)/boot/kernel/kernel
First line I get is:
Code:
WARNING: loader(8) metadata is missing!
Code:
UFS:/dev/ad4s4a
My guess is that old GAG still tries to look at ad0, and the boot fails. I had to go back to the standard bootloader in the meantime.
I refuse to recompile a generic kernel just to pass ATA_STATIC_ID's
I'd prefer not to use GRUB or LILO. Any suggestions for straightfwd bootloaders (like gag) are welcome.