Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2012 20:56:43 -0800
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   9-stable from i386 to amd64
Message-ID:  <m2y5sa7yt0.wl%randy@psg.com>

next in thread | raw e-mail | index | archive | help
is there a recipe for moving from i386 to amd64?

on a very remote system, i made the migration from 7.4 to 8.2 to 9.0,
all 32-bit. it was done with repeated

    make buildworld
    make kernel.new [0]
    nextboot -k kernel.new
    reboot
    make installworld
    etc

    [0] - well, there were some mv(1)s in there :)

so after it was happy with 9.0 i386, i went to move to amd64 with

    make buildworld TARGET=amd64
    make kernel TARGET=amd64 DESTDIR=kernel.new [0]
    nextboot -k kernel.new
    reboot

it did not come back from the reboot, and required a manual reset.  i
have no console access to the machine, not my choice.

clue bat please.

randy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m2y5sa7yt0.wl%randy>