Solved: Cubox-i and RPi 2 booting from USB (WARNING)
|
17th Mar, 2015, 12:16 PM
Post: #3
|
|||
|
|||
RE: Cubox-i and RPi 2 booting from USB (WARNING)
This is pretty normal - see http://www.ibm.com/developerworks/library/l-boot-rootfs/ for a ~detailed explanation.
Use the label or UUID of the partition. So change "root=/dev/something" in cmdline.txt to root=LABEL=xbian or root=UUID=123456. Both are shown in the output of "blkid": Terminal xbian@xbian ~ $ sudo blkid /dev/mmcblk0p1: SEC_TYPE="msdos" LABEL="xbianboot" UUID="E79D-A183" TYPE="vfat" /dev/mmcblk0p2: LABEL="xbian" UUID="9852b9d5-35a5-4132-964f-e07532dad70f" UUID_SUB="94ba7d57-7ac1-44d3-b149-8f179d339959" TYPE="btrfs" /dev/root: LABEL="xbian" UUID="9852b9d5-35a5-4132-964f-e07532dad70f" UUID_SUB="94ba7d57-7ac1-44d3-b149-8f179d339959" TYPE="btrfs" See also the wiki: http://wiki.xbian.org/doku.php/installation_usb#to_another_device |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Cubox-i and RPi 2 booting from USB (WARNING) - IriDium - 17th Mar, 2015, 01:55 AM
RE: Cubox-i and RPi 2 booting from USB (WARNING) - f1vefour - 17th Mar, 2015, 11:23 AM
RE: Cubox-i and RPi 2 booting from USB (WARNING) - menakite - 17th Mar, 2015 12:16 PM
RE: Cubox-i and RPi 2 booting from USB (WARNING) - f1vefour - 17th Mar, 2015, 12:28 PM
RE: Cubox-i and RPi 2 booting from USB (WARNING) - IriDium - 17th Mar, 2015, 07:00 PM
RE: Cubox-i and RPi 2 booting from USB (WARNING) - IriDium - 18th Mar, 2015, 12:52 AM
RE: Cubox-i and RPi 2 booting from USB (WARNING) - f1vefour - 18th Mar, 2015, 06:05 AM
RE: Cubox-i and RPi 2 booting from USB (WARNING) - menakite - 18th Mar, 2015, 07:43 AM
RE: Cubox-i and RPi 2 booting from USB (WARNING) - IriDium - 18th Mar, 2015, 08:04 PM
RE: Cubox-i and RPi 2 booting from USB (WARNING) - Fabio72 - 19th Mar, 2015, 10:31 PM
|