2

My question is how can you get a successful installation of Ubuntu 12.04 OS. I am about to download and load Ubuntu 12.04 64 bit to my usb with the pen drive linux software.

I have a dell 570 desktop 64 bit. I have bought a separate and physical hard drive for my new operating operating system,... the hard drive is a SATA 500, Western Caviar Blue.

If anyone have any tips, I would really appreciate the help. I have been doing this one task for four days, but was not possible of getting it done. I have came up with grub missing files, it wouldn't read the old/new external hard drive. Even thought it noticed and was installed to it. Using the " / " , " swap ".

If anyone can give me some feed back of help. So that it can be a good installation from top to bottom. And just to clarify I did make my own live cd with the Ubuntu. Plus does anyone know what is up with Grub 1 and grub 2.

From Ronnie D. Marlow.

RobotHumans
  • 30,112

2 Answers2

1

I could install 12.04 64-bit with no issues whatsoever.

Correct me if I'm wrong, there are 3 disk devices during installation:

  1. internal disk
  2. pendrive (the ubuntu installer)
  3. external disk

I'm wondering if the order in which the disks are detected and assigned to device files in /dev/sdX can be a problem here. For example if during the installation the above devices are assigned respectively to /dev/sda, /dev/sdb, /dev/sdc, then that might be a problem when you try to reboot with the pendrive removed, as in that case the external disk will be /dev/sdb instead of /dev/sdc.

Since I don't know grub2 in detail, this hypothesis can be completely wrong, but I would try to fiddle with the disk order:

  1. After installation, try to boot with the pendrive plugged in.
  2. After installation, try to boot with the pendrive removed.
  3. Instead of installing from pendrive, try to install from a cd.

As per your grub question, this should explain: https://help.ubuntu.com/community/Grub2

janos
  • 4,968
0

While I can relate to your desire to getting the most optimal OS for your computer,I have to ask: Do you NEED the 64-bit version of Ubuntu?

As far as I know (feel free to correct), the improvements of 64-bit over 32-bit are only needed for special use purposes, for example if you are doing some very precise scientific calculations on your machine and you need the performance improvements.

You'll notice that when you download the 12.04 image on the Ubuntu website, it says that the 32-bit version is recommended. So, give it a try and see if that fixes any of your problems. From general experience (again please shoot me down if I am wrong), software is more geared towards 32-bit and you'll get less bugs. Especially when the release is relatively new.

Also, simply to clarify, how many hard drives are you using? There's the one inside your machine and there's also an external drive (the SATA 500)? Are you replacing the old one with the new one? And what you're saying is that the mount point (/) and the swap partition for your Ubuntu install are on the external drive...?

I need more details to be able to help.

Ouairz
  • 143