Milhouse
|
2007-08-23
, 17:34
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#11
|
|
2007-08-23
, 18:35
|
|
Posts: 4,384 |
Thanked: 5,524 times |
Joined on Jul 2007
@ ˙ǝɹǝɥʍou
|
#12
|
|
2007-08-23
, 18:39
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#13
|
|
2007-08-23
, 19:12
|
|
Posts: 4,384 |
Thanked: 5,524 times |
Joined on Jul 2007
@ ˙ǝɹǝɥʍou
|
#14
|
|
2007-08-27
, 11:06
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#15
|
Noob reporting:
I've encountered problems at step 7 of this guide. Here's what I'm getting (verbatim):
sudo gainroot
/home/user # cd /home/user/bin
/home/user/bin # ./nupgrade 0
/bin/sh: ./nupgrade: not found
/home/user/bin #
Should I be typing in "./nupgrade.sh 0"?
|
2007-09-12
, 22:26
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#16
|
These instructions apply to OS 2006 (770), OS 2007HE (770) and OS 2007 (N800).
If you're all set with root access, xterm, wget, boot menu and e2fsprogs installed *and* a 256MB+ second partition on Internal memory card, jump straight to step 7... otherwise continue with the pre-reqs.
7. Download and execute the following script and binaryAs user "user"
- The following commands will download the cloning script and the GNU tar binary to assist with the cloning process
As user "root"
Code:mkdir ~/bin cd ~/bin wget http://www.nmacleod.com/nokia/bin/nupgrade.sh wget http://www.nmacleod.com/nokia/bin/tar chmod +x nupgrade.sh tar
- Switch to the root superuser and begin the process of cloning the filesystem to partition two on the Internal memory card. This is achieved in stages to allow you to control progress and check for errors. Pass parameters to the nupgrade.sh script to control progress, as follows
- 0 - Create ext2 filesystem on partition 2 of the Internal memory card
- 1 - Mount partition 2 as /opt
- 2 - Mount rootfs as /floppy
- 3 - Perform cloning process
- 4 - Commit filesystem updates and unmount /floppy and /opt
Steps 5 and 6 are optional and may be performed in order to upgrade the freshly cloned OS 2007 (not OS 2006 or OS 2007HE) to the Sardine bleeding edge test distributionCode:sudo gainroot cd /home/user/bin ./nupgrade.sh 0 ./nupgrade.sh 1 ./nupgrade.sh 2 ./nupgrade.sh 3 ./nupgrade.sh 4 reboot
- 5 - Enter chroot gaol prior to upgrading cloned OS on memory card
- 6 - Initiate Sardine operating system upgrade of cloned OS on memory card
If performing a Sardine upgrade, use the following procedure:
Code:sudo gainroot cd /home/user/bin ./nupgrade.sh 0 ./nupgrade.sh 1 ./nupgrade.sh 2 ./nupgrade.sh 3 ./nupgrade.sh 4 ./nupgrade.sh 5 cd /home/user/bin ./nupgrade.sh 6 exit reboot- When the device reboots, choose option #3 "MMC card, partition 2, ext2" to boot from the freshly cloned OS
|
2007-09-12
, 22:58
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#17
|
|
2007-09-15
, 06:31
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#18
|
These instructions apply to OS 2006 (770), OS 2007HE (770) and OS 2007 (N800).
If you're all set with root access, xterm, wget, boot menu and e2fsprogs installed *and* a 256MB+ second partition on Internal memory card, jump straight to step 7... otherwise continue with the pre-reqs.
7. Download and execute the following script and binaryAs user "user"
- The following commands will download the cloning script and the GNU tar binary to assist with the cloning process
As user "root"
Code:mkdir ~/bin cd ~/bin wget http://www.nmacleod.com/nokia/bin/nupgrade.sh wget http://www.nmacleod.com/nokia/bin/tar chmod +x nupgrade.sh tar
- Switch to the root superuser and begin the process of cloning the filesystem to partition two on the Internal memory card. This is achieved in stages to allow you to control progress and check for errors. Pass parameters to the nupgrade.sh script to control progress, as follows
- 0 - Create ext2 filesystem on partition 2 of the Internal memory card
- 1 - Mount partition 2 as /opt
- 2 - Mount rootfs as /floppy
- 3 - Perform cloning process
- 4 - Commit filesystem updates and unmount /floppy and /opt
Steps 5 and 6 are optional and may be performed in order to upgrade the freshly cloned OS 2007 (not OS 2006 or OS 2007HE) to the Sardine bleeding edge test distributionCode:sudo gainroot cd /home/user/bin ./nupgrade.sh 0 ./nupgrade.sh 1 ./nupgrade.sh 2 ./nupgrade.sh 3 ./nupgrade.sh 4 reboot
- 5 - Enter chroot gaol prior to upgrading cloned OS on memory card
- 6 - Initiate Sardine operating system upgrade of cloned OS on memory card
If performing a Sardine upgrade, use the following procedure:
Code:sudo gainroot cd /home/user/bin ./nupgrade.sh 0 ./nupgrade.sh 1 ./nupgrade.sh 2 ./nupgrade.sh 3 ./nupgrade.sh 4 ./nupgrade.sh 5 cd /home/user/bin ./nupgrade.sh 6 exit reboot- When the device reboots, choose option #3 "MMC card, partition 2, ext2" to boot from the freshly cloned OS
|
2007-09-15
, 22:38
|
Posts: 64 |
Thanked: 0 times |
Joined on Jul 2007
|
#19
|
|
2007-09-16
, 16:06
|
Posts: 4,030 |
Thanked: 1,633 times |
Joined on Jul 2007
@ nd usa
|
#20
|
I followed these instructions for my 770, everything went fine, but finally i am not able to access my FAT partition. in file manager memory card item was grayed out !! when i checked in control panel it is saying my memory card is corrupted (ofcourse i booted from memory card), can some one tell me how to resolve this problem? thanks.