TheFrankyJoe / elementaryos-chromebook

ChromeeOS - elementary OS installation script for Chromebooks
GNU Lesser General Public License v3.0
81 stars 9 forks source link

location of script? #1

Closed Pacman4484 closed 10 years ago

Pacman4484 commented 10 years ago

where is the location on a usb drive? just the name of the usb?

TheFrankyJoe commented 10 years ago

Hi,

If I understand correctly, you want to know the location of the script on your usb drive on the Chromebook ?

On Chromebooks, all removable media (USB Drive or SD Card) are located in /media/removable/NAME_OF_DEVICE/PATH_TO_WHERE_YOU_DOWNLOADED_THE_SCRIPT/

Since the name of the device can change depending on its label (Defined when it was formated), I can't tell you what it is. But, in the shell you can type TAB to auto-complete the path to the location of your device.

The script you need to execute is called main.sh.

Hope this helps.

Thanks, Jonathan

Pacman4484 commented 10 years ago

Am I able to look at the name of it on like Windows? because I really have no idea what it's called

On Jan 21, 2014, at 4:27 PM, Jonathan Frank notifications@github.com wrote:

Hi,

If I understand correctly, you want to know the location of your usb drive on the Chromebook ?

On Chromebooks, all removable media (USB Drive or SD Card) are located in /media/removable/NAME_OF_DEVICE/

Since the name of the device can change depending on its label (Defined when it was formated), I can't tell you what it is.

Hope this helps.

Thanks, Jonathan

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

Ah ok, you are downloading the script on Windows. You will need to to extract the zip file to the root of your removable media.

For example, if your usb flash drive has the letter E:, then you will extract it to E:\

Then root of you flash drive should look like this in the folder tree:

E:\ | | - devices/ | - files/ | - scripts/ | - LICENSE.txt | - main.sh | - README.md

Pacman4484 commented 10 years ago

This ?

On Jan 21, 2014, at 4:33 PM, Jonathan Frank notifications@github.com wrote:

Ah ok, you are downloading the script on Windows. You will need to to extract the zip file to the root of your removable media.

For example, if your usb flash drive has the letter E:, then you will extract it to E:\

Then root of you flash drive should look like this in the folder tree:

E:\ | | - devices/ | - files/ | - scripts/ | - LICENSE.txt | - main.sh | - README.md

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

What do you mean by This ?

Pacman4484 commented 10 years ago

Is that what it's supposed to look like? Or did the picture not show up? I need to know what the name is would it be E: or USB THING

Sent from my iPod

On Jan 21, 2014, at 4:38 PM, Jonathan Frank notifications@github.com wrote:

What do you mean by This ?

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

Yeah, I don't see any picture in your post above...

Pacman4484 commented 10 years ago

It looked like what you had

Sent from my iPod

On Jan 21, 2014, at 4:41 PM, Jonathan Frank notifications@github.com wrote:

Yeah, I don't see any picture in your post above...

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

You need to know the name of your removable media (USB THING) and not the drive letter.

Pacman4484 commented 10 years ago

Would it be USB_THING? So cd /media/removable/USB_THING/

On Jan 21, 2014, at 4:48 PM, Jonathan Frank notifications@github.com wrote:

You need to know the name of your removable media (USB THING) and not the drive letter.

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

Yeah, it should look like that.

Pacman4484 commented 10 years ago

It says for me bash: cd: /media/removable/USB_THING/: No such file or directory

On Jan 21, 2014, at 4:50 PM, Jonathan Frank notifications@github.com wrote:

Exactly

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

If you type cd /media/removable/ and press [TAB TAB] on you keyboard, it should show you the available removable media.

Pacman4484 commented 10 years ago

Ok I will try

Sent from my iPod

On Jan 21, 2014, at 4:54 PM, Jonathan Frank notifications@github.com wrote:

If you cd /media/removable/ and press [TAB TAB] on you keyboard, it should show you the available removable media.

— Reply to this email directly or view it on GitHub.

Pacman4484 commented 10 years ago

Thank You! and sorry for wasting your timee if I did or disturbing you

Sent from my iPod

On Jan 21, 2014, at 4:54 PM, Jonathan Frank notifications@github.com wrote:

If you cd /media/removable/ and press [TAB TAB] on you keyboard, it should show you the available removable media.

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

No problem, I'm here to help :)

Pacman4484 commented 10 years ago

And this might not be anything with this but how do I "un partion" the hard drive because I installed Chrubunti once and I uninstalled it and had less space that used to

Sent from my iPod

On Jan 21, 2014, at 4:55 PM, Jonathan Frank notifications@github.com wrote:

No problem, I'm here to help :)

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

You'll need to restore your Chromebook to factory default using a recovery image.

Here's a guide on how to recover your Chromebook: https://support.google.com/chromebook/answer/1080595?hl=en

Pacman4484 commented 10 years ago

Ok thank you

Sent from my iPod

On Jan 21, 2014, at 5:05 PM, Jonathan Frank notifications@github.com wrote:

You'll need to restore your Chromebook to factory default using a recovery image.

Here's a guide on how to recover your Chromebook: https://support.google.com/chromebook/answer/1080595?hl=en And here is the device specific one: http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/acer-c720-chromebook

— Reply to this email directly or view it on GitHub.

Pacman4484 commented 10 years ago

And for running script again with same parameters is doing the instructions again?

Sent from my iPod

On Jan 21, 2014, at 5:05 PM, Jonathan Frank notifications@github.com wrote:

You'll need to restore your Chromebook to factory default using a recovery image.

Here's a guide on how to recover your Chromebook: https://support.google.com/chromebook/answer/1080595?hl=en And here is the device specific one: http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/acer-c720-chromebook

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

Yes, but you only need to run the script, so the command that looks like that:

cd /media/removable/NAME_OF_REMOVABLE_MEDIA sudo bash main.sh -d acer-c720

Pacman4484 commented 10 years ago

Any other Linux distros you might do later ?

Sent from my iPod

On Jan 21, 2014, at 5:14 PM, Jonathan Frank notifications@github.com wrote:

Yes, that is correct.

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

I'm not entirely sure and I can't promise anything :P

While it is a possibility (the script design supports it), for now its easier for me to focus on a single Linux distribution.

Pacman4484 commented 10 years ago

Ok

Sent from my iPod

On Jan 21, 2014, at 5:19 PM, Jonathan Frank notifications@github.com wrote:

I'm not entirely sure and I can't promise anything :P

While it is a possibility, for now its easier for me to focus on a single Linux distribution.

— Reply to this email directly or view it on GitHub.

Pacman4484 commented 10 years ago

It says the MD5 files do not match

Sent from my iPod

On Jan 21, 2014, at 5:19 PM, Jonathan Frank notifications@github.com wrote:

I'm not entirely sure and I can't promise anything :P

While it is a possibility, for now its easier for me to focus on a single Linux distribution.

— Reply to this email directly or view it on GitHub.

TheFrankyJoe commented 10 years ago

It means that the download of the system image was interrupted while downloading, so it is corrupted. You'll need to re-run the script again to start the download process.

Pacman4484 commented 10 years ago

Ok I think my internet is bad right now

Sent from my iPod

On Jan 21, 2014, at 6:07 PM, Jonathan Frank notifications@github.com wrote:

It means that the download of the system image was interrupted while downloading, so it is corrupted. You'll need to re-run the script again to start the start the download process.

— Reply to this email directly or view it on GitHub.