(05-11-2014, 05:43 AM)jray link Wrote: Thanks for responding Scott. I tried the procedure you posted. When it got to the part about mounting/unmounting drives, it only showed dev/sdb. When I clicked yes, it gave me the option to install alongside Windows 7, erase Windows 7 and install LL, or "something" else. So I quit on the installation, since it obviously wasn't going to allow me to install on my usb hdd. That is, unless the "something else" is what I needed to do. Not sure what to think about it since it only showed one drive instead of 2.
Hi jray,
Yes, the "Something else" option is what you need to use. After you pick that you will be brought to a page that displays all drives and their partitions. Then you can pick the USB drive. (See note at end before continuing.) If you don't already have it partitioned, then click the free space shown for the USB, then the "+" button to "add" a partition. Easiest thing to do is just create 2 partitions -- one for root (/), the other for Swap.
* For root: "Use as" = Ext4 file system, "Mount Point" = /, Size = whole USB less size for Swap, click box to Format the partition.
* For swap: "Use as" = linux-swap, no "mount point" needed, Size = 1-2 times RAM size (you choose), check box to Format if available (can't remember).
* If you want to create a separate Home partition, you can do that as well. In that case, make Root 15GB, Swap = size 1-2 times RAM, Home = rest of disk space, Mount Point = /home, Use as = Ext4.
If you had partitions made ahead of time on the USB, you still pick "Something else". Then you select each partition, hit the "Change" button, then fill-in appropriate categories shown above except won't be necessary to click Format box.
Once partitions have been created or designated for the installation,
near the bottom of that partitioning window you will see "Device for boot loader installation". There
you must change what is currently selected and
point it at the device name for the USB. In Scott(0)'s example, that would be
/dev/sdb -- with no partition number after the "
sdb".
When you're done, use BIOS settings for booting to external drive when you want to use it. When you boot the external drive it will give you grub boot menu showing choice of both Windows and LL. When you boot computer to internal drive, Windows will boot as normal with no sign of LL being present.
NOTE: If your USB external drive is currently formatted as one large FAT32 partition, or has some other partition scheme on it that is not for Linux, you will need to change that. The easiest thing to do is make changes to it BEFORE running the installer. (You can do it from within the installer, but it is more difficult.)
* Boot LL live installation disk
* Plug in & turn on external HDD
* Go to
Menu -> System -> Partition Drives to open
GParted
* Refer to this tutorial on how to operate GParted:
http://www.dedoimedo.com/computers/gparted.html
* Delete the current partitions
* Create your new partitions, or leave empty space and create partitions during installation.
* Don't forget to hit the "Apply" button -- arrow under word "Help" along top -- to apply your changes.
* Close program when done and start installation.