Upgrading an i386 machine from amd64.

Allan Jude allanjude at freebsd.org
Tue Jun 3 04:36:07 UTC 2014


On 2014-06-03 00:31, Alfred Perlstein wrote:
> 
> 
>> On Jun 2, 2014, at 9:18 PM, Julian Elischer <julian at freebsd.org> wrote:
>>
>> On 6/2/14, 10:44 PM, Alfred Perlstein wrote:
>> [...]
>> so I guess we really should have a separate install-tools target along with an INSTALL_TARGET that populates it with cross built tools kind of like the universe target builds everything. but that's way beyond my makefile foo.
>>
>>
> 
> Yes. That would solve my specific problem. 
> 
> -Alfred
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
> 

I seem to recall, that when I needed to upgrade an i386 machine to
amd64, did the following:

mv /boot/kernel /boot/kernel.old
tar -xJf kernel.txz -C /

rebooted on to the new kernel

tar -xJf base.txz --exclude ./etc -C /

then used mergemaster to update my /etc

I seem to recall having to manually remove some schg flags. I did a
fresh buildworld etc after I got the system running amd64, so that
restored those flags after.

-- 
Allan Jude

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20140603/76e8f252/attachment.sig>


More information about the freebsd-hackers mailing list