Commit Graph

102 Commits

Author SHA1 Message Date
deepio
9b87484fd2 Added: MacOS compat.
https://github.com/myspaghetti/macos-guest-virtualbox/issues/39
2019-07-29 14:37:54 -04:00
Jack
79f877dcb9 raised VBox version requirement to 6.0 because of VISO issues 2019-07-23 17:26:40 +03:00
Jack
7de4173f34 truncated log lines at 80 columns 2019-07-22 20:29:12 +03:00
Jack
a921600e1d comment about ROM and UUID variables and xxd package 2019-07-15 05:13:13 +03:00
Jack
0b192ef515 fail if xxd fails and ROM or UUID are modified
SECRET DEPENDENCY
2019-07-15 05:07:44 +03:00
Jack
41b15fc8f0 accept VBox versions 5.3-5.9.* too 2019-07-12 17:08:04 +03:00
Jack
8b99bc92ea lowering VBox version requirement 2019-07-12 14:36:25 +03:00
Jack
129bf61030 changed Uuid to UUID to prevent startvm error 2019-07-05 06:27:14 +03:00
Jack
aac4cd94a8 minor log changes 2019-07-05 06:09:06 +03:00
Jack
f5deba6b4f Goodbye Clover, we hardly knew ye 2019-07-05 00:53:52 +03:00
Jack
eae0d0c4c8 added (working) iMessage support
removed global variable, xxd is kinda-sorta a dependency now
2019-07-05 00:45:18 +03:00
Patrick Ryan
8d6b4ee08f moved variable to global as needed in several functions that would fail if ran via stages, place_efi_apfs_drivers for example. 2019-07-04 09:10:17 -07:00
Jack
4165d58ec9 underscores, certificate error message 2019-07-04 12:39:51 +03:00
Jack
0dcd9d9eab board id for MacBookPro11,2 2019-07-03 12:27:54 +03:00
Jack
ee7ae218f8 a few more extradata parameters 2019-07-03 12:26:18 +03:00
Jack
638da20802 updated Catalina URL 2019-07-03 03:39:57 +03:00
Jack
797dc1c3be restore EFI parameters to avoid installer warnings 2019-07-02 22:31:03 +03:00
Jack
af124a4d90 removed duplicate 'disks=' command 2019-07-02 22:01:09 +03:00
Jack
d6c5ebb542 removed some EFI parameters
DmiSystemProduct, DmiSystemSerial, DmiBoardProduct, DmiBoardSerial, DmiSystemUuid, UUID
2019-07-02 17:09:15 +03:00
Jack
6507df1983 Update macos-guest-virtualbox.sh 2019-07-02 14:08:57 +03:00
Jack
7078bf5c0c investigating iMessage 2019-07-02 13:57:31 +03:00
Jack
ceb79b68b9 Update macos-guest-virtualbox.sh 2019-07-02 11:17:36 +03:00
Jack
66bcfeb2b8 still investigating iMessage 2019-07-02 11:14:25 +03:00
img2tab
d5706eacf1 investigating which EFI values are required for iMessage 2019-07-01 12:17:13 +03:00
img2tab
b694ff4cde added a couple of missing "prompt_terminal_ready"s 2019-06-29 19:59:32 +03:00
img2tab
0c4951d2b7 incrementing version number 2019-06-29 19:04:26 +03:00
img2tab
aba24bb85c splitting log line 2019-06-29 19:04:06 +03:00
img2tab
e8a319b80b welcome message formatting 2019-06-29 18:33:45 +03:00
img2tab
fba5b36a68 moved "exception handling" to the top of the loop 2019-06-29 05:06:10 +03:00
img2tab
d8fbd564cf fixed sucatalog search 2019-06-29 05:01:55 +03:00
img2tab
9918fb116e added newline after log message 2019-06-28 21:36:24 +03:00
img2tab
aa7270cbf2 might as well delete dmg2img.exe too 2019-06-28 21:23:10 +03:00
img2tab
638f547767 delete leftover temporary file 2019-06-28 21:21:56 +03:00
img2tab
b73bc3d6a2 newline after error message 2019-06-28 21:18:31 +03:00
img2tab
60d6c78f65 more old filenames... 2019-06-28 21:09:40 +03:00
img2tab
be6513b247 could not download BaseSystem... 2019-06-28 21:06:46 +03:00
img2tab
55a17c8eb7 don't care if VBoxManage closemedium fails 2019-06-28 21:02:27 +03:00
img2tab
f77071e014 Update macos-guest-virtualbox.sh 2019-06-28 18:18:50 +03:00
img2tab
61f1866a91 removed rate limit that was for testing purposes 2019-06-28 18:14:35 +03:00
img2tab
dfc0fd22ce implemented VISO for Catalina
VISO file format support requires VirtualBox version 6 or higher
2019-06-28 18:11:04 +03:00
img2tab
42cb76cf73 making sure WSL runs the Windows executable 2019-05-31 01:35:40 +00:00
img2tab
3ba024f3e0 spruce up stages help 2019-05-30 16:20:11 +00:00
img2tab
98a9e9d05e gave up, using absolute paths 2019-05-30 10:33:16 +00:00
img2tab
b188e7423d "curl -C -" works again. Server-side issue? 2019-05-18 23:28:12 +00:00
img2tab
32910321b7 removing the "-C - " argument, it doesn't work 2019-05-18 17:19:38 +00:00
img2tab
36a38d11b3 added "-C - " flag to curl command line 2019-05-18 08:06:31 +00:00
img2tab
9152ace6e1 split into even more stages 2019-05-13 11:38:12 +00:00
img2tab
f0df7608fa added two stages in case Safari input fails 2019-05-12 11:35:33 +00:00
img2tab
27f4058c6d corrected path description
Path must end with backslash, not as incorrectly previously stated
2019-05-12 11:09:41 +00:00
img2tab
27ae878573 handle spaces in paths and filenames correctly
- default VM name changed to "macOS Mojave"
- VBoxManage now works with spaces in paths and filenames
- wget check is more robust
- fixed temporary files cleanup for WSL
- corrected command line argument usage logic
2019-05-12 10:09:46 +00:00