Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. I Built Non-Autoregressive Decision Models with RL a Year Ago(convaiinnovations.com ↗)
    151comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    506comments
  3. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    188comments
  4. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    75comments
  5. Tin: full-text search for Postgres(planetscale.com ↗)
    48comments
  6. “The Secret Life of Circuits” is here(coredump.cx ↗)
    56comments
  7. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    45comments
  8. Supabase (YC S20) Is Hiring for OrioleDB(supabase.link ↗)
    discuss
  9. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    562comments
  10. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    17comments
  11. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    10comments
  12. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    137comments
  13. San Francisco Onion Futures Company(onionfutures.com ↗)
    123comments
  14. What Zig felt like, coming from Rust(besok.github.io ↗)
    122comments
  15. Almost Never Use AI to Write Anything Substantive(erichgrunewald.substack.com ↗)
    11comments
  16. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    199comments
  17. Cloudflare Quick Tunnels(cloudflare.com ↗)
    301comments
  18. How to Write with an LLM(sockpuppet.org ↗)
    362comments
  19. Adventures in Microcontroller Circuit Debugging(bigmessowires.com ↗)
    1comments
  20. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    27comments
  21. Communication by means of modulated Johnson noise(pnas.org ↗)
    20comments
  22. Saving another 100TB of RAM(cloudflare.com ↗)
    93comments
  23. SDCC – Small Device C Compiler(sourceforge.net ↗)
    25comments
  24. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    14comments
  25. Science Is Open Software(jepedersen.dk ↗)
    51comments
  26. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    49comments
  27. OpenJev(openjev.com ↗)
    281comments
  28. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    126comments
  29. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    9comments
  30. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    123comments

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.