Jump to content

Dual Booting: Difference between revisions

From postmarketOS Wiki
Add explanation why pmbootstrap flasher boot command does not need path to SD card device
Grimler (talk | contribs)
m Fix link
Line 10: Line 10:


* It is might be possible to use Safestrap recovery mode 's rom solt feature to dual boot , currently [[Motorola Droid 4 (motorola-maserati)]] is only device that utilize Safestrap to boot
* It is might be possible to use Safestrap recovery mode 's rom solt feature to dual boot , currently [[Motorola Droid 4 (motorola-maserati)]] is only device that utilize Safestrap to boot
* On the [[Nokia N900]] and many device that use uboot (like [[MangoPi MQ-Pro (mangopi-mq-pro)]] , [[Xunlong Orange Pi 3 (xunlong-orangepi3)]]) , u-boot provides a mechanism to select the OS. See [[Nokia N900#Installation]] and [https://u-boot.readthedocs.io/en/latest/usage/cmd/bootmenu.html|See bootmenu on uboot doc]  
* On the [[Nokia N900]] and many device that use uboot (like [[MangoPi MQ-Pro (mangopi-mq-pro)]] , [[Xunlong Orange Pi 3 (xunlong-orangepi3)]]) , u-boot provides a mechanism to select the OS. See [[Nokia N900#Installation]] and [https://u-boot.readthedocs.io/en/latest/usage/cmd/bootmenu.html See bootmenu on uboot doc]  
* One more way with u-boot: [[U-Boot_porting#Implement_multiboot_involving_Android_in_a_device_aport]]
* One more way with u-boot: [[U-Boot_porting#Implement_multiboot_involving_Android_in_a_device_aport]]
* On some amlogic device 's uboot . there are a multiboot mode : [[Amlogic#Boot process]]
* On some amlogic device 's uboot . there are a multiboot mode : [[Amlogic#Boot process]]

Revision as of 05:59, 23 August 2024

Icon This page could use some expansion. If you'd like to help out, feel free to edit this article!
In particular: This huge list could be split up into more specific tutorials. Perhaps include the contents from Use PostmarketOS Community pre-built image on your device here?

for a better guide, see Dual Booting/WiP

Dual Booting, also sometimes called Multiboot, is a process by which you can install multiple operating systems on your device, and select between them when booting it up.

postmarketOS currently might able to dual booting through recovery (kind of)

There are a few ways this can be achieved:

See also