Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


[Arch] Install on USB? filter_list
Author
Message
[Arch] Install on USB? #1
I want to install Arch on a USB that I can use as bootable media, then use the host machine's resources (memory, processor, network card, etc...) after boot.

Do I just need to do a standard install after mounting the USB in another Linux instance, or are there some extra hoops to jump through?
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: [Arch] Install on USB? #2
You mean you want to install the actual arch OS to another USB, so you can go from machine to machine with the same arch system, and when I say arch system I assume you mean fully useable with a GUI, stuff installed, and that sort of shit not the live USB medium arch has. Just install it to another USB if that is the case. I've only done this once, and that was with, not arch directly, but manjaro at college for a few tests. There wasn't anything special I had to do, it just tret the USB as any other storage device.

If you just mean, I want to install arch how do I put their ISO on a USB run this as root. Replacing "sdx" with the device you want to install it to and filling in the arch ISO path.
Code:
(sudo) dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

sorry if I completely missed the point.
(This post was last modified: 11-11-2016, 10:39 AM by Panther_.)
[Image: twvnig.gif]

Reply

RE: [Arch] Install on USB? #3
(11-11-2016, 10:36 AM)Panther_ Wrote: You mean you want to install the actual arch OS to another USB, so you can go from machine to machine with the same arch system, and when I say arch system I assume you mean fully useable with a GUI, stuff installed, and that sort of shit not the live USB medium arch has. Just install it to another USB if that is the case. I've only done this once, and that was with, not arch directly, but manjaro at college for a few tests. There wasn't anything special I had to do, it just tret the USB as any other storage device.

If you just mean, I want to install arch how do I put their ISO on a USB run this as root. Replacing "sdx" with the device you want to install it to and filling in the arch ISO path.
Code:
(sudo) dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

sorry if I completely missed the point.

My goal is a portable system like you mentioned, potentially with a GUI and all the rest, so thanks for the reply Biggrin
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: [Arch] Install on USB? #4
(11-11-2016, 01:57 PM)Ao- Wrote:
(11-11-2016, 10:36 AM)Panther_ Wrote: You mean you want to install the actual arch OS to another USB, so you can go from machine to machine with the same arch system, and when I say arch system I assume you mean fully useable with a GUI, stuff installed, and that sort of shit not the live USB medium arch has. Just install it to another USB if that is the case. I've only done this once, and that was with, not arch directly, but manjaro at college for a few tests. There wasn't anything special I had to do, it just tret the USB as any other storage device.

If you just mean, I want to install arch how do I put their ISO on a USB run this as root. Replacing "sdx" with the device you want to install it to and filling in the arch ISO path.
Code:
(sudo) dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

sorry if I completely missed the point.

My goal is a portable system like you mentioned, potentially with a GUI and all the rest, so thanks for the reply Biggrin

I'm not sure this is doable. You'd have to partition and flash drives are not meant to be partitioned. You're better off carrying a portable ssd or hdd.
Scientia potentia est

[Image: inkexplosion.jpg]

Reply

RE: [Arch] Install on USB? #5
I know it can be done with kali linux, but i've never tried it.
[Image: skullsigirys.png]

Reply

RE: [Arch] Install on USB? #6
(11-11-2016, 04:36 PM)DarkMuse Wrote:
(11-11-2016, 01:57 PM)Ao- Wrote:
(11-11-2016, 10:36 AM)Panther_ Wrote: You mean you want to install the actual arch OS to another USB, so you can go from machine to machine with the same arch system, and when I say arch system I assume you mean fully useable with a GUI, stuff installed, and that sort of shit not the live USB medium arch has. Just install it to another USB if that is the case. I've only done this once, and that was with, not arch directly, but manjaro at college for a few tests. There wasn't anything special I had to do, it just tret the USB as any other storage device.

If you just mean, I want to install arch how do I put their ISO on a USB run this as root. Replacing "sdx" with the device you want to install it to and filling in the arch ISO path.
Code:
(sudo) dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

sorry if I completely missed the point.

My goal is a portable system like you mentioned, potentially with a GUI and all the rest, so thanks for the reply Biggrin

