From Fedora Project Wiki
(Created page with "At this point in time there are no known F19 arm remixes")
 
No edit summary
Line 1: Line 1:
At this point in time there are no known F19 arm remixes
 
Samsung 2012 Chromebook
* Exynos 5250 Dual Core A15
*  2 GiB DDR3
* 16 GiB SSD
*  1 SDcard slot
*  2 usb ports
* 802.11 a/b/g/n
* bluetooth
 
The REMIX image:<br />
http://parasense.fedorapeople.org/f19-chromebook-MATE.img.xz
 
 
(assume the sdcard is /dev/sdz)<br />
Exact Steps:
<pre>
# fetch the remix
wget http://parasense.fedorapeople.org/f19-chromebook-MATE.img.xz
 
# write the image to sdcard
sudo xzcat f19-chromebook-MATE.img.xz > /dev/sdz
 
# resize the rootfs partition
sudo sgdisk -p -a8192 -e -d5 -n5:0:0 -t5:8300 -c5:'ROOTFS' -p /dev/sdz
 
# resize the rootfs ext4 filesystem
sudo e2fsck -f /dev/sdz5
sudo resize2fs /dev/sdz5
 
#THE END
</pre>
 
 
Make sure your Chromebook is in developer mode.
 
Press CTRL+U on boot-up, which will boot from the SDCARD.
 
If everything goes well you will see the kernel boot, and eventually be greeted by the initial-setup program.

Revision as of 16:21, 3 July 2013

Samsung 2012 Chromebook

  • Exynos 5250 Dual Core A15
  • 2 GiB DDR3
  • 16 GiB SSD
  • 1 SDcard slot
  • 2 usb ports
  • 802.11 a/b/g/n
  • bluetooth

The REMIX image:
http://parasense.fedorapeople.org/f19-chromebook-MATE.img.xz


(assume the sdcard is /dev/sdz)
Exact Steps:

# fetch the remix
wget http://parasense.fedorapeople.org/f19-chromebook-MATE.img.xz

# write the image to sdcard
sudo xzcat f19-chromebook-MATE.img.xz > /dev/sdz

# resize the rootfs partition
sudo sgdisk -p -a8192 -e -d5 -n5:0:0 -t5:8300 -c5:'ROOTFS' -p /dev/sdz

# resize the rootfs ext4 filesystem
sudo e2fsck -f /dev/sdz5
sudo resize2fs /dev/sdz5

#THE END


Make sure your Chromebook is in developer mode.

Press CTRL+U on boot-up, which will boot from the SDCARD.

If everything goes well you will see the kernel boot, and eventually be greeted by the initial-setup program.