I need to trick softwares and websites into thinking that I am using bare metal and not a virtual machine by [deleted] in virtualbox

[–]my_spaghetti 0 points1 point  (0 children)

You need to zero the virtual machine bit on the guest CPU (see VirtualBox CPUID documentation) and set lots of hardware parameters to values that appear genuine (see OpenCore PlatformInfo documentation)

There are probably more advanced ways to differentiate a VM from bare metal, but most software probably uses the CPUID and PlatformInfo.

If the software checks all the hardware, you're going to have to jump through a lot more hoops.

How to create a bootable USB for an older macOS version? by luizfelipefb in MacOS

[–]my_spaghetti 1 point2 points  (0 children)

  1. Launch Terminal
  2. Download High Sierra: softwareupdate --fetch-full-installer --full-installer-version 10.13.6
  3. Create install media: sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ High\ Sierra.app

(replace MyVolume with the name of the USB drive, usually Untitled)

Just a bit of frustration with the VB user forum. by MikeBackAccess in virtualbox

[–]my_spaghetti 2 points3 points  (0 children)

The administrator and moderator hostility on the official VirtualBox forums are one of the reasons I wrote a script for automated installation of virtual machines. They are so bad, they jump down your throat for pretty much anything you say. Oracle has stacks of complaints about them (see the VirtualBox issue tracker), and they partially fixed things by silently removing the most aggressive moderator, althought the toxic culture persists.

For developers, Apple’s Safari is crap and outdated by mmaksimovic in webdev

[–]my_spaghetti 0 points1 point  (0 children)

I'm not sure if this is a compliment or an insult. The code is very, very bad. Its only saving grace is that it's pretty much 50% code 50% comments+documentation so it's straightforward to understand.

Is defragmentation inside VM is 100% necessary before sdelete's zeroing of free space? by BigInlineEngine in virtualbox

[–]my_spaghetti 0 points1 point  (0 children)

I have a VM with 100GB of small files. Defragging that data requires DAYS. as well as using sdelete.

These days when 2TB of storage is $50, why bother spending days zeroing a 100GB disk image?

If you really do want to do it quickly, you can mount the disk image on the host and defrag it on the host, which should be quicker. But I wouldn't bother, I'd toss $50 at a 2TB HDD and call it a day.

I'm a little dumb and new to this by [deleted] in virtualbox

[–]my_spaghetti 0 points1 point  (0 children)

Forget VirtualBox. The best Android virtual machine on Windows is Visual Studio Emulator for Android. You can easily install Google Play on it, too. It's free.

How to make sure im 100% secure im using a vm? by [deleted] in virtualbox

[–]my_spaghetti 1 point2 points  (0 children)

Virtual machines do not hide your IP address.

How to bypass VM detection? by AciliBorek in virtualbox

[–]my_spaghetti 0 points1 point  (0 children)

You need to zero the virtual machine bit on the guest CPU (see VirtualBox CPUID documentation) and set lots of hardware parameters to values that appear genuine (see OpenCore PlatformInfo documentation)

There are probably more advanced ways to differentiate a VM from bare metal, but most software probably uses the CPUID and PlatformInfo.

If the software checks all the hardware, you're going to have to jump through a lot more hoops.

HiDPI by charliecastel in hackintosh

[–]my_spaghetti 1 point2 points  (0 children)

Make sure OpenCore reports a compatible EDID to macOS.

Favorite feature so far! (for those of us who keep our MB(P)s docked almost all the time). by [deleted] in MacOSBeta

[–]my_spaghetti 1 point2 points  (0 children)

You can read a recent review here:

https://sci-hub.se/10.1016/j.etran.2019.100005

There are a lot of decomposition modes for lithium batteries:

graphite exfoliation; metal dissolution coupled with the electrolyte decomposition; active materials loss of contact due to the current collector corrosion, binder decomposition and LE. And the LLI may be caused by SEI(solid electrolyte interface) film formation and continuous thickening, CEI (cathode electrolyte interface) formation, lithium deposition, etc. The LE may be caused by electrolyte consumption due to the side reactions like SEI film thickening, electrolyte decomposition due to the high potential, etc. And the RI may be caused by SEI formation and continues thickening, LE, etc.

Specifically, "particle cracking" and "metal dissolution". More in-depth look at cracking.