I'm not sure this is doable. You'd have to partition and flash drives are not meant to be partitioned. You're better off carrying a portable ssd or hdd.

Looks like it's viable to partition flash storage
http://kb.sandisk.com/app/answers/detail...-usb-drive
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: [Arch] Install on USB? #7
(11-11-2016, 01:57 PM)Ao- Wrote:
(11-11-2016, 10:36 AM)Panther_ Wrote: You mean you want to install the actual arch OS to another USB, so you can go from machine to machine with the same arch system, and when I say arch system I assume you mean fully useable with a GUI, stuff installed, and that sort of shit not the live USB medium arch has. Just install it to another USB if that is the case. I've only done this once, and that was with, not arch directly, but manjaro at college for a few tests. There wasn't anything special I had to do, it just tret the USB as any other storage device.

If you just mean, I want to install arch how do I put their ISO on a USB run this as root. Replacing "sdx" with the device you want to install it to and filling in the arch ISO path.
Code:
(sudo) dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

sorry if I completely missed the point.

My goal is a portable system like you mentioned, potentially with a GUI and all the rest, so thanks for the reply Biggrin

Yes, it can be done. Ill give it a go now to be 100% sure but I have done it before.
[edit] yea it is doable. Just the same as any drive as I thought.
(This post was last modified: 11-11-2016, 07:55 PM by Panther_.)
[Image: twvnig.gif]

[+] 1 user Likes Panther_'s post
Reply

RE: [Arch] Install on USB? #8
(11-11-2016, 06:52 PM)Ao- Wrote:
(11-11-2016, 04:36 PM)DarkMuse Wrote:
(11-11-2016, 01:57 PM)Ao- Wrote: My goal is a portable system like you mentioned, potentially with a GUI and all the rest, so thanks for the reply Biggrin

I'm not sure this is doable. You'd have to partition and flash drives are not meant to be partitioned. You're better off carrying a portable ssd or hdd.

Looks like it's viable to partition flash storage
http://kb.sandisk.com/app/answers/detail...-usb-drive

Looks like you're right! I fried a 128gb flash drive trying to do it. Sad

EDIT:
YOU WOULD NOT BELIEVE THIS. I JUST PLUGGED IT IN AFTER TWO YEARS AND IT GAVE ME THE OPTION TO FORMAT! IT LIVESSSSSSSSSSS
(This post was last modified: 11-13-2016, 01:31 AM by DarkMuse. Edit Reason: Update yo )
Scientia potentia est

[Image: inkexplosion.jpg]

[+] 2 users Like DarkMuse's post
Reply

RE: [Arch] Install on USB? #9
(11-13-2016, 01:30 AM)DarkMuse Wrote:
(11-11-2016, 06:52 PM)Ao- Wrote:
(11-11-2016, 04:36 PM)DarkMuse Wrote: I'm not sure this is doable. You'd have to partition and flash drives are not meant to be partitioned. You're better off carrying a portable ssd or hdd.

Looks like it's viable to partition flash storage
http://kb.sandisk.com/app/answers/detail...-usb-drive

Looks like you're right! I fried a 128gb flash drive trying to do it. Sad

EDIT:
YOU WOULD NOT BELIEVE THIS. I JUST PLUGGED IT IN AFTER TWO YEARS AND IT GAVE ME THE OPTION TO FORMAT! IT LIVESSSSSSSSSSS
feelsgoodman

Reply

RE: [Arch] Install on USB? #10
(11-13-2016, 01:42 AM)pvnk Wrote:
(11-13-2016, 01:30 AM)DarkMuse Wrote:
(11-11-2016, 06:52 PM)Ao- Wrote: Looks like it's viable to partition flash storage
http://kb.sandisk.com/app/answers/detail...-usb-drive

Looks like you're right! I fried a 128gb flash drive trying to do it. Sad

EDIT:
YOU WOULD NOT BELIEVE THIS. I JUST PLUGGED IT IN AFTER TWO YEARS AND IT GAVE ME THE OPTION TO FORMAT! IT LIVESSSSSSSSSSS
feelsgoodman

Nope still didnt work. Formatting failed :-(
Scientia potentia est

[Image: inkexplosion.jpg]

Reply







Users browsing this thread: 1 Guest(s)