Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Beta2 [UPGRADE INSTRUCTIONS ONLY!]
2nd Dec, 2013, 01:05 PM
Post: #53
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!]
@Jan

no, you don't have subvolumes.

you still wan't to boot from the oversized 240Gb partiion ? not important at the end but, we can use the space. just to be sure send please "findmnt" output on fully booted system and /etc/fstab. but in general you should:
Code:
1) create a backup from current install and new rootfs boot subvolume. just run those command via console:
sudo -i
stop xbmc
btrfs sub create /backup
btrfs sub snap -r / /backup/@mybeta1
btrfs sub create /R
btrfs sub snap /backup/@mybeta1 /R/@

2) reboot from the new subvol=R/@. actually it will be exact copy of your current install
edit /boot/cmdline.txt and "rootfsopts=noatime,compress=lzo,thread_pool=1,space_cache,autodefrag" change to "rootfsopts=subvol=R/@,noatime,compress=lzo,thread_pool=1,space_cache,autodefrag"

3) after boot, remove old files from top sub volume, rename R to "root", create home, home/@ and move /home/* to it. this will be beta1 default install.
sudo -i
stop xbmc
mkdir /tmp/btroot
mount -t btrfs -o subvolid=0 /dev/sda1 /tmp/btroot
cd /tmp/btroot

(with "ls" you should see your original / directory with R as new and "backup" which contains read-only snapshot of your system - so if all is ok, proceed)

find /tmp/btroot -maxdepth 1 | grep -vw '/R\|/backup' | xargs rm -fr
(this will remove all files / directories from old root - but should keep 'R' and 'backup'. check the output first by removing " | xargs rm -fr" from end. this will just output toplevel folder names to screen - double check that both R and backup is not on the list) don't be scary there, backup/@mybeta1 is readonly and can't be removed by rm.

4) now just create default home and home/@, move the files and we are done.
sudo -i
stop xbmc
btrfs sub create /tmp/btroot/home
btrfs sub create /tmp/btroot/home/@
rsync -avx --progress --delete /home/ /mnt/btroot/home/@/
mv /mnt/btroot/R /mnt/btroot/root
cd /; umount /mnt/btroot
rm -fr /home/*
mount -t btrfs -o subvol=home/@ /dev/sda1 /home
start xbmc (for test)

5) edit fstab and put one line to mount /home
/dev/sda1      /home      btrfs       subvol=home/@,noatime      0        0

6) change R/@ in cmdline.txt to correct root/@ (as we renamed the volume already)

it looks boring, but will take you like 10 minutes while keeping one rollback point in case you hit into problems during updates.
so now you are on "standard" beta1/1.X and

update with this steps http://forum.xbian.org/thread-1768-post-18253.html#pid18253
if anything would happen, don't reboot, create new snapshot from the readonly one, reboot into it and you are back with old system in 1minute (just reboot).

the commands to run would be:
Code:
sudo -i
mount -o subvol=/ /dev/sda1 /mnt
btrfs sub snap /mnt/backup/@mybeta1 /mnt/root/@XXX
.
change cmdline.txt - root/@ will change into root/@XXX - reboot

all the commands (beside rm/rsync) will run few seconds - don't expect any data copying / migrations. and you can start like this from scratch over and over again - please don't, just upgrade to B2.

Smile
mk

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 15th Nov, 2013, 09:11 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - CurlyMo - 16th Nov, 2013, 07:31 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Smultie - 16th Nov, 2013, 07:53 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 16th Nov, 2013, 01:58 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - PicatriX - 16th Nov, 2013, 10:24 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 17th Nov, 2013, 02:12 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - CurlyMo - 16th Nov, 2013, 10:49 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - PicatriX - 16th Nov, 2013, 10:55 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - wind-rider - 16th Nov, 2013, 11:43 PM
Re: RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - f1vefour - 16th Nov, 2013, 11:45 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - pit79 - 17th Nov, 2013, 05:21 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - JD2k3 - 17th Nov, 2013, 06:42 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 17th Nov, 2013, 06:32 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - pit79 - 17th Nov, 2013, 08:22 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - PicatriX - 17th Nov, 2013, 08:13 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 17th Nov, 2013, 08:20 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - PicatriX - 17th Nov, 2013, 08:24 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 17th Nov, 2013, 08:47 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - PicatriX - 17th Nov, 2013, 06:09 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 21st Nov, 2013, 05:58 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - PicatriX - 22nd Nov, 2013, 05:57 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - calisro - 23rd Nov, 2013, 03:54 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - gobo - 23rd Nov, 2013, 07:00 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - googl1 - 18th Nov, 2013, 03:44 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 21st Nov, 2013, 05:36 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - TheMystery - 19th Nov, 2013, 05:38 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 21st Nov, 2013, 02:31 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - kriticar - 21st Nov, 2013, 02:37 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Freddie299 - 20th Nov, 2013, 12:18 AM
Re: RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - f1vefour - 20th Nov, 2013, 05:23 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Freddie299 - 20th Nov, 2013, 05:46 AM
Re: RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - f1vefour - 20th Nov, 2013, 05:55 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Freddie299 - 20th Nov, 2013, 06:04 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - IriDium - 21st Nov, 2013, 03:31 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - kriticar - 21st Nov, 2013, 03:54 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - IriDium - 21st Nov, 2013, 04:21 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - kriticar - 21st Nov, 2013, 05:43 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - calisro - 22nd Nov, 2013, 12:24 AM
Re: RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - f1vefour - 22nd Nov, 2013, 12:57 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - CurlyMo - 23rd Nov, 2013, 09:34 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - gobo - 24th Nov, 2013, 04:03 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - oyo - 23rd Nov, 2013, 10:43 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - corona - 23rd Nov, 2013, 11:57 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Walle - 25th Nov, 2013, 12:44 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - CurlyMo - 24th Nov, 2013, 12:19 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - corona - 24th Nov, 2013, 12:27 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - denis.n - 24th Nov, 2013, 05:16 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - CurlyMo - 25th Nov, 2013, 12:59 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Jan - 29th Nov, 2013, 11:51 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 1st Dec, 2013, 02:20 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Jan - 2nd Dec, 2013, 09:01 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 1st Dec, 2013, 04:31 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 2nd Dec, 2013 01:05 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Jan - 3rd Dec, 2013, 01:23 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 3rd Dec, 2013, 01:29 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mehlvogel - 4th Dec, 2013, 05:51 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mehlvogel - 5th Dec, 2013, 09:15 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Killerbee - 6th Dec, 2013, 12:14 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Ulk Bäär - 6th Dec, 2013, 08:15 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 6th Dec, 2013, 12:14 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Ulk Bäär - 6th Dec, 2013, 06:58 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 6th Dec, 2013, 08:02 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Ulk Bäär - 6th Dec, 2013, 11:32 PM
Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 6th Dec, 2013, 11:37 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Ulk Bäär - 7th Dec, 2013, 12:47 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 8th Dec, 2013, 12:03 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - Ulk Bäär - 9th Dec, 2013, 04:09 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - cooLopke - 8th Dec, 2013, 04:15 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - cooLopke - 8th Dec, 2013, 08:44 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - anagram - 16th Apr, 2014, 05:24 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - belese - 16th Apr, 2014, 05:27 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 13th Dec, 2013, 12:44 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 16th Apr, 2014, 05:31 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - anagram - 16th Apr, 2014, 05:49 AM
Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 16th Apr, 2014, 02:41 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - anagram - 19th Apr, 2014, 12:32 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - anagram - 19th Apr, 2014, 03:47 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 19th Apr, 2014, 06:14 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - anagram - 19th Apr, 2014, 06:45 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 19th Apr, 2014, 06:53 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - anagram - 19th Apr, 2014, 05:24 PM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - anagram - 23rd Apr, 2014, 02:21 AM
RE: Beta2 [UPGRADE INSTRUCTIONS ONLY!] - mk01 - 27th May, 2014, 03:44 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 18th May, 2025, 10:43 PM Powered By MyBB, © 2002-2025 MyBB Group.