Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    42comments
  2. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    16comments
  3. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    19comments
  4. San Francisco Onion Futures Company(onionfutures.com ↗)
    58comments
  5. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    380comments
  6. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    32comments
  7. Science Is Open Software(jepedersen.dk ↗)
    31comments
  8. SDCC – Small Device C Compiler(sourceforge.net ↗)
    15comments
  9. Cloudflare Quick Tunnels(cloudflare.com ↗)
    275comments
  10. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    28comments
  11. Saving another 100TB of RAM(cloudflare.com ↗)
    66comments
  12. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    8comments
  13. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    2comments
  14. How to Write with an LLM(sockpuppet.org ↗)
    320comments
  15. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    4comments
  16. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    81comments
  17. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    98comments
  18. Veronese's Dogs(publicdomainreview.org ↗)
    discuss
  19. Goroutine Leak Profiles(go.dev ↗)
    2comments
  20. OpenJev(openjev.com ↗)
    258comments
  21. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    88comments
  22. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    67comments
  23. How come AI-related posts get so many points on HN?
    6comments
  24. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  25. Minimal Phone 2(minimalcompany.com ↗)
    218comments
  26. The Farnese letter(simonklee.dk ↗)
    6comments
  27. Cyclomatic Complexity in C#(ndepend.com ↗)
    18comments
  28. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    54comments
  29. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    97comments
  30. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    99comments

A New Bootable USB Solution

182 pointsby 4y agoventoy.net
40 comments
4y agoHN ↗

Love this. Saves me having several USB drives with different Operating Systems on them. And now you can buy relatively cheap flash drives that go up to 512GB & can stuff loads of ISOs onto it and boot into them with Ventoy.

4y agoHN ↗

I bought a few thumb drives for this and they arrived the same day I discovered Ventoy. Definitely experienced mixed emotions on that one.

4y agoHN ↗

I have my home network configured with netboot.xyz, which provides a similar experience except without using USB at all.

4y agoHN ↗

you can also boot netboot.xyz.iso from ventoy without configuring the network :)

4y agoHN ↗

This is a bit off topic, but I'd love to hear more detail as to your home network setup. I've seen netboot.xyz before but I have no real knowledge as to how such a setup would work.

4y agoHN ↗

What I did was get up a server as DHCP server on the LAN, install tftpd on it and have netboot.xyz on it. Then for other machines (inside same LAN) that you want to boot something or install a distro, you would boot LAN, the dhcp server you set up will automatically let that other machine boot into netboot.xyz and then you can choose your distro.

It works really well for colocation server where you don't have the freedom to go there and plug in an Usb or a DVD because it's 1000km away in the footsteps of a hotspring in Iceland for example.

4y agoHN ↗

You can also use Pixiecore to boot it without a DHCP and pxe servers.

4y agoHN ↗

I wish there was an easy way to install it on macos.

4y agoHN ↗

I am not sure if this is what you are asking, but you can create a bootable USB with ventoy on macos using Virtualbox.

Create a VM with no storage, boot from the ventoy ISO, pass through the USB port from the host machine. I used this a couple of days back to create a bootable ventoy drive from my Macbook Pro.

4y agoHN ↗

So many competing solutions. Yet I've never used one that worked on the first try. Wonder how this one is better than the others?

4y agoHN ↗

I've had the opposite experience, every single one works great first try but with most operating systems releasing at least twice per year these days. As such I haven't found the need to have a big list of options that I'll install more than once or twice anyways. That combined with UEFI there isn't much process to make USBs bootable.

Persistence always seemed cool on these types of tools but similarly I've never needed a persistent USB I'll boot from often enough to make the persistence more of a benefit than a burden.

4y agoHN ↗

It depends upon the OS.

I find that it is reliable for Linux and Windows. It is easy to copy an ISO onto a flash drive, it can store multiple ISOs, and those ISOs can be updated without overwriting other data on the drive. This means application installers and data backups can be stored on the same drive, making it a very convenient recovery drive.

As for other operating systems, they seem to boot partially but the boot process ultimately fails when they try to access the drive directly.

4y agoHN ↗

