PDA

View Full Version : [ubuntu] Can you install ubuntu on an external Maxtor usb HDD?


a_washington
October 25th, 2008, 08:14 PM
And if so how can I dual boot it?:confused:

Pumalite
October 25th, 2008, 08:37 PM
You can install to an external drive. Use your Live CD and at step 7; go to 'Advanced Tab' and change (hd0) for /dev/???, where ??? is your external drive ( find out with sudo fdisk -lu)
It's better than installing Grub on your internal drive.
http://www.ubuntuswitch.com/2006/08/01/installing-ubuntu-on-an-external-usb-hard-drive/

a_washington
October 25th, 2008, 09:02 PM
And when I do that how can I make it show up when I want to choose which OS I want to boot? And what text should I add to the boot.ini file?:confused:

Pumalite
October 25th, 2008, 09:25 PM
You will have a boot loader (Grub) in the external drive. You have to change your BIOS to boot from USB

a_washington
October 26th, 2008, 01:29 PM
You will have a boot loader (Grub) in the external drive. You have to change your BIOS to boot from USB How would I do that?

Pumalite
October 26th, 2008, 02:12 PM
BIOS can be accessed easily hitting 'Del' or similar key at boot. There make USB bootable in first place, followed by CD and then primary hard drive

senor.ehlert
October 26th, 2008, 02:48 PM
You can install to an external drive. Use your Live CD and at step 7; go to 'Advanced Tab' and change (hd0) for /dev/???, where ??? is your external drive ( find out with sudo fdisk -lu)
It's better than installing Grub on your internal drive.
http://www.ubuntuswitch.com/2006/08/01/installing-ubuntu-on-an-external-usb-hard-drive/

I was considering installing to an external HD myself. So when you were refering to step 7, did you mean step 7 in the install?

And just to be certain, before I start changing things, you replace /dev/ with (hd0) then replace ??? with whatever shows up under "sudo fdisk -lu"?

And I am assuming you can easily partition the external HD?

Thanks, and sorry I hijacked your thread!

Pumalite
October 26th, 2008, 02:51 PM
Step 7 of installation

a_washington
October 26th, 2008, 07:28 PM
Thanks for all of your help!:) So if I install ubuntu on my USB HDD it WILL NOT erase Windows XP or make it unbootable. The reason I ask is because once when I installed ubuntu on my USB HDD drive it made both ubuntu and WinXP unbootable (even with the usb HDD disconnected). It said GRUB error 21. So if on step 7 I deselect GRUB it won't install GRUB? Do I understand you right?

Pumalite
October 26th, 2008, 09:14 PM
You don't deselect Grub. You chage it for the device that corresponds to your USB drive.

a_washington
October 27th, 2008, 10:42 AM
You don't deselect Grub. You chage it for the device that corresponds to your USB drive.

But what happened the last time I installed ubuntu is that even when the usb harddrive was UNPLUGGED the internal HDD still said GRUB error 21. And it should have booted Windows XP.

Pumalite
October 27th, 2008, 01:55 PM
That's because after installing Grub to your internal drive; you didn't fix your Windows MBR. Use your installation CD to do it: hit 'r' for Recovery>FIXMBR>FIXBOOT
Or Super Grub:
http://users.bigpond.net.au/hermanzone/supergrubdiskpage.html

a_washington
October 27th, 2008, 02:19 PM
That's because after installing Grub to your internal drive; you didn't fix your Windows MBR. Use your installation CD to do it: hit 'r' for Recovery>FIXMBR>FIXBOOT
Or Super Grub:
http://users.bigpond.net.au/hermanzone/supergrubdiskpage.html

Windows came preloaded on my computer. So I don't have a Windows Install disk.

Pumalite
October 27th, 2008, 02:23 PM
That's what Super Grub is for.

a_washington
October 27th, 2008, 02:29 PM
What am I supposed to do with SuperGrub?:confused:

Pumalite
October 27th, 2008, 02:41 PM
Read the documentation.