LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dell with Arch (https://www.linuxquestions.org/questions/linux-newbie-8/dell-with-arch-4175542434/)

marshen 05-13-2015 01:07 AM

Dell with Arch
 
OK so I bought a dell precision workstation m3800 that came installed with Ubuntu. I want to switch out the hdd with a ssd and put Arch OS on there. It has no optical drive to install with a CD, so my question is if I can use a usb external optical device to install arch, and what problems might I run into?

daveginorge 05-13-2015 02:07 AM

My google string was. "Install ARCH from an USB stick" the top hit was
http://www.wikihow.com/Install-Arch-Linux

streetTux 05-13-2015 04:15 AM

Every distro can be installed with a USB stick, you don't need an external USB drive ;)

Simply download the distro's ISO (in your case, the Arch linux ISO) and "burn" it to an USB stick.

First of all, delete all the partition of the USB stick.
Then, if you're on Windows you can use the UNetbootin utility, if you're on Linux you can simply run:

Quote:

dd if=<isofile> of=/dev/<DevOfTheUsbDrive>

maples 05-13-2015 07:28 AM

Quote:

Originally Posted by streetTux (Post 5361762)
Every distro can be installed with a USB stick, you don't need an external USB drive ;)

Simply download the distro's ISO (in your case, the Arch linux ISO) and "burn" it to an USB stick.

First of all, delete all the partition of the USB stick.
Then, if you're on Windows you can use the UNetbootin utility, if you're on Linux you can simply run:

Just make EXTRA SURE that you've got the right drive, because doing that will erase ALL DATA on the disk.

(Technically, some of it might be able to be recovered by testdisk or photorec, but that's a different story.)

marshen 05-13-2015 08:58 AM

So if I take the hard disc drive that already has Ubuntu Installed on it, and replaced it with a SSD to install Arch on there, I should not have to worry about the Ubuntu unless I want to put it in a different laptop.

maples 05-13-2015 09:23 AM

Quote:

Originally Posted by marshen (Post 5361892)
So if I take the hard disc drive that already has Ubuntu Installed on it, and replaced it with a SSD to install Arch on there, I should not have to worry about the Ubuntu unless I want to put it in a different laptop.

Correct. If you remove the original drive and install a separate hard drive, then nothing you do with the Arch will ever affect the Ubuntu install.

beachboy2 05-13-2015 10:28 AM

marshen,

Before you proceed with your Arch installation, I strongly recommend reading these two official Arch guides.

Arch Beginners' Guide:
https://wiki.archlinux.org/index.php/Beginners%27_guide

Arch Installation Guide:
https://wiki.archlinux.org/index.php/Installation_guide

Also have a look at post #3 here:
http://www.linuxquestions.org/questi...es-4175540082/

Finally, make sure you are familiar with using nano:

http://www.howtogeek.com/howto/42980...e-text-editor/

DavidMcCann 05-13-2015 10:50 AM

And if that documentation gives you the horrors, use Bridge which is Arch with a conventional installer.


All times are GMT -5. The time now is 07:19 PM.