I screwed around with Ventoy for a while but couldn't get it to work for my use case. This was along with a slew of other USB booting solutions including (but not limited to) unetbootin, rufus, Sardu, lili, and yumi.

We have an obscure imaging program we licensed for our Windows fleet, and I wanted to do it along with a normal Windows 10 boot on one USB connected ssd. Finally got it working after days of research with just manually creating the partitions and putting them in the right order.

I'd lay out the part table, but I'm not at work...

*edit: I feel I should mention the imaging program is Windows based, maybe Windows PE (is that still a thing?). It does the spinning Windows 10 wait animation until booted.

4y agoHN ↗

I remember the day I've found Sardu, it was mind blowing, but they have this ridiculous thing about naming the ISOs and copying is really slow, now with Ventoy it's just work TM. We've come a long way.

4y agoHN ↗

PE exists as a 'lightweight' Windows environment and is basically what you are using as you install Windows from DVD/USB/ISO.

Under the bonnet there are also command line tools included in Windows such as DISM and WinImage and good old DiskPart that can be used to edit and dump a copy of the Windows OS (as a .wim file) onto a SSD/HDD and then boot it and let it auto-configure to the hardware.

4y agoHN ↗

This is actually nice, I can put ISOs from any Type-C device onto this drive without worrying about needing access to another working PC in order create a bootable drive to format my own systems.

4y agoHN ↗

I spent a while making the perfect portable Linux USB SSD with persistent storage and a universally mountable data partition using ventoy - then discovered that my Surface Laptop 3 can't boot upstream Linux and gave up on the whole endeavor.

4y agoHN ↗

I haven't been able to make Gandalf's WinPE image boot using Ventoy.

4y agoHN ↗

How about "Hirem's BootCD" WinPE image.

4y agoHN ↗

I've used it with Hirens with no issues other than ensuring UEFI is enabled on the computer I'm booting it on.

4y agoHN ↗

They have a list at https://www.ventoy.net/en/distrowatch.html of some supported operating systems.

It supports most Linux distros and it also supports FreeBSD.

Some operating systems that it failed to work with according to that page include, among others: ReactOS, SmartOS, Haiku and OpenBSD.

They have another list as well of tested operating systems here: https://ventoy.net/en/isolist.html

According to that page it supports many versions of Windows too, as well as VMware ESXi, Citrix XenServer, and Xen XCP-ng.

So probably a good idea to check those two lists first before choosing which operating systems you want to use with it, if you are looking to get something that works with the least amount of effort.

And if you have time to spare then try some that are currently marked as not working, or which have not been tested, and figure out how to get those working too and contribute that info to the Ventoy maintainer via their GitHub :)

4y agoHN ↗

Huh, fail with OpenBSD? I have successfully installed OpenBSD 6.9 i386 on my dad's laptop using Ventoy on MBR

4y agoHN ↗

Poor translation, but the meaning is obvious:

Either way. Use whichever works best for your target hardware.

4y agoHN ↗

That's why I like the answer. It's the user's choice.

4y agoHN ↗

Ah yes, exactly what I need. I tried to create something similar in the past with some grub magic, but this seems easier to maintain :D

4y agoHN ↗

This website is missing an "installation" section or a "how the fuck do I start using this". Dear developers, even if your software is easy to install and use, don't assume that everyone knows which method you've chosen to install and use your software. There are a million ways to do things, and I can't read your mind.

4y agoHN ↗

Fair enough, it's hidden under a navigation link called "Document", which isn't exactly clear.

4y agoHN ↗

What I really miss is the read only nature of CD, DVD based boots.

It is so easy to make the perfect USB only to ruin it by sticking in a "dirty" machine.

The write protect switches on a few select USB flash drives are more of a suggestion than a hard detterent.

4y agoHN ↗

I find Ventoy really good! Saves juggling many USB drives and it worked fine with the ISOs I tested including Windows 10, Macrium Reflect’s recovery disc, and Ubuntu. I was pretty close to buying a hardware solution (iodd) but for simple needs, Ventoy seems solid.

4y agoHN ↗

Getting a malware warning from virustotal.com on the download.