Difference between revisions of "Pre's flash disk"

From WebOS Internals
Jump to navigation Jump to search
(New page: The Pre's flash disk appears to the device as a MMC and uses the standard fdisk partition scheme, with a MBR-like structure in the first block. There are three partitions: # type 0xf0 sta...)
 
Line 5: Line 5:
 
# type 0x8e start 0x00012400 size 0x00f3dc00 Logical Volumes
 
# type 0x8e start 0x00012400 size 0x00f3dc00 Logical Volumes
  
The space between the MBR and the first partition are used to store the bootloader ([[Bootie]]). The /boot partition contains the linux kernel (in uImage format) and the minimal userland required to start the LVM and to pivot the root to /dev/mapper/store-root and perform the "real" boot from there.
+
The space between the MBR and the first partition are used to store the bootloader ([[Bootie]]). The /boot partition contains the linux kernel (in uImage format), a copy of the bootloader and the minimal userland required to start the LVM and to pivot the root to /dev/mapper/store-root and perform the "real" boot from there.

Revision as of 16:55, 15 January 2010

The Pre's flash disk appears to the device as a MMC and uses the standard fdisk partition scheme, with a MBR-like structure in the first block. There are three partitions:

  1. type 0xf0 start 0x00000400 size 0x00002000 NVRAM and Tokens
  2. type 0x83 start 0x00002400 size 0x00010000 /boot (ext3)
  3. type 0x8e start 0x00012400 size 0x00f3dc00 Logical Volumes

The space between the MBR and the first partition are used to store the bootloader (Bootie). The /boot partition contains the linux kernel (in uImage format), a copy of the bootloader and the minimal userland required to start the LVM and to pivot the root to /dev/mapper/store-root and perform the "real" boot from there.