GithubHelp home page GithubHelp logo

Real hw about cosmos HOT 14 CLOSED

cosmosos avatar cosmosos commented on July 18, 2024
Real hw

from cosmos.

Comments (14)

ARMmaster17 avatar ARMmaster17 commented on July 18, 2024

You can't inherently "install" your operating system like you do with Windows or Linux. Instead you will run it as a Live CD. Open up your project in Visual Studio and take a look at the two projects listed in Solution Explorer. Right-click on the project that is called _your_os_name_Boot and click Properties. From the window that pops up, click the ISO image option. Then click Save. Now click the Start button from the toolbar and wait for it to finish building. Once that finishes, a window will pop up with a bunch of files. You will find a file in that window called your_os.iso. Use an image-burning application to burn that to a CD.

And as for HW buttons. PS/2 keyboards and mice should work. As for USB it can vary. You just have to try it for yourself and see if it works.

That's it. Hope this helps! 😄

from cosmos.

ARMmaster17 avatar ARMmaster17 commented on July 18, 2024

It's also worth noting that as far as I know, you CAN NOT use a program such as unetbootin to deploy the .iso file to USB devices. I have not yet tried PXE (currently fighting a TFTP error), but that should work if you run out of options.

from cosmos.

ARMmaster17 avatar ARMmaster17 commented on July 18, 2024

Update: Fixed my PXE server. PXE boot does indeed work. I simply added the option to download the .iso file to RAM, then chainload it. If you would like more information on how to set PXE booting up, my skype username is "j z" without the quotes.

from cosmos.

mterwoord avatar mterwoord commented on July 18, 2024

We have an option to boot to pxe from VS i think? Would you be interested in getting that improved?
We don't use the iso then, but use pxelinux..

from cosmos.

ARMmaster17 avatar ARMmaster17 commented on July 18, 2024

The PXE program crashes when you try to launch it from VS (Error said something about not enough arguments, I'll try to make it crash and upload a dump later today. Same also happens with the USB tool).

from cosmos.

ARMmaster17 avatar ARMmaster17 commented on July 18, 2024

I personally use Serva since it uses ProxyDHCP, that way I don't have to reconfigure my existing DHCP network to use it, or go offline on a private network.

from cosmos.

czhower avatar czhower commented on July 18, 2024

Why not work to fix what we have? That is far easier and will benefit far more users. Its probably a simple fix.

from cosmos.

ARMmaster17 avatar ARMmaster17 commented on July 18, 2024

@czhower That would have to be opened as a separate issue. The original post was a question that has been, for the most part, answered.

from cosmos.

czhower avatar czhower commented on July 18, 2024

Our DHCP does not required you to reconfig your network but the recommended use is to use a dedicated NIC for it (secondary). Using a single NIC has a lot of complications unless you use a VLAN and many BIOSes dont' support that on the guest side anyway..... DHCP is necessary because the info for the PXE boot / bootp is contained IN the DHCP info....

from cosmos.

ARMmaster17 avatar ARMmaster17 commented on July 18, 2024

I understand how the tool works. It's just that I live in a house where I don't have admin access to the router, nor the ability to run a custom DHCP server 24/7 (to much power usage).

from cosmos.

czhower avatar czhower commented on July 18, 2024

You dont need to change anything on the router. The DHCP server runs on your PC and uses a different subnet than your network. Its all self contained and its part of the Cosmos code. I wrote the DHCP and PXE directly into Cosmos debugger in C#.

from cosmos.

czhower avatar czhower commented on July 18, 2024

It might be that the old PXE still wants to use the old 3P external EXE... if so then what someone needs to do is share the code with the PXE Kudzu version, but disable the controller code which is used to turn on and off the PC using the custom board.

from cosmos.

mterwoord avatar mterwoord commented on July 18, 2024

Chad, DHCP/PXE are network wide, so if the same network card is on a
network with an existing DHCP server, you get interesting situations..

2015-05-09 20:12 GMT+02:00 Chad Z. Hower aka Kudzu <[email protected]

:

You dont need to change anything on the router. The DHCP server runs on
your PC and uses a different subnet than your network. Its all self
contained and its part of the Cosmos code. I wrote the DHCP and PXE
directly into Cosmos debugger in C#.


Reply to this email directly or view it on GitHub
#70 (comment).

from cosmos.

czhower avatar czhower commented on July 18, 2024

Yes, but this is why the best thing to do is use a separate NIC and a crossover cable. Doing it over an existing network is asking for trouble. As I said before, there are ways with VLANs or priority, but most BIOSes dont support VLAN for PXE booting... .. the priority has side effects as well. Even if it is a laptop, a USB Ethernet adaptor is about $15....

from cosmos.

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.