Active Topics

 


Reply
Thread Tools
Posts: 4 | Thanked: 9 times | Joined on Jan 2013
#51
Hi,
just wanted to say THANK YOU for writing this tool. It just saved all my data after I've dropped my phone and touch screen stopped working.

P.
 

The Following User Says Thank You to p24 For This Useful Post:
Posts: 6 | Thanked: 5 times | Joined on Feb 2010 @ France
#52
Hi,
I knew meego rescue initrd but hadn't enough battery to run it, I tryed for hours messing with ubifs from nemo mobile but only got a read-only mount of rootfs. Now thanks to your rescueOS I could fix my N900.
So you deserve a HUGE THANK YOU!
I will keep your tool in a safe place as it could certainly help me again.
 

The Following User Says Thank You to onil For This Useful Post:
Posts: 115 | Thanked: 342 times | Joined on Dec 2010
#53
RescueOS 1.0 is now online.

Originally Posted by CHANGELOG
1.0 2013-03-23
==============
-Using buildroot now to create the rootfs.
-updated userspace tools(e. g. busybox).
-glibc replaced with uclibc and everything recompiled against uclibc
-/rescueOS/usb-mass-storage-enable.sh: Work if sd card is inserted or not(known mmcblkX number issue on N900)
-shipping wifi firmware
-corrected dhcp business with /etc/resolv.conf
-decreased size of the initrd.
RescueOS's own configs and scripts are now hosted here:
https://github.com/NIN101/N900_RescueOS
Download

Significant changes under the hood and a few bug fixes.

Obligatory disclaimer:
Still testing stage - Usage at own risk, No warranty whatsoever.
 

The Following 15 Users Say Thank You to NIN101 For This Useful Post:
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#54
Thank you very much for your work! ..rescueos saved my beloved n900 so many times.

For the next release, i hope you will consider to add again mc (very useful to copy on the fly just some piece of device contents)

Last edited by xes; 2013-04-08 at 13:04.
 

The Following 4 Users Say Thank You to xes For This Useful Post:
Posts: 14 | Thanked: 5 times | Joined on Mar 2013
#55
I can't start my n900 in flash mode .would this rescue OS help ..i can't boot since install u-boot menu !
help me please !

Last edited by bogdanov_s; 2013-04-13 at 17:09.
 

The Following User Says Thank You to bogdanov_s For This Useful Post:
Posts: 115 | Thanked: 342 times | Joined on Dec 2010
#56
bogdanov_s,

Since in your PM you are asking , just with a little bit more details, basically the same or more precisely, how to start rescueOS, I will answer that here.

Although you didn't ask for one, I just want to say that a step-by-step guide can not be expected. In any case, you should have created a backup of your data, really. However, by reflashing rootfs, you won't lose any data from my understanding, but it's better to read this. If you just can't start the flashing process, I can not help you with that, as I don't know much about this.

If you still think that trying rescueOS is a good idea, then take a look at the documentation, which describes basically what you need to do. Which means basically downloading the kernel and rescueos.img, then running at own risk:
flasher-3.5 -k 2.6.37 -n rescueOS-1.0.img -l -b"rootdelay root=/dev/ram0"
The connect your N900 to your PC.
I hope that if/once it boots, you know what to do. Good Luck.
 

The Following User Says Thank You to NIN101 For This Useful Post:
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#57
I found useful script which simplifies repartition emmc.
Code:
 devices=""
    for p in /sys/block/mmcblk*/; do
      device_name=`basename $p`
      if [ "x${devices}" != "x" ]; then
        devices="${devices},/dev/${device_name}"
      else
        devices="/dev/${device_name}"
      fi
    done
    if [ "x${devices}" != "x" ]; then
      /sbin/modprobe g_file_storage file=${devices} stall=0 removable=1
      echo "USB Storage enabled for devices: ${devices}"
      USB_STORAGE=1
    else
      echo "No USB storage devices found."
    fi
I added this script and few others to image.
NIN101, in latest version there is a problem with fsck.vfat. Do you still think about integrating backupmenu?

Last edited by elros34; 2013-05-29 at 22:35.
 

The Following 2 Users Say Thank You to elros34 For This Useful Post:
Posts: 101 | Thanked: 150 times | Joined on Oct 2007 @ Stuttgart, Germany
#58
I get an input output error, when mounting /dev/mmcblk*

When running mass-storage-enable.sh, I get already a

modprobe 'kernel/drivers/usb/gadget/g_file_storage.ko': unknown symbol in module or invalid parameter

Is mounting mass storage device still working for anybody?

Rainer
 

The Following User Says Thank You to rdorsch For This Useful Post:
Posts: 101 | Thanked: 150 times | Joined on Oct 2007 @ Stuttgart, Germany
#59
I wanted to add some scripts to the /rescueOS folder. For that I mounted the image

mount -o loop /home/rd/SW.nobackup/n900/rescueOS-1.0.img /mnt/iso

Since it is read-only, I copied everything cp -ra /mnt/iso/ rinitrd and added my scripts

Then I created a new initrd

/sbin/mkfs.cramfs -b 4096 -n n900rescueinitrd rinitrd/ initrd.img

But the n900 did not boot with this one.

Does anybody see, what I am missing?

Is there a better way to add scripts?

Thanks
Rainer
 

The Following 3 Users Say Thank You to rdorsch For This Useful Post:
Posts: 101 | Thanked: 150 times | Joined on Oct 2007 @ Stuttgart, Germany
#60
What I described in the last comment works. Not sure why it did not work right from the beginning.
 

The Following 3 Users Say Thank You to rdorsch For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 17:38.