this post was submitted on 28 Aug 2023
160 points (100.0% liked)

Linux

47299 readers
537 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] russjr08@outpost.zeuslink.net 10 points 1 year ago (1 children)

Regarding the failed install error, you need to make sure that VirtualBox is using UEFI - Legacy Boot isn't currently supported at the moment.

Had the same issue while using Boxes, switching it to UEFI allowed the install to complete successfully!

[–] drspod@lemmy.ml 6 points 1 year ago (1 children)

Thanks, it gets a bit further, but this time fails with:

grub-install: warning: Cannot set EFI variable Boot0003.
grub-install: warning: efivarfs_set_variable: writing to fd 6 failed: Read-only file system.
grub-install: warning: _efi_set_variable_mode: ops->set_variable() failed: Read-only file system.
grub-install: error: failed to register the EFI boot entry: Read-only file system.
panic: Failed to run grub-install: exit status 1
[–] russjr08@outpost.zeuslink.net 7 points 1 year ago (1 children)

Interesting, I'm not too sure what could be causing that, but if I had to take a guess VirtualBox's UEFI implementation doesn't allow for writes from the VM, at least by default. It's been a long time since I've used VirtualBox (since before UEFI was even really a thing), I don't suppose there's any sort of setting that might resemble making it writable?

[–] drspod@lemmy.ml 4 points 1 year ago (1 children)

My version of VirtualBox is a few years old so I wouldn't be surprised if it was lacking some features.

[–] jayandp@sh.itjust.works 5 points 1 year ago

If you're using UEFI in VB, definitely update to the latest version. UEFI support in older VB was pretty bad. Works a lot better now, though I haven't had time to test this new version of Vanilla OS, so YMMV.