LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-29-2013, 11:46 AM   #1
marietto
Member
 
Registered: Aug 2010
Posts: 96

Rep: Reputation: 17
how to mount the GPT partition under ubuntu or chrome os.


Hello.

I'm trying to install Fedora 17 on the sd card of my samsung / arm chromebook. I'm following this tutorial :

https://www.berrange.com/posts/2012/...le-chromebook/

I'm freezed at this point :

vbutil_kernel –pack /tmp/newkern –keyblock /usr/share/vboot/devkeys/kernel.keyblock –version 1 –signprivate /usr/share/vboot/devkeys/kernel_data_key.vbprivk –config=/tmp/config –vmlinuz /boot/vmlinuz-3.4.0 –arch arm

because I don't know how to mount the /boot partition. This is the partition scheme of the ssd card where is installed ChromeOS :

localhost # cgpt show /dev/mmcblk0

1 label "STATE" type linux data
2 label "KERN-A" type chromeos kernel
3 label "ROOT-A" type Chromeos rootfs
4 label "KERN-B" type chromeos kernel
5 label "ROOT-B" type Chromeos rootfs
6 label "KERN-C" type chromeos kernel
7 label "ROOT-C" type chromeos rootfs
8 label "OEM" type linux data
9 label "reserved" type chromeos reserved
10 label "reserved" type chromeos reserved
11 label "RWFW" type chromeos firmware
12 label "EFY-SYSTEM" type "EFI system partition"

I tried with the mount command :

mount -t auto /dev/mmcblk0p2 /mnt

but it says : you must specify the file system type. Is there another way to do so ? Really I need to get the vmlinuz-3.4.0 kernel file from the orginal chromeos installation to complete the tutorial. thanks for your help.

Last edited by marietto; 12-29-2013 at 11:50 AM.
 
Old 12-30-2013, 09:34 AM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,984

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
Does this device boot to a cd or usb? Might be easier to http://www.yumapk.com/how-to-install...hromebook.html
 
Old 12-30-2013, 10:53 AM   #3
marietto
Member
 
Registered: Aug 2010
Posts: 96

Original Poster
Rep: Reputation: 17
I'm on the samsung ARM chromebook model,like this : http://www.samsung.com/us/computer/c...XE303C12-A01US
it has no dvd support. ubuntu and chromeos boot from the sd card,that's internal for chromeos and external for ubuntu.

Last edited by marietto; 12-30-2013 at 11:25 AM.
 
Old 12-30-2013, 10:50 PM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Is this supposed to be a new partition?
Quote:
mount -t auto /dev/mmcblk0p2 /mnt
If so did you do step #5?
 
Old 12-31-2013, 02:15 AM   #5
marietto
Member
 
Registered: Aug 2010
Posts: 96

Original Poster
Rep: Reputation: 17
EDDY1 : I don't understand you.
 
Old 12-31-2013, 11:14 PM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Are you creating partitions to install & then mounting them? Most of all did you resize the partitions on the drive to have free space to create a new partition to install to?
 
Old 01-02-2014, 04:49 AM   #7
marietto
Member
 
Registered: Aug 2010
Posts: 96

Original Poster
Rep: Reputation: 17
I'm not creating new partitions. The partition scheme that I've posted has been created from a long time. I would like to access the partition labelled mmcblk0p2.
 
Old 01-16-2014, 12:03 AM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
have you tried
Quote:
cgpt show /dev/mmcblk0p2
 
Old 01-17-2014, 09:49 AM   #9
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
If you use -t in the mount command, then you have to specify the filesystem type. You say you're going to do that when you use -t. If you don't want to specify the filesystem type, then don't use -t. Just use the ordinary mount command. Note, the authors of some of these guides don't really know what they're doing, or what they're talking about. You have to use some knowledge if you want to succeed.

The code you posted won't work, even if you do get the mount right. The commands bundled need two dashes '--' in front of them, not the single dash you posted. I think I've seen that tutorial, and you have to manually change the dashes to two of them. He's copied everything from another site, and the formatting was wrong on the original site, and still is.
 
  


Reply

Tags
chrome+os, gpt, partition, ubuntu



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing installed Ubuntu partition on UEFI, GPT and Secure boot enabled ultrabook kamesh419 Ubuntu 5 07-14-2013 03:20 AM
[SOLVED] Delete GPT Partition sjreilly Linux - General 2 04-20-2013 11:24 AM
Partition codes for GPT Skaperen Linux - General 4 03-10-2011 06:52 PM
Is ubuntu or fedora supports installing on GPT-based partition? gabeyg Linux - General 1 08-19-2007 06:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration