TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Instant macOS install on Proxmox including AMD patches

165 pointsby goodburb5 months ago

10 comments

sn0wf1re5 months ago
Neat, but this looks very specialized for a single person&#x27;s config. I wouldn&#x27;t want to run this on my machine seeing as it removes apt sources and does a bunch of other system changes unrelated to installing a macOS guest.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;luchina-gabriel&#x2F;OSX-PROXMOX&#x2F;blob&#x2F;7ca3dc8144056cf9c7a270ba0b2403109eaeebd9&#x2F;install.sh#L14-L15" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;luchina-gabriel&#x2F;OSX-PROXMOX&#x2F;blob&#x2F;7ca3dc81...</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;luchina-gabriel&#x2F;OSX-PROXMOX&#x2F;blob&#x2F;7ca3dc8144056cf9c7a270ba0b2403109eaeebd9&#x2F;setup#L88" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;luchina-gabriel&#x2F;OSX-PROXMOX&#x2F;blob&#x2F;7ca3dc81...</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;luchina-gabriel&#x2F;OSX-PROXMOX&#x2F;blob&#x2F;7ca3dc8144056cf9c7a270ba0b2403109eaeebd9&#x2F;setup#L1726-L1849" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;luchina-gabriel&#x2F;OSX-PROXMOX&#x2F;blob&#x2F;7ca3dc81...</a>
评论 #42393546 未加载
评论 #42393599 未加载
nixosbestos5 months ago
How is this easier than OSX-KVM? I can&#x27;t imagine how proxmox is easier (or better for most use-cases I can think of) than qemu.<p>EDIT: Script just immediately tries to apt-get stuff. Nah. Oh lord and then helps itself to editting your apt sources. (All just to get git? How odd.) Before downloading another un-tagged&#x2F;un-versioned link and excuting it. Nah nah nah.
评论 #42395372 未加载
评论 #42394451 未加载
评论 #42394178 未加载
评论 #42393807 未加载
评论 #42394010 未加载
password43215 months ago
Semi-related: Windows or macOS in a Docker Container<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dockur" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dockur</a>
评论 #42405704 未加载
shortformblog5 months ago
I use this script on my Z420 with a Xeon and RX570 GPU (which I use to access Mac-specific apps remotely). It works really well. Excellent script, though I can’t go above Monterey with it, because of CPU limitations on the Xeon.
评论 #42395221 未加载
haunter5 months ago
There is also Docker OSX <a href="https:&#x2F;&#x2F;github.com&#x2F;sickcodes&#x2F;Docker-OSX" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sickcodes&#x2F;Docker-OSX</a>
评论 #42396188 未加载
henning5 months ago
curling some random install script from some domain I&#x27;ve never heard of and is possibly unrelated to this GitHub repo? great! what could possibly go wrong?
评论 #42394342 未加载
评论 #42395029 未加载
评论 #42393682 未加载
评论 #42395918 未加载
PaulDavisThe1st5 months ago
Almost totally OT, but since this is fundamentally about QEMU ...<p>... yesterday I needed to access data in a MySQL database that was shutdown in 2022. At that time, it had been managed by MySQL 5.5.62. On my current Debian system, we are at 10.X (MariaDB). I had a backup of the entire DB folder and tried to get MySQL&#x2F;MariaDB to read it. Tried a couple of different things. Failure.<p>Then ... grab Ubuntu 14.04 ISO ... type virt-manager in a terminal ... less than 15 minutes later I&#x27;m in the MySQL shell running queries on the old DB.<p>Modern VM stuff is just fucking amazing.
评论 #42396055 未加载
trollbridge5 months ago
This appears to be under a _very_ restrictive license, from the file `setup`:<p>All rights reserved - You may not copy, reproduce, distribute, publish, display, perform, modify, create derivative works, transmit, or in any way exploit any such content, nor may you distribute any part of this content over any network, including a local area network, sell or offer it for sale, or use such content to construct any kind of database.
评论 #42394795 未加载
Saris5 months ago
I&#x27;ve come across this one before, but the script is doing apt stuff which is really odd so I didn&#x27;t use it.
评论 #42395301 未加载
rho45 months ago
From the About: &quot;This is really and magic easiest way!&quot; - not confidence-inspiring.
评论 #42398905 未加载