How to Expand SD Card - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Installation (/forum-16.html) +--- Thread: How to Expand SD Card (/thread-3902.html) Pages: 1 2 |
RE: How to Expand SD Card - TheDutypaid - 10th May, 2017 06:28 AM (10th May, 2017 05:16 AM)Nachteule Wrote: Ah, you can't read/write root partition from windows, because XBian uses BTRFS file system and W$ can not deal with that Ah, interesting. In theroy would it be possible to add media to the SD card, with a Linux based machine? RE: How to Expand SD Card - Skywatch - 10th May, 2017 06:51 AM @Nachteule, Here is my config.... Code: xbian@cinema2film ~ $ cat /boot/config.txt It is the same as the other pi2 and that had no issues upgrading..... But I am sure you know the solution! RE: How to Expand SD Card - Nachteule - 10th May, 2017 07:01 AM (10th May, 2017 06:28 AM)TheDutypaid Wrote:(10th May, 2017 05:16 AM)Nachteule Wrote: Ah, you can't read/write root partition from windows, because XBian uses BTRFS file system and W$ can not deal with that Only via network connection accessing XBian's samba shares RE: How to Expand SD Card - Nachteule - 10th May, 2017 07:12 AM (10th May, 2017 06:51 AM)Skywatch Wrote: @Nachteule, Hmmm, is this quiz question ? could you change initramfs initramfs.gz 0x1000000 to initramfs initramfs.gz 0x1500000 and try again Look here Kernel >= 4.6 caused issue RE: How to Expand SD Card - Skywatch - 10th May, 2017 07:58 PM I made the changes and rebooted, here is the result. I have not yet tried another upgrade as this looks just like the last output. Code: xbian@cinema2film ~ $ cat /boot/config.txt RE: How to Expand SD Card - Nachteule - 10th May, 2017 10:43 PM @Skywatch Quote:#initramfs initramfs.gz 0x1500000 please read all other posts here. Your initramfs is commented out. So resize will NEVER work! And this post may be useful too RE: How to Expand SD Card - Nachteule - 11th May, 2017 02:18 AM New version of xbian-package-initramfs is out Automatically changes load address of initramfs from 0x10xxxxx to 0x15xxxxx now New package available in 2 hours RE: How to Expand SD Card - Skywatch - 11th May, 2017 09:25 PM I tested this 3 times on 2 different pi 2 machines and every time I set 0x15... and rebooted it would appear commented out again. Very repeatable. I also followed the thread you knidly linked to and sure enough, initramfs was set to 'required' and not 'always'. Since I have not changed this setting (didn't even know it was there), what could have caused this? I'll try the upgrades later today and report back if I find an issue. Thanks RE: How to Expand SD Card - Nachteule - 11th May, 2017 09:53 PM (11th May, 2017 09:25 PM)Skywatch Wrote: I tested this 3 times on 2 different pi 2 machines and every time I set 0x15... and rebooted it would appear commented out again. Very repeatable. 1) RPi has to shutdown/reboot gracefully, because setting will be written when system shuts down. 2) before doing this, make sure that file /etc/default/xbian-initramfs is correct. It should look like this Code: MAKEBACKUP=yes Why is FORCEINITRAM set to yes? Answer: if set to no (== required in xbian-config GUI), initramfs is only enabled if a reboot is required (usually when updates were installed), or kernel cmdline (see /boot/cmdline.txt) has bootmenu or rescue as additional parameter. So, if you just reboot system, initramfs usually remains disabled if FORCEINITRAM is not set to yes RE: How to Expand SD Card - Skywatch - 11th May, 2017 11:40 PM Interesting post - I did not know any of that! Now 2 things..... 1. An observation that there no longer seems to be an announcement that upgrades are available when I ssh into a pi. 2. One of the pi2 that was not having a problem now is. I did all the changes as per previous posts, but when I try to update it I get...... <code> E:Method gave invalid 103 Redirect message E: dpgk was interrupted, you must manually run 'sudo dpkg --config </code> Running sudo dpkg --config only brings up suggestions to use --help or other wise. It does not seem to fix the problem. Earlier this pi seemed to upgrade just fine, but now no http service from it although ssh still works. RE: How to Expand SD Card - Nachteule - 11th May, 2017 11:50 PM sudo dpkg --configure -a RE: How to Expand SD Card - Skywatch - 12th May, 2017 12:20 AM Yup! - That helped - Thank You ! A little fiddling and now it's back running properly! RE: How to Expand SD Card - Nachteule - 12th May, 2017 07:00 AM (12th May, 2017 12:20 AM)Skywatch Wrote: Yup! - That helped - Thank You ! Best news today RE: How to Expand SD Card - queska - 18th Oct, 2018 04:43 PM In one word, NO. They are created for the size you purchased. An 8gb will be 8gb no matter what you try. 16gb will be 16gb, 32, 64, 128. Now one thing to try although it will only work on a computer is to format the SD card inserted into a usb adapter and use compression,but any technical issue you can visit here [link removed] that will let you see more space than what is available, but the problem is that devices that use the SD card can not use the card as it is formatted. |