Using external HD instead of of usb or cd for install
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 669
Rep:
Using external HD instead of of usb or cd for install
If using an external hard drive (for initial install) instead of CD or USB, does one use the LIVE CD method or the USB method? I want to partition my HD and have it running from there, not on the external HD drive.
you can boot it like you are booting a USB. The most important part is to make the partition on the external HD and make it bootable. I think you can do that with GPartEd.
You have to ensure that you put the image of the bootable CD/DVD on the first partition on the external and make it bootable.
But, I kind of agree with BW-userx. I have seen some external HD's that do not work when booted this way. You have to have a bootloader somewhere in order to point to the partition on the external.
If you have the Grub2 bootloader available, you should be able to put the iso of your Linux system you want to install on a partition on either an internal or external drive and manually create an entry in grub.cfg, boot it to install to another drive or partition. Grub2 has this capability but not all Linux distributions can be booted this way. You don't indicate which you are planning to use. You may also be able to use unetbootin to do a 'frugal' install which puts the Live CD image on a current partition which you can boot from.
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881
Rep:
Quote:
Originally Posted by linux-man
Seagate
plugged in via usb port
Linux normally "see's" storage devices, in the same way as it would, see a normal hard drive (an internal HDD). Just make sure when you install said distro, that it installs to your external drive, instead of your internal HDD.
If it's connected with a usb docking station, it's just a storage device and the usb method should work. As in dd the image to the whole of the device. Although a HDD is probably overkill for that, but should work. A small usb drive, or memory card and reader would probably make more sense, but either should work for the bootable device that is the installer. You lose data on the drive as that method overwrites the partition table.
If you're wanting to install to the external HDD just boot off of another device that has the installer. Or use one of the many linux in linux installation methods. Like arch-chroot, debootstrap, and others.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.