Forum

Full Version: Boot XBian from USB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
I only noticed a big speed decrease so results differ.
Really?
I came from a Transcend Class 10 card and the USB 2.0 is really faster. Especially when working in the shell and doing some compiling for example.
But as I said, the by far biggest advantage is to get rid of the filesystem corruption even with overclocking (arm_freq=1100;core_freq=500;sdram_freq=500).
Thanks all. What should the USB be formatted as?

Edit: This is what I got:
xbian@xbian ~ $ dd if=/dev/mmcblk0p2 of=/dev/sda2
dd: opening `/dev/mmcblk0p2': Permission denied
xbian@xbian ~ $ sudo dd if=/dev/mmcblk0p2 of=/dev/sda2
[sudo] password for xbian:
dd: writing to `/dev/sda2': No space left on device
20481+0 records in
20480+0 records out
10485760 bytes (10 MB) copied, 0.9318 s, 11.3 MB/s
Can you post:
Code:
fdisk -l
Do you mean type that in putty? I get:

xbian@xbian ~ $ fdisk -l
-bash: fdisk: command not found
(9th Mar, 2013 04:36 AM)rendez2k Wrote: [ -> ]Do you mean type that in putty? I get:

xbian@xbian ~ $ fdisk -l
-bash: fdisk: command not found

sudo?
Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes
4 heads, 16 sectors/track, 242560 cylinders, total 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000f06a6

Device Boot Start End Blocks Id System
/dev/mmcblk0p1 2048 71679 34816 c W95 FAT32 (LBA)
/dev/mmcblk0p2 71680 15523839 7726080 83 Linux

Disk /dev/sda: 31.6 GB, 31625052160 bytes
88 heads, 24 sectors/track, 29246 cylinders, total 61767680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc3072e18

Device Boot Start End Blocks Id System
/dev/sda1 8064 61767679 30879808 c W95 FAT32 (LBA)
Code:
sudo dd if=/dev/mmcblk0 of=/dev/sda
Thanks - seems to be doing something.....

Does that mean I need to change /dev/mmcblk0p2 to /dev/sda2 to sda? Does it depend on port?
No, keep the /dev/sda2
Hmmm, sticks flashing but its taking ages! Stick in FAT32 format. Command line not updating after command.
(9th Mar, 2013 04:59 AM)rendez2k Wrote: [ -> ]Hmmm, sticks flashing but its taking ages!

If u use something like "bs=1M" it'll be faster.
Sorry, whats bs=1M, a command?
(9th Mar, 2013 05:02 AM)rendez2k Wrote: [ -> ]Sorry, whats bs=1M, a command?

srry
http://en.wikipedia.org/wiki/Dd_(Unix)
Terminal
dd if= of= bs=1M

(9th Mar, 2013 04:59 AM)rendez2k Wrote: [ -> ]Stick in FAT32

U use dd, it not fat32 anymore
Well, for me, its slower. Using a Class 4 SD Card and a Intergral USB 3 stick, it seems noticeably slower booting up. Trying a class 10 card now without USB.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Reference URL's