LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help Installing Linux Mint to External Drive Without Disrupting Main (W7) Drive (https://www.linuxquestions.org/questions/linux-newbie-8/help-installing-linux-mint-to-external-drive-without-disrupting-main-w7-drive-4175513573/)

mrmayge 08-05-2014 08:47 AM

Help Installing Linux Mint to External Drive Without Disrupting Main (W7) Drive
 
I've installed Linux Mint on my old laptop and like it a lot, so I want to use it on my main computer (custom-built gaming computer with Windows 7), but I'd like to keep Windows 7 as my main OS, and put Mint on a 1TB Seagate USB drive I've had lying around a while.
I use the installer on the live boot and the custom division ('Something Else') menu is really confusing.
Could someone give me a walk-through, perhaps? It would help a lot.
Thanks.

yancek 08-05-2014 12:12 PM

It would be pretty difficult for anyone to give you specific instructions with specific information on the drives/partitions you have. You can boot the Mint DVD and open a terminal and run this command: sudo fdisk -l(Lower Case Letter L in the command). This should output that information which you can then post here. The link below explains dual-boot with windows 7 and Mint 15. I don't know what changes if any were made in the Mint 17 installer but the information in that video should at least give you an idea of how to start.

http://www.youtube.com/watch?v=hgv_POYbbf0

colorpurple21859 08-05-2014 12:28 PM

If your not planning on keeping the usb hard drive connected at all times, be careful when it comes to installing grub. If grub is installed to the MBR of the internal partition and then try to boot with the usb drive disconnected will result in a non-booting computer. I would suggest to install grub to the MBR of the usb drive then use the bios to boot the usb drive.

suicidaleggroll 08-05-2014 02:41 PM

I suggest you unplug your Win 7 drive, install Mint to the external drive as if it's the only drive in the system (because it will be), and from then on you'll be able to pick which OS to boot into by selecting the boot drive from the BIOS.

mrmayge 08-05-2014 02:56 PM

Quote:

Originally Posted by yancek (Post 5215613)
It would be pretty difficult for anyone to give you specific instructions with specific information on the drives/partitions you have. You can boot the Mint DVD and open a terminal and run this command: sudo fdisk -l(Lower Case Letter L in the command). This should output that information which you can then post here. The link below explains dual-boot with windows 7 and Mint 15. I don't know what changes if any were made in the Mint 17 installer but the information in that video should at least give you an idea of how to start.

mint@mint ~ $ sudo fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x34366758

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 976771071 488282112 7 HPFS/NTFS/exFAT

Disk /dev/sdb: 1000.2 GB, 1000204885504 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525167 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x5b6e2ab2

Device Boot Start End Blocks Id System
/dev/sdb1 63 1953520127 976760032+ 7 HPFS/NTFS/exFAT

Disk /dev/sdc: 2000 MB, 2000682496 bytes
255 heads, 63 sectors/track, 243 cylinders, total 3907583 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x05b2d324

Device Boot Start End Blocks Id System
/dev/sdc1 * 2048 3907582 1952767+ c W95 FAT32 (LBA)
mint@mint ~ $ ^C


Quote:

Originally Posted by suicidaleggroll (Post 5215687)
I suggest you unplug your Win 7 drive, install Mint to the external drive as if it's the only drive in the system (because it will be), and from then on you'll be able to pick which OS to boot into by selecting the boot drive from the BIOS.

I will do that if I must, but I'd rather not mess with my computer's guts if I can avoid it.

jefro 08-05-2014 03:07 PM

You can easily use a free virtual machine to load a large virtual drive on the usb if you want. It's pretty easy and very safe.

Basically what I do is already posted by suicidaleggroll

"I suggest you unplug your Win 7 drive, install Mint to the external drive as if it's the only drive in the system (because it will be), and from then on you'll be able to pick which OS to boot into by selecting the boot drive from the BIOS."


For the most part, a usb external on a new distro and newish system is exactly an internal hard drive. When you boot to bios with internal hard drive disconnected and usb connected, your hard drive order should only have the external shown. That is good for two reasons. One is your internal data is safe. Two, the installers work correctly.

So just load on to the usb as if it were a real internal drive. When fully finished you can then use F key at boot or bios boot order to select which drive to boot to.

mrmayge 08-05-2014 04:27 PM

Unplugged my internal drive from my motherboard and successfully installed Mint via a Liveboot USB drive. But when I restarted my computer, the hard drive doesn't appear in my BIOS menu or on the list of drives in My Computer on Windows 7.
Help!

Soadyheid 08-05-2014 04:45 PM

Quote:

the hard drive doesn't appear in my BIOS menu
Does your BIOS boot menu have USB as an option? That should be the Linux Mint drive.
I don't think Windows 7 recognises Linux so the Mint USB Drive won't show up.

Play Bonny!

:hattip:

mrmayge 08-05-2014 04:50 PM

Quote:

Originally Posted by Soadyheid (Post 5215795)
Does your BIOS boot menu have USB as an option? That should be the Linux Mint drive.
I don't think Windows 7 recognises Linux so the Mint USB Drive won't show up.
:hattip:

There's no USB option. Just two options that both lead to the main W7 drive.

suicidaleggroll 08-05-2014 04:52 PM

The external drive definitely won't show up in Win 7. Windows doesn't recognize any of the Linux filesystems without third party (sketchy, half broken, if they're even available) drivers.

It's odd that the drive doesn't show up in your BIOS. Clearly your BIOS is capable of booting from USB since you're able to boot the Mint live USB.

Which BIOS menu are you referring to? There are typically two options, first is you can press Del/F1/whatever to enter the BIOS setup, then scroll over to boot and you should see the USB drive listed somewhere in the boot order. The second way is to press F# (usually F12?) during the boot and it will pop up with a boot menu where you can select the drive.

mrmayge 08-05-2014 04:58 PM

I hit F11. Would I have more luck trying F1?

suicidaleggroll 08-05-2014 05:02 PM

It's worth a shot. Go to the boot section and see what all is listed under the boot order.

yancek 08-05-2014 05:38 PM

Quote:

There's no USB option. Just two options that both lead to the main W7 drive.
If you installed from the flash drive it would have been necessary to change the boot priority in the BIOS to the flash drive. Also, to install to the 1TB drive, it would have had to be recognized in the installer. So if it was recognized then, you should still see it.

Quote:

the hard drive doesn't appear in my BIOS menu or on the list of drives in My Computer on Windows 7.
Are you talking about your BIOS or the windows boot menu. If you are booting windows 7, then you have the first drive set to first boot priority. You won't see Mint in the windows boot menu and the drives/partitions on the 1TB with Mint will not be recognized, probably shown as unknown, unallocated or free space.

mrmayge 08-05-2014 06:46 PM

I'm talking about the BIOS menu. Like my motherboard make's logo appears, says 'press F11 for settings' or something, and leads to a blue screen with a bunch of options.
I tried the various other settings menus, pressing F11 and F2...none of them list the external drive. It's plugged in to the same USB port I used for the install, and the power LED is on, so I don't know why its not registering...

yancek 08-05-2014 10:36 PM

You should see a key to press to "enter setup" and in the BIOS you should always have a tab for Boot and that should have options. I suppose you could try an online search for changing settings on whatever motherboard you have.


All times are GMT -5. The time now is 05:55 AM.