Repair,your,iPod,Mini,using,Li computer Repair your iPod Mini using Linux


----------------------------------------------------------Permission is granted for the below article to forward,reprint, distribute, use for ezine, newsletter, website,offer as free bonus or part of a product for sale as longas no changes a Gone are those times when the companies and the organisations didn't need a hi-tech system to handle them. Owing to the considerable increase in the business sector and thus, an enormous increase in the complexity of the organisational struc


This process involves using a Linux Boot CD, an iPod Mini (4GB), and a local Harddisk! It was tested with a friends nuked iPod Mini. You need to follow these instructions EXACTLY. If you are worried about erasing your own local PC Harddisk in the process, take it out and use another disk or use a test-PC you may have etc.. this process should only touch your local HD for READING, but if you make a typo you could accidently write the ipod firmware to your own local HD and that would render your PC USELESS! OK!? I also hope I wrote this up proper.. I've re-read it a few times! Also, I guess this process goes against your warranty or somein.This process has been tested with: iPod Mini 4GB WINDOWS version using USB connection, Knoppix Live CD v3.4, Windows 2000 SP4, Pentium 3-500 PC.NOTE! - This process has been tested using a USB connection, I have not seen the firewire connection and therefore most of this document would be irrelevant for that connection type!NOTE! - The MAC iPod Mini is slightly different (disk structure is 3 partitions instead of 2), and since I haven't even seen a Mac iPod none of the below applies to a Mac iPod!NOTE! - This process has been tested with a 4GB iPod Mini. Larger size Mini's should also work since we are not specifying a size for the 2nd partition, but that is untested OK!.Have Fun!ProblemiPod appears nuked, only shows folder icon and ! on its LCD and is unmountable under windows? (running iPod Updater just does nothing - does not even detect the device as an ipod!)This is likely due to complete loss of Harddisk boot sector, structure and areas.BasicsiPod structure: (WINDOWS iPod Mini version)Hard Disk (4GB) -> Partition 1 = 32MB for Operating System -> Partition 2 = ~4GB (4161536MB?) for User Data (FAT32 file system)Boot sequence: (?)Arm ARM7TDMI CPU init -> Execute ROM init and code -> Boots HD Boot Sector -> Boots HD Partition 1 (Operating System, Arm code) -> System Up!Requirements- iPod Mini (tested : 4GB UK model) - iPod Updater software (tested : 2005-03-23) - Resource Hacker program (v3.4.0) - Knoppix Live CD Linux v3.4 or later (other Linux versions would abviously work, I guess you need kernel 2.4.x, dd, mkfs.x, fdisk etc) - .. adventurer's spirit hey!The ProcessFirstly, you need to extract the firmware binary file out of the iPod Updater program. Use Resource Hacker under Windows, open the iPod Updater exe file, open the FIRM folder. Now you need to open the IDR_FIRMWARE-3.2.5 folder, and then select the 1033 file. Now extract this resource as a binary file to somewhere on your local HD (eg: c:mini325.bin).Shutdown windows.Turn off PC.Plug in your iPod Mini. (tested : USB connection)Boot your PC from your Knoppix Linux Live CD.Once Linux is up and booted, it should have mounted your local HD, probably as hda1. I would mount it manually anyway!Open a Terminal session, get into root user with "su -", you should have: ~Knoppix[root]$: (or something like that).Mount your local HDMake a local mount point directory (where you will access your local HD) mkdir /mnt/localhdMount your local HD: (NTFS drives, windows xp, 2000 etc) mount -t ntfs /dev/hda1 /mnt/localhdMount your local HD: (FAT32 drives, windows 98, me) mount -t vfat /dev/hda1 /mnt/localhdDo a directory listing to check contents of your local HD: cd /mnt/localhd ls -laYou should see "mini325.bin", your ipod mini firmware! (or the file you called it!)Of course, if you stored the firmware on a slave HD, you need to mount that instead. In the end of the day you need access to the firmware binary file.Prepare Your iPod MiniYour iPod Mini should have attached as a fake scsi device /dev/sda.To check this, "more /dev/sda" should show it is there. (Ctrl+C to quit moreing)Now we need to prepare the disk stucture on the iPod:fdisk /dev/sdaUse "p" to print out the current disk structure, it should be blank! no partitions! (if there are partitions then you are in unchartered terriroty and perhaps should delete them all - untested!)Now we need to make two new partitions, one for the boot area, one for the user data.Follow exactly: { explanations are in curly brackets, do not type these  }{ setup first partition, 32 MB in size } n p 1 +32M{ setup second partition, the rest of the hard disk } n p 2{ change type of partition 1 to 0, no format } t 1 0{ change type of partition 2 to b, ie: FAT32 } t 2 b{ show partition layout, should be two partitions now } p{ write partition layout to the iPod } w{ quit fdisk back to command prompt once complete } qYou should now be back to the good ol' ~Knoppix[root]$: prompt. (or similar!)Format Partition 2From the command prompt:mkfs.vfat -F 32 -n "name" /dev/sda2This will format the 2nd partition of the iPod, and give it a volume name "name".After this you are returned to the command prompt ~Knoppix[root]$: etc.Write Firmware to Partition 1From the command prompt:dd if=/mnt/localhd/mini325.bin of=/dev/sda1This will write the input file mini325.bin from your localhd mount to the 1st partition of the ipod mini (the partition for the operating system).This may take a few moments, you will be returned to the command prompt when complete!Mount your iPod under LinuxOut of curiosity, mount the 2nd partition of your iPod to check it is ok!mkdir /mnt/myipod mount -t vfat /dev/sda2 /mnt/myipod cd /mnt/myipod ls -laThere should be no files, but it should mount ok like any other fat32 disk!Shutdown Linux and turn off your PC!Unplug your iPod Mini from your PC.Switch the iPod on, it should require you to plug into your mains power supply!Plug in power, switch power on, iPod will boot up like any other booting computer, complete with loading progress bar and screen refresh . After this, you should be able to select language and use your iPod again!Next up - ditch i-tunes because it is a bit of a demon and use Anapod or Gnupod or something and enjoy your iPod as you should! Freee...Thank heavens for Linux eh!! and thank heavens for people trying to stick linux their pods, reading up on that is where I figured all this stuff out.Forgotten Credits - these guys did all the hard work - Alan Donovan, Pedro Diaz. Without them this would not have been so easy!Thats all folks..! iPodFixed

