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
3 Pages V < 1 2 3 >  
Reply to this topicStart new topic
> Ldots,can You Make The Xboxhdm Lock Auto?
total_ass
post Jul 13 2004, 06:16 PM
Post #16


X-S Hacker
******

Group: Members
Posts: 3000
Joined: 6-June 04
From: England
Member No.: 124000
Xbox Version: v1.4



Ldots, my man, can you please explain to me how to upgrade my hard drive using Xboxhdm, assuming i have backups of my hard drives on my pc. Also, do i need to backup my eeprom, and if so, then how?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ldots
post Jul 13 2004, 06:29 PM
Post #17


X-S Freak
*****

Group: Members
Posts: 1496
Joined: 2-March 04
Member No.: 104181



If you have some kind of exploit running on your xbox upload ConfigMagic and run its backup option. This will dump the eeprom. Alternatively have a recent version of Evox do the same.

Prepare the xboxhdm CD as explained in the thread/tutorial, putting a working backup of C: in the xboxhdm/linux/C folder and optionally what you want in xboxhdm/linux/E. Also copy your eeprom to the package as xboxhdm/linux/eeprom/eeprom.bin

Run the make-iso-win.bat script and burn the iso.

Boot with your new HDD on Primary Master and once bootet type xboxhd and push enter.

Choose "Build HDD from scratch"

Then choose "Generate HDD password" and afterwards "Make DOS floppy with locking tools". Write down the generated password (triple check!) or copy it to the floppy :
CODE
mkdir /mnt/floppy
mount -t vfat /dev/fd0 /mnt/floppy
cp hdkey.txt /mnt/floppy
umount /mnt/floppy


reboot using the DOS floppy and lock the HDD with the hdlock command. (triple check!)

In the near future the copying or writing down of the hdkey.txt file should not be nessecary smile.gif

This post has been edited by ldots: Jul 13 2004, 06:30 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Voodoo Child
post Jul 13 2004, 07:37 PM
Post #18


X-S X-perience
**

Group: Members
Posts: 318
Joined: 24-April 03
Member No.: 34056



Man this good news,my new hdd comes in this week,when can we expect this update?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Voodoo Child
post Jul 14 2004, 12:26 AM
Post #19


X-S X-perience
**

Group: Members
Posts: 318
Joined: 24-April 03
Member No.: 34056



Idots can i get a copy of that auto lock version?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
chimpanzee
post Jul 14 2004, 12:41 AM
Post #20


X-S Freak
*****

Group: Members
Posts: 1020
Joined: 8-December 03
Member No.: 80325



QUOTE (ldots @ Jul 13 2004, 02:10 PM)
It's possible - I think smile.gif but requires some work. Some time ago I did some reading on the ATA specs and pretty much know what to do. It will take some time though - something I dont have at the moment.
Seems that making a locking tool to work directly from linux will not work, but I think I would have to embed the locking/unlocking code in the linux-kernel. I hope to get the time to try this in the future, but dont expect a solution soon.

I thought hdtool in the cvs is supposed to be the one to do this lock/unlock things under linux ?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ldots
post Jul 14 2004, 07:21 AM
Post #21


X-S Freak
*****

Group: Members
Posts: 1496
Joined: 2-March 04
Member No.: 104181



It is - and it might work on the xbox, but I have had no luck running it from xboxhdm, or any linux on the PC. Dont know why exactly but I have a feeling that once the linux kernel has accessed the HDD it will not accept the ATA security commands.

Has anyone locked/unlocked a HDD on a fully bootet linux system with hdtool ???
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
chimpanzee
post Jul 14 2004, 07:32 AM
Post #22


X-S Freak
*****

Group: Members
Posts: 1020
Joined: 8-December 03
Member No.: 80325



QUOTE (ldots @ Jul 14 2004, 09:21 AM)
It is - and it might work on the xbox, but I have had no luck running it from xboxhdm, or any linux on the PC. Dont know why exactly but I have a feeling that once the linux kernel has accessed the HDD it will not accept the ATA security commands.

