| 21 | == Upgrade instructions |
| 22 | It is possible to update your Haiku install from Beta 1 to Beta 2. You need at least XXX megabytes of free space on your system partition and a reliable internet access for downloading the packages. Alternatively you may download the beta 2 disk image and extract the updated packages from there if your Haiku system does not have sufficiently reliable internet access (XXX explain how to do this). |
| 23 | The folowing procedure should be followed: |
| 24 | |
| 25 | === Updating to the latest version of beta1 |
| 26 | |
| 27 | {{{ |
| 28 | pkgman update |
| 29 | }}} |
| 30 | |
| 31 | === Updating the EFI bootloader |
| 32 | |
| 33 | The EFI bootloader must be updated manually. Download the new bootloader from XXX and replace the old one in your EFI system partition. |
| 34 | |
| 35 | (XXX should this be done before or after updating the system?) |
| 36 | |
| 37 | If you boot your computer using BIOS and MBR, no manual bootloader update is needed. XXX explain how to check which bootloader is used. |
| 38 | |
| 39 | === Switching to the new repositories |
| 40 | |
| 41 | {{{ |
| 42 | pkgman add-repo https://eu.hpkg.haiku-os.org/haiku/r1beta2/$(getarch)/current |
| 43 | pkgman add-repo https://eu.hpkg.haiku-os.org/haikuports/r1beta2/$(getarch)/current |
| 44 | }}} |
| 45 | |
| 46 | === Updating to beta2 |
| 47 | |
| 48 | {{{ |
| 49 | pkgman full-sync |
| 50 | reboot |
| 51 | }}} |