Thread
:
[Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1)
View Single Post
RobbieThe1st
2011-01-04 , 06:51
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#
472
Let me put in just a couple of notes here:
1. While I appreciate people thinking about using Multiboot and working to make it compatible, Multiboot is somewhat depreciated, and shouldn't be used - It overwrites the kernel partition each time you switch your boot OS!
Remember that the kernel partition is on a raw flash device with -no- block-leveling; if one block goes bad, your whole N900 could die.
uBoot is the replacement, and it simply chainloads a new kernel off whatever partition you want, resulting in -no- extra writes to the kernel partition. It's a far better system and anyone thinking about dual-boot should be using it.
(Note that BootMenu should be compatible with uBoot, though building a BackupMenu module for uBoot(and a boot-menu) would be nice).
2. Manual BackupMenu install would require:
A. Extract "data.tar.gz" from the .deb file(as root). "tar pzvf ./data.tar.gz -C /" IIRC
B. Extract the contents of "data.tar.gz" to '/'. All paths should work out fine.
C. Run these two lines as root:
Code:
cp /opt/maemo/usr/bin/gnu/tar /usr/share/backupmenu/ chmod +x /usr/share/backupmenu/*
Everything should run after that.
__________________
My projects:
BackupMenu - OS Backup & restore
|
Video: Flashing your n900(LiveCD)
My devices: N770 + 8GB SD card soldered internally, N900 with 8GB SD card + Custom OC(125-950 typically).
OC freqs: 0:22,90 125:22,90 250:28,180 500:30,360 550:32,400 600:34,430 700:39,430 750:41,430 805:45,430 850:47,500 900:50,500 950:54,500 1000:58,500 1100:67,520 1150:71,520
Quote & Reply
|
The Following 3 Users Say Thank You to RobbieThe1st For This Useful Post:
leetnoob
,
Mentalist Traceur
,
one1002
RobbieThe1st
View Public Profile
Send a private message to RobbieThe1st
Find all posts by RobbieThe1st