Has anyone locked/unlocked a HDD on a fully bootet linux system with hdtool ???

I read in the cvs log that the queue task file feature needs to be enabled in the ide driver. I am working on a custom xbox kernel to make the ide driver as a module and changing the linuxrc script to not loading it. After that, would need to buy a new 120G HD so I can test the process in place(hotswap out the DVD).
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ldots
post Jul 14 2004, 08:19 AM
Post #23


X-S Freak
*****

Group: Members
Posts: 1496
Joined: 2-March 04
Member No.: 104181



Hmm, cant seem to find anything about that in the CVS log. Can you point me in the right direction?

Could it be the CONFIG_IDE_TASK_IOCTL feature that is needed? I see that the ide-taskfile.c code has the ATA_SECURITY commands mentioned.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
chimpanzee
post Jul 14 2004, 08:23 AM
Post #24


X-S Freak
*****

Group: Members
Posts: 1020
Joined: 8-December 03
Member No.: 80325



QUOTE (ldots @ Jul 14 2004, 10:19 AM)
Hmm, cant seem to find anything about that in the CVS log. Can you point me in the right direction?

Could it be the CONFIG_IDE_TASK_IOCTL feature that is needed? I see that the ide-taskfile.c code has the ATA_SECURITY commands mentioned.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ldots
post Jul 14 2004, 08:35 AM
Post #25


X-S Freak
*****

Group: Members
Posts: 1496
Joined: 2-March 04
Member No.: 104181



Thanks. Xboxhdm is using the 2.4.25 kernel but there is no reason to believe this doesn't apply to that kernel also. It was the .config entry I listed in my previous post smile.gif
Will try and see if that makes a difference.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
total_ass
post Jul 14 2004, 02:44 PM
Post #26


X-S Hacker
******

Group: Members
Posts: 3000
Joined: 6-June 04
From: England
Member No.: 124000
Xbox Version: v1.4



another n00bish question, this doesn't require linux to be running does it?

oh and, do i need compressed forms of c and e and the eeprom, or the actual files to be in the folder?

This post has been edited by total_ass: Jul 14 2004, 02:47 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ldots
post Jul 14 2004, 02:49 PM
Post #27


X-S Freak
*****

Group: Members
Posts: 1496
Joined: 2-March 04
Member No.: 104181



It's build on linux, but you dont have to have linux on your PC. The xboxhdm CD is a small linux OS in itself - a CD bootable linux.

Just add files as they are to the C,E and eeprom folder. No compressing.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
total_ass
post Jul 14 2004, 02:54 PM
Post #28


X-S Hacker
******

Group: Members
Posts: 3000
Joined: 6-June 04
From: England
Member No.: 124000
Xbox Version: v1.4



It's just that earlier you said 'a working backup of c and e' so i wasn't sure if you meant a compressed form of it created by your ude installer or not. can i put the backup from your installer in the folder instead? does it matter which i use, for example could i use a backup of C and the eeprom but the actual e drive instead?

p.s does the media i burn the iso to matter, e.g speed and cdr type? and i just restart with the cd in the drive?

This post has been edited by total_ass: Jul 14 2004, 02:56 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ldots
post Jul 14 2004, 02:59 PM
Post #29


X-S Freak
*****

Group: Members
Posts: 1496
Joined: 2-March 04
Member No.: 104181



It will not work with a compressed image of C:

You can take the backup generated from the UDE installer but you must extract it before adding it to the xboxhdm/linux/C folder.
You can leave the E folder empty if you like, but if you add files here they cannot be compressed.
Finally the eeprom must be called eeprom.bin
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
total_ass
post Jul 14 2004, 03:01 PM
Post #30


X-S Hacker
******

Group: Members
Posts: 3000
Joined: 6-June 04
From: England
Member No.: 124000
Xbox Version: v1.4



so i can just ftp to the xbox and literally drag all of the c and e files to the corresponding folders in the linux folder and then burn it?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





3 Pages V < 1 2 3 >
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 19th May 2013 - 09:43 PM