Opened 15 years ago

Closed 15 years ago

#3007 closed enhancement (fixed)

[PATCH] makebootable on osx

Reported by: aljen Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Here is patch for makebootable to enable darwin. Now it's possible to do:

jam haiku-image
sudo dd if=generated/haiku.image of=/dev/disk0s3 bs=128m count=1 (or whatever spare partition you have)
sudo jam run ":<build>makebootable" /dev/disk0s3

reboot and boot from it using rEFIt on intel macs (it still crash on boot, ehci cleanup thread and others (i think macbook webcam causes it), but that is another issue :)

Attachments (1)

makebootable_darwin.patch (4.2 KB ) - added by aljen 15 years ago.

Download all attachments as: .zip

Change History (3)

by aljen, 15 years ago

Attachment: makebootable_darwin.patch added

comment:1 by bonefish, 15 years ago

Trac is somewhat cooperative ATM; I can't download the patch. Can you send it to me by mail, please.

Since you dd the image to the partition, I assume letting the build system install directly to the partition doesn't work yet, right?

comment:2 by bonefish, 15 years ago

Resolution: fixed
Status: newclosed

Thanks! Applied in hrev28404.

Note: See TracTickets for help on using tickets.