Results 1 to 6 of 6

Thread: HOWTO: Install Ubuntu 12.04.1 on ASUS G75VW-DS72

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Beans
    10

    Exclamation HOWTO: Install Ubuntu 12.04.1 on ASUS G75VW-DS72

    Before doing *anything* to your new Asus G75VW notebook, REMEMBER TO LOG IN TO YOU WINDOWS INSTALL AND CREATE A RECOVERY DISK. You will NOT be able to run the Recovery software after modifying the bootloader. (I tried setting up dual-booting, and found this out the hard way. If anyone could be so kind as to make a recovery disk for me, I'd appreciate it. I have my own Win7 key)

    HOW TO install Ubuntu on your Asus G75VW (no dual boot)

    STEP 1:

    - Make a bootable DVD of the latest and greatest Ubuntu Desktop (32-bit) distribution.

    STEP 2:
    - Insert the bootable DVD into your bluray/DVD drive. Restart your machine. REMEMBER to press the ESC key as soon as the machine boots up in order to get the boot menu.

    STEP 3:

    - As soon as you see the color purple (that screen with the keyboard symbol and a human outline), hit any arrow key. You should be presented with a list of actions, including the option to simply run the live CD, and install. DO NOT simply hit enter. You will need to do the following...

    STEP 4:
    - Select Install, but modify the entry by pressing F6 before hitting enter. You will need to set "acpi=off" ...otherwise, your machine will hang and you won't get to the install process. After selecting the "acpi=off" option, hit ENTER to continue.

    STEP 5:
    - When the installer presents you with the options to "download updates" and "install 3rd party" stuff, MAKE SURE BOTH CHECKBOXES ARE CHECKED. You WILL need internet connectivity. Wireless should work, just click the networking icon in the top right, and connect to your wireless network as usual, ...or simply plug in an ethernet cable to your network. In fact, go ahead and PLUG IN VIA ETHERNET cable. It's safer that way. Go through the entire installation set up. I simply selected the entirety of SDA (the SSD drive) and completely overwrote it with the Ubuntu install.

    STEP 6:

    - After the installation routines complete, you will be asked to restart your machine. Go ahead and follow the instructions to restart, remove the DVD from your drive and restart.

    STEP 7:
    - When you restart, and are presented with the GRUB bootloader screen, do *NOT* simply hit enter for the first option. Use the second option, the one that says "Ubuntu (recovery)" or something to that effect.

    STEP 8:
    - When the Ubuntu Recovery menu appears, you will need to enable networking by selecting the "Enable Networking" option and hitting enter. If you encounter issues with no wireless networks showing up, you may need to manually add your wireless network's ESSID via a Terminal. Open up a Terminal window and see the following help info to accomplish this
    Code:
    iwconfig --help
    STEP 9
    - You will be presented with the Ubuntu Recovery menu again, this time, select the "Root shell" (or whatever that option is for the root prompt is), and hit enter.

    STEP 10
    - You will need to install the NVIDIA DRIVERS. Do this by typing
    Code:
    apt-get install nvidia-current
    ...Press ENTER.

    STEP 11
    - When the nvidia driver installation completes, type
    Code:
    exit
    and press enter. This will send you back to the Ubuntu Recovery menu.

    STEP 12
    - Select the "RESUME" option, and press enter. You will now see the Ubuntu Desktop log in screen.

    STEP 13
    - After logging in, you will need to open up a Terminal window, and run the nvidia-xconfig utility by typing the following:
    Code:
    nvidia-xconfig
    ...and then pressing ENTER. You may be asked for your password, as this action requires sudo/root privileges.

    STEP 14
    - That's all for now. Disconnect your ethernet cable and restart. You can now select the default GRUB boot option when you restart. Enjoy!

    Last edited by redpiersystems; September 15th, 2012 at 10:55 PM.

  2. #2
    Join Date
    Mar 2008
    Beans
    5

    Re: HOWTO: Install Ubuntu 12.04.1 on ASUS G75VW-DS72

    Thank you sooooo much for this!

  3. #3
    Join Date
    Aug 2011
    Beans
    1

    Re: HOWTO: Install Ubuntu 12.04.1 on ASUS G75VW-DS72

    Hi,

    I've made the same mistake as you did.

    Did you found the recovery disks ?

    Looks like I need them too...

    Thanks in advance

    Mike

  4. #4
    Join Date
    Nov 2012
    Beans
    1

    Re: HOWTO: Install Ubuntu 12.04.1 on ASUS G75VW-DS72

    Quote Originally Posted by redpiersystems View Post
    Before doing *anything* to your new Asus G75VW notebook, REMEMBER TO LOG IN TO YOU WINDOWS INSTALL AND CREATE A RECOVERY DISK. You will NOT be able to run the Recovery software after modifying the bootloader. (I tried setting up dual-booting, and found this out the hard way. If anyone could be so kind as to make a recovery disk for me, I'd appreciate it. I have my own Win7 key)

    HOW TO install Ubuntu on your Asus G75VW (no dual boot)

    STEP 1:

    - Make a bootable DVD of the latest and greatest Ubuntu Desktop (32-bit) distribution.

    STEP 2:
    - Insert the bootable DVD into your bluray/DVD drive. Restart your machine. REMEMBER to press the ESC key as soon as the machine boots up in order to get the boot menu.

    STEP 3:

    - As soon as you see the color purple (that screen with the keyboard symbol and a human outline), hit any arrow key. You should be presented with a list of actions, including the option to simply run the live CD, and install. DO NOT simply hit enter. You will need to do the following...

    STEP 4:
    - Select Install, but modify the entry by pressing F6 before hitting enter. You will need to set "acpi=off" ...otherwise, your machine will hang and you won't get to the install process. After selecting the "acpi=off" option, hit ENTER to continue.

    STEP 5:
    - When the installer presents you with the options to "download updates" and "install 3rd party" stuff, MAKE SURE BOTH CHECKBOXES ARE CHECKED. You WILL need internet connectivity. Wireless should work, just click the networking icon in the top right, and connect to your wireless network as usual, ...or simply plug in an ethernet cable to your network. In fact, go ahead and PLUG IN VIA ETHERNET cable. It's safer that way. Go through the entire installation set up. I simply selected the entirety of SDA (the SSD drive) and completely overwrote it with the Ubuntu install.

    STEP 6:

    - After the installation routines complete, you will be asked to restart your machine. Go ahead and follow the instructions to restart, remove the DVD from your drive and restart.

    STEP 7:
    - When you restart, and are presented with the GRUB bootloader screen, do *NOT* simply hit enter for the first option. Use the second option, the one that says "Ubuntu (recovery)" or something to that effect.

    STEP 8:
    - When the Ubuntu Recovery menu appears, you will need to enable networking by selecting the "Enable Networking" option and hitting enter. If you encounter issues with no wireless networks showing up, you may need to manually add your wireless network's ESSID via a Terminal. Open up a Terminal window and see the following help info to accomplish this
    Code:
    iwconfig --help
    STEP 9
    - You will be presented with the Ubuntu Recovery menu again, this time, select the "Root shell" (or whatever that option is for the root prompt is), and hit enter.

    STEP 10
    - You will need to install the NVIDIA DRIVERS. Do this by typing
    Code:
    apt-get install nvidia-current
    ...Press ENTER.

    STEP 11
    - When the nvidia driver installation completes, type
    Code:
    exit
    and press enter. This will send you back to the Ubuntu Recovery menu.

    STEP 12
    - Select the "RESUME" option, and press enter. You will now see the Ubuntu Desktop log in screen.

    STEP 13
    - After logging in, you will need to open up a Terminal window, and run the nvidia-xconfig utility by typing the following:
    Code:
    nvidia-xconfig
    ...and then pressing ENTER. You may be asked for your password, as this action requires sudo/root privileges.

    STEP 14
    - That's all for now. Disconnect your ethernet cable and restart. You can now select the default GRUB boot option when you restart. Enjoy!

    I got stuck on step 8 and step 10.
    for step 8 my laoptop freezes at a long piece commandline text,which seems to be unable to mount a partition.
    then i skipped 8 and go to 9 ->10
    but after executing installation command from 10,i got error message:
    W: Not using locking for read only lock file /var/lib/dpkg/lock E: Unable to write to /var/cache/apt/ E: The package lists or status file could not be parsed or opened.

    can you give me some help please?

  5. #5
    Join Date
    Feb 2009
    Location
    Germany
    Beans
    26
    Distro
    Xubuntu 10.04 Lucid Lynx

    Red face Re: HOWTO: Install Ubuntu 12.04.1 on ASUS G75VW-DS72

    Thank you sooooo much, this just savd my life!
    .
    When you say "I wrote a program that crashed my Windows", people just stare at you blankly and say "Hey, I got those with the Windows system, for free!"
    -- Linus Torvalds

  6. #6
    Join Date
    Oct 2012
    Beans
    4

    Re: HOWTO: Install Ubuntu 12.04.1 on ASUS G75VW-DS72

    I was able to successfully make a Windows 8 recovery disc after dual-booting with the Asus G75VW. Try changing the boot order in the BIOS (F2 during startup). I set Windows as the default boot option and there was no issue in making a recovery disc after installing Ubuntu.

    Everything on the Ubuntu side seems to be working aside from the wireless driver. There is no proprietary wireless driver listed in Software Sources. Wireless networks show up but none will connect (given correct password, SSID, security protocol, etc). Step 8 in the original post does not solve the issue. The Unity wireless icon keeps fading in and out like it's trying to connect, however, using the ethernet jack on the machine works just fine. After hard-wiring my internet connection, I was able to download and install updates but still no proprietary wireless driver. I've installed Ubuntu twice-over with the same result.

    Anyone else getting this same issue? I'm running Ubuntu 12.10 64-bit with the default graphics driver (non-Nvidia).
    Last edited by cjhoward; February 14th, 2013 at 05:25 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •