xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
 
Reply to this topicStart new topic
> Network Boot?
frenchface
post Dec 3 2008, 11:14 PM
Post #1


X-S Enthusiast


Group: Members
Posts: 5
Joined: 27-February 08
Member No.: 374540



Hey is there anyway to have the xbox do a network book?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
openxdkman
post Dec 4 2008, 12:07 PM
Post #2


X-S Genius
****

Group: Moderator
Posts: 822
Joined: 2-August 06
Member No.: 292548
Xbox Version: unk
360 version: unknown



Ancestor of dhcp protocol (don't remember its name) is the standard thing for network boot I guess.

Nothing standard is publicly available yet (based on a complete tcp/ip stack) for openxdk, but you can create something similar with this :
http://home.tele2.fr/~fr-51785/xb1_pktdrv.zip

The given sample describes how to do a ping with minimal code with openxdk.
That's enough (that and good reading of dhcp standard rfc????.txt) for trying to recreate dhcp protocol.
After all, all you need is have servers know you exist and ask for a file transfert from a server.
Easiest thing then is to write the file down on hdd and try to chain it (assuming it's a .xbe able to run).
The program doing the request would be running from dashboard in a sort of autorun mode (I guess some dashboard could allow that kind of option, to run a .xbe right at booting time)
I don't have much experience in chaining a .xbe from a previous .xbe, but some may have here in this forum.

Since dashboards have native hidden ftp server onboard, thay may even do dhcp for you, and maybe some have an option to automatically download a .xbe from another ftp server and boot it... Who knows...
Try browsing documentation of existing alternative dashboards for xbox1

This post has been edited by openxdkman: Dec 4 2008, 12:10 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
frenchface
post Dec 4 2008, 04:46 PM
Post #3


X-S Enthusiast


Group: Members
Posts: 5
Joined: 27-February 08
Member No.: 374540



so is there nothing already premade? what about using etherboot, making a dvd img and booting from that?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
obcd
post Dec 5 2008, 11:39 AM
Post #4


X-S Hacker
******

Group: Moderator
Posts: 2737
Joined: 5-April 07
Member No.: 337188
Xbox Version: v1.0
360 version: none



I remember an application from xman954 that makes it possible to launch the contents of an iso file. I think most dashboards have the same possibilities.

So, if you could create something that get's that iso from another pc over the network, you would have what you are looking after (I think)

The problem is that you need to find the low level functions in the Kernel that are responsible for reading sectors from disk, and you will need to pass those requests to the server on the network. The server can answer with the requested sectors of data.

I don't know if there are documented kernels available, so it might be a nearly impossible to accomplish job.

I am not even sure the whole thing will be fast enough to play games over the network that way.

Just a thought. Feel free to comment.

regards.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 18th May 2013 - 10:02 AM