I would suggest flashing the modified bootloader
here instead of using single boot mode for the following reasons:
I found out the hard way that booting into Apple's Disk mode via the instructions
here:
Usage
Turning on the iPod
Unlock the HOLD switch, or press any button if already unlocked.
Turning off the iPod when running Rockbox
Hold down the PLAY button, until you see Shutting down...
Switching from Apple's firmware to Rockbox
Hold down MENU+SELECT, until the iPod reboots. Release them immediately after the screen goes black.
Switching from Rockbox to Apple's firmware
Turn off the iPod, then turn it on and immediately lock the HOLD switch.
- OR -
Turn off the iPod, then turn it on and immediately hold down MENU.
Entering Apple's Disk mode
Turn off the iPod. Power it on by holding down SELECT+PLAY, keep holding until Disk mode starts.
Entering Apple's Diagnostics mode
Turn off the iPod. Power it on by holding down SELECT+LEFT, keep holding until Diagnostics mode starts.
Entering Rockbox's Bootloader USB mode
Turn off the iPod. Power it on by holding down SELECT+RIGHT, keep holding until you see the USB Mode message.
Will also corrupt your disk...
After spending a few days to re-transfer my music...
I just tested installing a freshly recompiled stock bootloader in single mode via:
[foo@bar mks5lboot]$ sudo ./mks5lboot --bl-inst ./bootloader-ipod6g.ipod --single
mks5lboot Version ee15e45224-200125
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[INFO] Building DFU:
[INFO] type: BL installer (single)
[INFO] BL size: 102592
[INFO] DFU size: 110736
[INFO] model name: Classic 6G
[INFO] platform: ipod6g
[INFO] RB name: ip6g
[INFO] RB num: 71
[INFO] libusb: found [05ac:1223] at bus 1, device 30, USB ver. 0200
[INFO] iPod Nano 3G / Classic, mode: DFU
[INFO] DFU image sent successfully (110736 bytes)
As suggested
here.
I find that I can still boot into the Apple firmware via the HOLD switch and it prompts to "Connect to iTunes to restore" but this thankfully
doesn't corrupt my disk.
I'm not going to attempt to boot into Apple's Disk mode as it seems that its still possible to dual boot after flashing in --single mode.
I suspect that it is not removing the OF partition whcih is the opposite of what is suggested by the README of mks5lboot (emphasis mine):
The single-boot installer writes the bootloader on the NOR with no previous check, the original Apple NOR boot is destroyed if it exists.