0

I'm currently attempting to install 14.1 on a new computer via USB. No Wireless. It's plugged into the ethernet port on a Gigabyte GA-990FXA-UD3 ATX mother board with an AMD FX-6350 3.9 GHz 6 core processor. I tried 14.04 but it wouldn't even boot, when I looked into that it appeared to be a conflict with the mobo or processor. Right now I'm just running from the "try ubuntu before you install" option. I'd like to be connected to the internet before I consider installing. I'm not super familiar with the ubuntu terminal but I'm not afraid to mess with it. The network works properly on both wired and wireless Windows 7 and 8 machines connected.

Things I've tried:

-rebooting and resetting my modem and router -manually entering my ipv4, it says it connects but I get no internet connection. I've triple checked to ensure I got it right -adding 8.8.8.8 and 8.8.4.4 to the DNS servers -resetting networking with sudo service network-manager restart, nothing. -pinging my ip (64 bytes from (IP): icmp_seq=1 ttl=64 time=0.025 ms) over and over until stopped

Probably a few other things that I can't remember right now. Any help would be appreciated!

2 Answers2

1

You're booting a 64-bit kernel and I think the VIA USB controller driver wants some kind of IOMMU, try booting with iommu=soft parameter. It worked for me on Ubuntu 15.04

Marius
  • 11
0

I have two ideas of which I recommend you plan on trying both. My first thought was that you should prepare another USB install thumbdrive, this time using 12.04, and I suggest that only because there seem to be a lot of complaints about 14.04. My second thought may be better though. I suggest you make a second install thumbdrive, but this time the same version you are attempting already. The reason is that I've seen install thumbdrives fail to write properly. Use a new thumbdrive, as the drives themselves can be flaky, and preferably download a fresh copy of the ISO file as well, in case it is corrupt.

I'm not a huge fan of Gigabyte brand motherboards, but they don't typically display the problems you are describing.

gyropyge
  • 2,558
  • 1
  • 16
  • 11
  • Alright, I tried a new USB and my old USB drive with versions 14.1, 14.04, 13.1, and 13.04. I began to try 12.04 but there was no try before install option and I don't really want to install before I know it works. It took a few tries to actually get 13.1 and 13.04 to boot. Same problem with all versions, though. The computer knows that there is an ethernet cable plugged in but can't connect to the network. – Droolizmo Nov 22 '14 at 20:56
  • That's very strange. About the only suggestion I can imagine making at this point, although I would assume you've already done this, is to reset the CMOS and configure it for "failsafe defaults". – gyropyge Nov 22 '14 at 22:47
  • Tanks for trying to help, man. – Droolizmo Nov 23 '14 at 15:20