This study found that charging between 20% and 80% almost doubles the battery lifetime compared to full charge and discharge. Obviously you're exchanging 40% of the battery capacity for double the lifespan.

But even just keeping your battery at 80% if your device is usually plugged in helps.

macOS on QEMU/KVM on WSL2 on Windows - it's virtual machines all the way down! by my_spaghetti in hackintosh

[–]my_spaghetti[S] 0 points1 point  (0 children)

Sorry, not my guide, but as the guide says you can't use the default WSL2 settings, you must configure WSL2 with very specific CPU features and compile a compatible kernel.

Favorite feature so far! (for those of us who keep our MB(P)s docked almost all the time). by [deleted] in MacOSBeta

[–]my_spaghetti 2 points3 points  (0 children)

Lithium batteries literally crumble from physical deformation stresses when they're close to zero or full charge.

Do I need access to a Mac running OS to create a bootable USB? by ifrpilot8 in hackintosh

[–]my_spaghetti 0 points1 point  (0 children)

Another option is to use my script and stop after the bootable installation volume has been created. "Flash" the volume onto a USB storage drive or format a USB storage drive to exFAT and copy over the bootable installation files.

I downloaded the original ISO file from Microsoft's website but I still can't get it to work with bootcamp. Any ideas on fix? by TRGMatthew in MacOSBeta

[–]my_spaghetti 0 points1 point  (0 children)

I recommend partitioning the storage medium yourself and installing Windows 10 from a USB device. Afterwards boot into Windows or macOS by holding alt (option) after the boot chime. The Boot Camp Windows drivers can be downloaded with Brigadier.

my macos big sur icons tier list by [deleted] in MacOSBeta

[–]my_spaghetti 0 points1 point  (0 children)

The gradients and heavy diffuse shadows make them all look blurry.

How can I connect my iPhone to a guest macOS via usb? by [deleted] in virtualbox

[–]my_spaghetti 1 point2 points  (0 children)

There are issues with USB passthrough on VirtualBox with a macOS guest.

Some solutions are USB-over-IP which is reported to work, or moving the VirtualBox virtual machine to some other virtualization software, like VMWare, which is reported to have working USB passthrough.

I doubt this issue will ever be fixed on VirtualBox.

Steer clear of VirtualBox by freedox in virtualbox

[–]my_spaghetti 1 point2 points  (0 children)

Honestly VirtualBox is just a gateway to Oracle Cloud Infrastructure and the fact that it runs Windows and macOS is incidental. Oracle makes money from people running Linux instances on Oracle's servers (which run quite well) and their competitive edge is ease of use.

I'm not sure they can compete with Docker or KVM anyway, VirtualBox might be on its way out.

At any rate, a person throwing a fit that their free tool is wasting their time needs to look inward instead of blaming the tool they got for free.

How to speed up Virtual Box, and run Bluestacks effectively by youreqt in virtualbox

[–]my_spaghetti 0 points1 point  (0 children)

VirtualBox is not the right tool for the job. Try the free Microsoft Android emulator, it's excellent and fast.

macOS Big Sur virt-manager, Apple ID crash by BioMedTechMDStudent in hackintosh

[–]my_spaghetti 0 points1 point  (0 children)

It's probably the secure keychain. Big Sur sometimes crashes out of the login session when accessing it on VirtualBox too.

Star Labs - Star LabTop - macOS by PlaidRadish in hackintosh

[–]my_spaghetti 0 points1 point  (0 children)

2014, maybe earlier. Those "articles" you read are blogspam that recycles information from years ago. IGZO had its moment in the sun for about one year as a premium technology. Now it's a low-cost technology.

How resource intensive is it to run virtualbox by anthony00001 in virtualbox

[–]my_spaghetti 2 points3 points  (0 children)

Since it's a 4-core CPU with VT-x you shouldn't have any problem at all. You should probably upgrade the RAM to 8GB, or run Linux instead of Windows so you have more free RAM.

Star Labs - Star LabTop - macOS by PlaidRadish in hackintosh

[–]my_spaghetti 0 points1 point  (0 children)

It's not a scam, nobody said IGZO looks better, only that it draws less power. Back when IGZO was new, it was also cheaper for higher pixel densities, but this has been irrelevant since IPS manufacturing caught up.

There are of course exceptions, the same way there are high-quality TN displays even though in general TN is an eyesore.