Coder Social home page Coder Social logo

Comments (7)

fhs avatar fhs commented on July 28, 2024

I'm guessing you're following the instructions here: https://github.com/Harvey-OS/harvey/wiki/Booting-Harvey-on-real-hardware-II-(USB) ?
These instructions don't get tested often as most of us netboot harvey these days.

The syslinux command is a Go program that's installed from harvey-os.org/cmd/syslinux into $HARVEY/linux_amd64/bin. It works if you run it from util directory, but we need to fix both the wiki instructions and how syslinux works.

from harvey.

 avatar commented on July 28, 2024

yes I was following those instructions, if I installed the syslinux Go program would i then be able to build a bootable harvey USB?

from harvey.

fhs avatar fhs commented on July 28, 2024

@Lexi-kelly I think that syslinux program should be deleted. Try the util/build-img.sh script instead from PR #1076.

from harvey.

 avatar commented on July 28, 2024

doesn't the build-img script only build a qemu image? i'm looking to make a bootable usb image, is there a way i could change the script to do that or convert the qemu image to a bootable usb?

from harvey.

fhs avatar fhs commented on July 28, 2024

@Lexi-kelly If you run ./util/build-img.sh -f raw it'll produce a raw image instead of a qcow2. Then you can copy it to your usb stick.

from harvey.

 avatar commented on July 28, 2024

thank you for your help with this issue. I was just a bit confused due to the documentation mentioning the syslinux script, i'm guessing the build-img script is basically the same as the syslinux script just with a different name?

from harvey.

fhs avatar fhs commented on July 28, 2024

thank you for your help with this issue. I was just a bit confused due to the documentation mentioning the syslinux script, i'm guessing the build-img script is basically the same as the syslinux script just with a different name?

Yeah, they do pretty much the same thing as far as I understand but implemented very differently. The build-img.sh script uses guestfish which mean it doesn't require root access and it'll also more portable since it doesn't depend on linux kernel's nbd module.

from harvey.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.