View Single Post
Posts: 172 | Thanked: 27 times | Joined on Oct 2009 @ San Francisco, CA
#215
Originally Posted by Rob1n View Post
Sure. I'm assuming you've already got multiboot 0.2.10 installed here - if not, you'll need to look up the instructions for that elsewhere (the multiboot/NITDroid/power kernel threads).

Unfortunately the only implementations of patch appear to be in the SDK repository, so rather than using the diff, just grab the patched files and save them to the MyDocs directory.

Now overwrite the existing multiboot files with the new versions:
Code:
root
cd /sbin
tar -xzf /home/user/MyDocs/multiboot_patched.tar.gz
chmod 755 multiboot multiboot_read_item
That's the patched multiboot all done, so you now just need to create a new boot item. You'll need to create a file (either on the N900, or on a desktop/laptop then copied to the N900) containing:


Move this file to /etc/multiboot.d/99-BackupMenu.item (you'll need to be root to do this).

Now when you reboot with the keyboard open, you'll get an option for BackupMenu. I think this'll work irrespective of which OS/kernel you've been booting with, but I've only tested it from the standard Maemo kernel so far.
Okay, now I'm stuck. Multiboot and Nitdroid can't be installed with BackupMenu and bootmenu-n900 already installed, and vice versa. Installing the former removes the latter and installing the latter removes the former. How do I get around this? I've successfully installed Nitdroid and Multiboot, and patched the Multiboot file, but with BackupMenu installed (which needs bootmenu-n900), it is kind of pointless. Help please. Thank you.