Hisense C11 tutorial not working on step 10 for 128G SD card

Ask questions about Arch Linux ARM. Please search before making a new topic.

Hisense C11 tutorial not working on step 10 for 128G SD card

Postby CptClutch » Sat Sep 24, 2016 11:11 pm

I am trying to install arch linux on a 128 GB microSDhc card. Here is the installation guide for the Hisense C11: https://archlinuxarm.org/platforms/armv ... mebook-c11 .

I am able to follow through up until step 10 where I am asked to $this->bbcode_second_pass_code('', 'mount /dev/mmcblk1p2 root').

I am given $this->bbcode_second_pass_code('', 'mount: Wrong fs type, .....') and $this->bbcode_second_pass_code('', ' dmesg | tail ') spits out $this->bbcode_second_pass_code('', 'EXT4-fs(/dev/mmcblk1p2): Error loading journal').
Last edited by CptClutch on Sun Sep 25, 2016 9:45 pm, edited 1 time in total.
CptClutch
 
Posts: 2
Joined: Sat Sep 24, 2016 10:28 pm

Re: Hisense C11 tutorial not working on step 10 for 128G SD

Postby summers » Sun Sep 25, 2016 8:28 am

It means that linux can't find a recognised file system on /dev/mmcblk1p2.

So first off do you have a file system on that parition? If not you'll need to create a file system, something like:

$this->bbcode_second_pass_code('', 'mkfs.ext4 /dev/mmcblk1p2 ')

But do check though what file system the C11 needs for boot, e.g. the boot manager may not recognise all file systems - so /boot may need to be ext2 or fat etc ..
summers
 
Posts: 984
Joined: Sat Sep 06, 2014 12:56 pm

Re: Hisense C11 tutorial not working on step 10 for 128G SD

Postby CptClutch » Sun Sep 25, 2016 9:44 pm

Creating a file system was one of the previous steps and it seems to go smoothly. I have updated my first post to include the installation process for Hisense C11.
CptClutch
 
Posts: 2
Joined: Sat Sep 24, 2016 10:28 pm

Re: Hisense C11 tutorial not working on step 10 for 128G SD

Postby summers » Mon Sep 26, 2016 8:20 am

Maybe after creating teh file system check its ok?

$this->bbcode_second_pass_code('', 'fsck /dev/mmcblk1p ')
summers
 
Posts: 984
Joined: Sat Sep 06, 2014 12:56 pm


Return to User Questions

Who is online

Users browsing this forum: No registered users and 9 guests