The Following User Says Thank You to Fabry For This Useful Post: | ||
|
2011-01-04
, 06:51
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#472
|
cp /opt/maemo/usr/bin/gnu/tar /usr/share/backupmenu/ chmod +x /usr/share/backupmenu/*
The Following 3 Users Say Thank You to RobbieThe1st For This Useful Post: | ||
|
2011-01-04
, 06:54
|
Posts: 309 |
Thanked: 115 times |
Joined on May 2010
@ Malaysia
|
#473
|
I suppose that this can be resolved at least in two ways:
- Install manually backupmenu without using dpkg. This can be done extracting scripts (2 files) from deb archive and copying them to /usr/share/backupmenu
- Modify backupmenu deb archive and remove dependency from BootMenu. Then reinstall (dpkg) deb archive
|
2011-01-04
, 07:26
|
Posts: 309 |
Thanked: 115 times |
Joined on May 2010
@ Malaysia
|
#474
|
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:
Everything should run after that.Code:cp /opt/maemo/usr/bin/gnu/tar /usr/share/backupmenu/ chmod +x /usr/share/backupmenu/*
|
2011-01-04
, 10:01
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#475
|
The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post: | ||
|
2011-01-04
, 10:09
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#476
|
The Following User Says Thank You to RobbieThe1st For This Useful Post: | ||
|
2011-01-04
, 11:51
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#477
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
|
2011-01-04
, 12:22
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#478
|
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).
The Following User Says Thank You to Fabry For This Useful Post: | ||
|
2011-01-04
, 13:05
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#479
|
|
2011-01-04
, 14:06
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#480
|
Yes, with Multiboot you can have it run a script to change the uboot load script instead, but I feel it's just more round-about that it has to be. Though I'd be happy for that being available as a package. I'd work on a u-boot only solution, but I can understand that most would gravitate towards a UI-only approach, and being able to type a command is a lot less convenient than up/down arrow key-ing, even if the command to be typed is written on the uboot screen (like "run noloboot" is now).
Tags |
backup, backupmenu, cssusupplement, max(useful), rescue-console, restore, system |
|
Last edited by Fabry; 2011-01-03 at 18:05.