Repair,your,iPod,Mini,using,Li

computer

Equipment Rental Software – Features And Cost

Equipment rental management software is an essential thing these days for any equipment rental company.A well-developed equipment rental software provides you with a variety of features that can really help you maintain and organise your cus ...

computer

5 Big Reasons Why I Migrated From Angularjs To React

I have 5 main reasons for my angularjs to react migration. No, it's not a comparison on which is better. A comparison between apples and oranges would make no point. React is a library, and angular is a framework. Both can do stuff in their ...

computer

How to troubleshoot McAfee error 2318?

Security software means McAfee! For many computer users, McAfee antivirus is the only choice for security software as it provides all the features and tools which are necessary for device and data protection. This robust antivirus merely sho ...

computer

Manage Multiple Counter With AlignBooks Point of Sale

Fulfilling your businesss needs which can grow your firm is our aim. AlignBooks is better known for providing a strong pillar to newly started or midway businesss. Those companies who dont want to fall back with irregularity manage the inven ...

computer

How to Autoplay Embedded YouTube Videos

Source: How to Autoplay Embedded YouTube VideosEmbedding a video or audio enables the users to share their videos with any of their preferred sites or any social networking platforms. They can do so by copying the embedded link of the parti ...

computer

3 Major Mistakes to Avoid in Retail Business

Truth be told, nearly half of the retail businesses survive longer than four years and which can be something to ponder for a newbie before stepping into the industry. However, this being said, it is also true that you can excel in the indus ...

computer

Start Your Own Computer Repair Business

1. Know your street value. In the early 90's, running a PC repair business centered around selling parts and products, with service on the side. Today, it's about selling hours. If you run a business, you need to consider the X3 rule. That m ...

computer

How Establishments Show Up in Restaurant Searches

The revolutionary rise of technology has made things easy-peasy for consumers in the restaurant industry. Unlike the old days, the availability of innumerable platforms has made it possible for diners to choose from various searching options ...

computer

GuildWars 2 :

The last expansion pack for Guild Wars 2 was Path of Fire, which was released in 2017 and brings you a new enemy-Balthazar, the evil god of war. Although this doesn't sound like another expansion pack currently in production, some fans ma ...

computer

Customer Support at the time of COVID-19 Pandemic

COVID-19 is the worst crisis of our time as we observe social distancing protocols being imposed all around the world. While these measures are a step in effectively managing the COVID-19 pandemic, Hospitality and Retail businesses are confr ...

computer

How to Choose a Contract Management Solution (CLM)?

Contract life cycle management (CLM) systems can simplify and automate contract creation, negotiation, execution and storage. They are an intelligent alternative to the tedious hand tools formerly used for these tasks, which lacked visibili ...

computer

Contacting Google Live Person to Resolve Your Issues

Users are fond of all the Google supported products and look forward to the best services. Also, Google as a whole has never disappointed its users and helped them at every point with its commendable services. Also, being a customer-oriente ...

computer

how to uninstall discord

How to Uninstall Discord in Windows 10? has supported open source technologies, our tool is secure and safe to use. To uninstall a discord from your windows, you'll use this method which is given below.USING THIRD PARTY TOOLS1. Firstly, you ...