HP Mini 1000 1100 16GB SDPA3AD-016G SSD Module
http://www.ebay.co.uk/itm/HP-Mini-1000- ... 27d9729cac
My question is, how can i get the new android image booting from it?...
Any help would be greatly appreciated

Last login: Mon Feb 10 20:47:49 2014 from 192.168.244.138
root@ICS-JogBuntu:~# df -l
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 3530672 3012196 518476 86% /
udev 247128 8 247120 1% /dev
tmpfs 252048 24 252024 1% /tmp
tmpfs 100820 776 100044 1% /run
none 5120 0 5120 0% /run/lock
none 252048 172 251876 1% /run/shm
none 102400 20 102380 1% /run/user
/dev/sda1 62322 17758 44564 29% /boot
/dev/uba3 7377984 2304556 4698644 33% /media/data
Here is the grub.cfg which sits on the EFI USB boot and points to the 16Gb SSD. I could not boot directly from the SSD; so booting indirectly.root@ICS-JogBuntu:~# fdisk -l
Disk /dev/sda: 16.4 GB, 16391208960 bytes (this is the 16Gb ZIF SSD)
255 heads, 63 sectors/track, 1992 cylinders, total 32014080 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: 0x0006fc82
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 126975 62464 e W95 FAT16 (LBA)
/dev/sda2 126976 626687 249856 82 Linux swap / Solaris
/dev/sda3 626688 32012287 15692800 83 Linux
Disk /dev/mmcblk0: 1028 MB, 1028128768 bytes (this is the 1Gb built in flash MMC)
4 heads, 16 sectors/track, 31376 cylinders, total 2008064 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: 0x00065065
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 * 16 125055 62520 ef EFI (FAT-12/16/32)
/dev/mmcblk0p2 125056 625151 250048 83 Linux
/dev/mmcblk0p4 626688 2007039 690176 83 Linux
Disk /dev/uba: 7996 MB, 7996538880 bytes (this is the 8Gb USB SSD)
255 heads, 63 sectors/track, 972 cylinders, total 15618240 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: 0x000e8631
Device Boot Start End Blocks Id System
/dev/uba1 * 2048 126975 62464 e W95 FAT16 (LBA)
/dev/uba2 126976 626687 249856 82 Linux swap / Solaris
/dev/uba3 626688 15618047 7495680 83 Linux
root@ICS-JogBuntu:~#
root@ICS-JogBuntu:/media/uba1# cat grub.cfg
loadfont /unicode.pf2
terminal_output gfxterm
set timeout=5
menuentry "Jogbuntu 12.10 (ICS-Stuff) - 3.2.53joggler1" {
linux /vmlinuz-3.2.53joggler1 root=/dev/sda3 ro quiet splash (this is the 3rd partition on the 16Gb SSD)
initrd /initrd.img-3.2.53joggler1
Yeah, this sounds like a good work around, saves playing with the EFIpete wrote:
Here is the grub.cfg which sits on the EFI USB boot and points to the 16Gb SSD. I could not boot directly from the SSD; so booting indirectly.
root@ICS-JogBuntu:/media/uba1# cat grub.cfg
loadfont /unicode.pf2
terminal_output gfxterm
set timeout=5
menuentry "Jogbuntu 12.10 (ICS-Stuff) - 3.2.53joggler1" {
linux /vmlinuz-3.2.53joggler1 root=/dev/sda3 ro quiet splash (this is the 3rd partition on the 16Gb SSD)
initrd /initrd.img-3.2.53joggler1
BTW these are the same ZIF SSD's that I have been using. You got a good price on a used one. The new ones are around $25/30 USD here.root@ICS-JogBuntu:/etc# cat fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# /dev/sda3 - really fast booting from ZIF SSD
proc /proc proc nodev,noexec,nosuid 0 0
LABEL=linux-root / ext4 errors=remount-ro,noatime 0 1
LABEL=LINUX-BOOT /boot vfat defaults 0 0
LABEL=linux-swap none swap sw 0 0
tmpfs /tmp tmpfs defaults 0 0
# /dev/uba3 - SLOW BOOTING from USB SSD Stick
# UUID=5249d7b2-46c2-4ae0-9ced-d1c493612345 /usr ext4 nodev,nosuid,relatime 0 2
# Data partition
# /dev/uba3 SLOW BOOTING from USB SSD Stick
UUID=5249d7b2-46c2-4ae0-9ced-d1c493667890 /media/data ext4 relatime,noexec 0 2