How to Expand SD Card
|
10th May, 2017, 06:28 AM
Post: #16
|
|||
|
|||
RE: How to Expand SD Card
(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? |
|||
10th May, 2017, 06:51 AM
Post: #17
|
|||
|
|||
RE: How to Expand SD Card
@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! |
|||
10th May, 2017, 07:01 AM
Post: #18
|
|||
|
|||
RE: How to Expand SD Card
(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 |
|||
10th May, 2017, 07:12 AM
Post: #19
|
|||
|
|||
RE: How to Expand SD Card
(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 |
|||
10th May, 2017, 07:58 PM
Post: #20
|
|||
|
|||
RE: How to Expand SD Card
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 |
|||
10th May, 2017, 10:43 PM
(This post was last modified: 10th May, 2017 10:47 PM by Nachteule.)
Post: #21
|
|||
|
|||
RE: How to Expand SD Card | |||
11th May, 2017, 02:18 AM
(This post was last modified: 11th May, 2017 02:21 AM by Nachteule.)
Post: #22
|
|||
|
|||
RE: How to Expand SD Card
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 |
|||
11th May, 2017, 09:25 PM
Post: #23
|
|||
|
|||
RE: How to Expand SD Card
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 |
|||
11th May, 2017, 09:53 PM
(This post was last modified: 11th May, 2017 09:53 PM by Nachteule.)
Post: #24
|
|||
|
|||
RE: How to Expand SD Card
(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 |
|||
11th May, 2017, 11:40 PM
Post: #25
|
|||
|
|||
RE: How to Expand SD Card
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. |
|||
11th May, 2017, 11:50 PM
Post: #26
|
|||
|
|||
RE: How to Expand SD Card
sudo dpkg --configure -a
|
|||
12th May, 2017, 12:20 AM
Post: #27
|
|||
|
|||
RE: How to Expand SD Card
Yup! - That helped - Thank You !
A little fiddling and now it's back running properly! |
|||
12th May, 2017, 07:00 AM
Post: #28
|
|||
|
|||
RE: How to Expand SD Card | |||
18th Oct, 2018, 04:43 PM
Post: #29
|
|||
|
|||
RE: How to Expand SD Card
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. |
|||
« Next Oldest | Next Newest »
|