Installation / Removal > Rockbox Utility
A Million Installation Problems...
bluebrother:
--- Quote from: Kibbles0515 on August 17, 2011, 02:31:26 PM ---Where can I get my hands on one? Hahahaha.
--- End quote ---
What's so funny about that? Windows is much more widespread than OS X, so getting your hands on a Windows machine is usually way easier to get your hands on an OS X machine.
--- Quote from: Kibbles0515 on August 17, 2011, 02:31:26 PM ---I tried the entire process again, ejecting and restarting with the iPod in disk mode. I also created the partition, and ejected the iPod again. After connecting it to the computer again, it says that my iPod is in recovery mode. ipodpatcher says it isn't an iPod and that I don't have permissions.
--- End quote ---
Please be more specific. How does this "don't have permissions" look like? Who says that your Ipod is in recovery mode? Do you have Itunes *shut down* (not only closed)? Did you run the dd command as root user?
I'm suspecting that Itunes is interfering with what you're doing.
Kibbles0515:
Ok, I'm gonna run through it again, and document EVERYTHING.
I am following the instructions at http://www.rockbox.org/wiki/IpodConversionToFAT32
I have a 5th Gen iPod Video and Mac OS X.
The iPod has been restored with iTunes, but has no media on it. It is set to not open iTunes when the iPod attaches, and has disk use enabled.
I used ipodpatcher to find the byte-sector size:
[INFO] Scanning disk devices...
[INFO] Read XML info (9694 bytes)
[INFO] Ipod found - Video (aka 5th Generation) ("macpod") - /dev/disk1
[INFO] Reading partition table from /dev/disk1
[INFO] Sector size is 512 bytes
[INFO] Part Start Sector End Sector Size (MB) Type
[INFO] 0 63 131134 64.0 Empty (0x00)
[INFO] 1 131136 58605111 28551.7 HFS/HFS+ (0xffff)
[INFO] Read XML info (9694 bytes)
[INFO] Ipod model: Video (aka 5th Generation) (32MB RAM) ("macpod")
[INFO] ************************************************************************
[INFO] *** WARNING FOR ROCKBOX USERS
[INFO] *** You must convert this ipod to FAT32 format (aka a "winpod")
[INFO] *** if you want to run Rockbox. Rockbox WILL NOT work on this ipod.
[INFO] *** See http://www.rockbox.org/twiki/bin/view/Main/IpodConversionToFAT32
[INFO] ************************************************************************
Enter i to install the Rockbox bootloader, u to uninstall
or c to cancel and do nothing (i/u/c) :c
Press ENTER to exit ipodpatcher :ENTER
logout
I download the 512-byte sector mbr file called mbr-video30gb.bin from http://www.rockbox.org/wiki/IpodConversionToFAT32
I use Terminal to navigate to the location where I stored the mbr (I have omitted most of the files in the folder for simplicity:
Blakes-Computer-4:~ kibblesnbits$ cd /Applications
Blakes-Computer-4:Applications kibblesnbits$ ls
mbr-video30gb.bin
Then I unmount the iPod and run dd if=mbr-xxxx.bin of=/dev/diskN, where xxxx is the name of the mbr and diskN is the disk name of the iPod, found using Disk Utility:
Blakes-Computer-4:Applications kibblesnbits$ dd if=mbr-video30gb.bin of=/dev/disk1
1+0 records in
1+0 records out
512 bytes transferred in 0.032464 secs (15771 bytes/sec)
Now I use Disk Utility, select the disk called "30.01 GB Apple iPod Media," select Erase, use the drop-down menu to select "MS-DOS (FAT)," rename it IPOD, and hit Erase. Here is Disk Utility's log:
2011-08-17 12:14:23 -0700:
Name : Apple iPod Media
Type : Disk
Partition Map Scheme : Apple Partition Map
Disk Identifier : disk1
Media Name : Apple iPod Media
Media Type : iPod
Connection Bus : USB
USB Serial Number : 000A270014EEF960
Device Tree : IODeviceTree:/PCI0@0/USB7@1D,7
Writable : Yes
Ejectable : Yes
Mac OS 9 Drivers Installed : No
Location : External
Total Capacity : 30.01 GB (30,005,821,440 Bytes)
S.M.A.R.T. Status : Not Supported
Disk Number : 1
Partition Number : 0
2011-08-17 12:15:03 -0700: Unmount of “IPOD†succeeded
2011-08-17 12:18:04 -0700: Preparing to erase : “IPODâ€
2011-08-17 12:18:04 -0700: Partition Scheme: Master Boot Record
2011-08-17 12:18:04 -0700: 1 volume will be created
2011-08-17 12:18:04 -0700: Name : “IPODâ€
2011-08-17 12:18:04 -0700: Size : 30.01 GB
2011-08-17 12:18:04 -0700: Filesystem : MS-DOS (FAT)
2011-08-17 12:18:04 -0700: Unmounting disk
2011-08-17 12:18:06 -0700: Creating partition map
2011-08-17 12:18:07 -0700: Waiting for disks to reappear
2011-08-17 12:18:07 -0700: Formatting disk1s1 as MS-DOS (FAT) with name IPOD
2011-08-17 12:18:07 -0700: 512 bytes per physical sector
/dev/rdisk1s1: 58576416 sectors in 1830513 FAT32 clusters (16384 bytes/cluster)
bps=512 spc=32 res=32 nft=2 mid=0xf0 spt=32 hds=255 hid=0 bsec=58605057 bspf=14301 rdcl=2 infs=1 bkbs=6
2011-08-17 12:18:07 -0700: Mounting disk
2011-08-17 12:18:08 -0700: Erase complete.
2011-08-17 12:18:08 -0700:
Now, I check the format of the disk, and Disk Utility says FAT32.
Now, I'm going to follow the instructions found at http://download.rockbox.org/daily/manual/rockbox-ipodvideo/rockbox-buildch2.html#x4-60002
I quit iTunes and open Rockbox. I click change to change the device and hit AutoDetect; it says "Could not detect a device.
Select your device and Mountpoint manually."
I browse to Volumes/IPOD and select Ipod Video (5th gen) (Stable) and click Ok.
I click Complete Installation and click OK.
The Progress Box says "Error reading partition table - possibly not an Ipod"
And I'm done.
gevaerts:
From your disk utility log:
--- Code: ---Partition Map Scheme : Apple Partition Map
--- End code ---
That's not going to work.
torne:
You are formatting the entire disk; you need to only format the data partition, and leave the rest of the disk alone. You want to format /dev/disk1s2, not the whole of /dev/disk1. Restore it in iTunes (to reinstall the contents of the hidden firmware partition) then start over and select just the partition in disk utility. If you can't work out how to do that (I don't know how to use it, don't have a mac) then you should be able to do it from the command line with "newfs_msdos -F32 -v iPod /dev/disk1s2".
Kibbles0515:
--- Quote from: gevaerts on August 17, 2011, 04:50:22 PM ---From your disk utility log:
--- Code: ---Partition Map Scheme : Apple Partition Map
--- End code ---
That's not going to work.
--- End quote ---
Thanks for you help?
--- Quote from: torne on August 17, 2011, 04:59:26 PM ---You are formatting the entire disk; you need to only format the data partition, and leave the rest of the disk alone. You want to format /dev/disk1s2, not the whole of /dev/disk1. Restore it in iTunes (to reinstall the contents of the hidden firmware partition) then start over and select just the partition in disk utility. If you can't work out how to do that (I don't know how to use it, don't have a mac) then you should be able to do it from the command line with "newfs_msdos -F32 -v iPod /dev/disk1s2".
--- End quote ---
I thought that might be a problem! I wasn't sure which to click. Thanks! I'll try again...
Post Merge: August 17, 2011, 05:54:25 PMDamn. Things were going to well, too. RockBox even auto-identified my iPod. I clicked on Complete Installation in Rockbox, and THIS time it said:
Downloading bootloader file
Download finished
Installing rockbox bootloader
Could not open Ipod in R/W mode
I assume that R/W means Read/Write, which means my permissions aren't correct. But I did all this with Admin access...solutions?
Post Merge: August 17, 2011, 05:58:20 PMNevermind, I tried it again and everything seems to be working fine! I'm just waiting for RockBox to finish! Thanks to EVERYONE for your help! I'll be sure to post again if something new goes wrong!
Navigation
[0] Message Index
[*] Previous page
Go to full version