Giter Site home page Giter Site logo

auspbro / ubuntu-windows_dual-boot_mode Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 2.0 12.68 MB

This document describes how to set up a “dual-boot” configuration on your system for Windows® and Ubuntu. Each operating system is installed and configured on a different partition.

License: GNU General Public License v3.0

ubuntu-windows_dual-boot_mode's Introduction

Installing Ubuntu 14.04 and Windows 7/8/10 in Dual-boot Mode

Installation Guide

Revision History

Rev 1.00 (December 10, 2016)

  • Initial release.

1. Introduction

This document describes how to set up a “dual-boot” configuration on your system for Windows® and Ubuntu. Each operating system is installed and configured on a different partition. Please contact your AMD Field Applications Engineer or technical representative with any questions about this document.

2. Installation Requirements

Before you begin the installation process, make sure that there is adequate space on your system's hard disk and that the following prerequisites are met:

  • Boot mode is set to Native UEFI
  • Internet connection is available
  • Installation media is available:
    • Windows® 7/Windows® 8 installation disc
    • Ubuntu 14.04 LTS installation disc (also available for download from http://www.ubuntu.com)

3. Installation Procedures

The following procedures describe how to install both Windows® and Ubuntu on your system. When both operating systems are correctly installed, a dual-boot menu should appear each time you start your system.

3.1 Installing Windows®

Complete the following steps to install Windows. For more detailed installation instructions, see the documentation that is available with your operating system.

  1. Insert the Windows installation CD into the CD-ROM drive, open Boot Manager, and boot your system using the UEFI CDROM option as shown below.

  2. Select the appropriate language and click Next.

  3. When prompted, select to install Windows only.

  4. Delete all existing partitions, leaving the whole hard disk empty, and click Next.

  5. Create a new partition that is half the size of the hard disk.

  6. Click OK to allow additional partitions to be created by Windows as needed.

  7. MakesurethattheRecovery,System,MSR,andPrimarypartitionshavebeen created, and click Next to continue with the installation.

  8. Complete all remaining installation steps until Windows is fully set up and running.

3.2 Installing Ubuntu

Complete the following steps to install Ubuntu. For more detailed installation instructions, see the documentation that is available with your operating system.

  1. Insert the Ubuntu installation CD into the CD-ROM drive, open Boot Manager, and boot your system using the UEFI CDROM option as shown below.

  2. Select to install Ubuntu.

  3. Select the appropriate language and click Continue.

  4. When prompted, click Continue to prepare the installation.

  5. Select an installation type of Something else and click Continue.

  6. Create a partition for the installation by clicking free space followed by Add.

  7. In the Use as field, select swap area. Specify a partition size that is the same as your physical memory size, e.g., 4096.

  8. When the swap partition is created, it should appear as shown below. Create another partition by clicking free space followed by Add.

  9. In the Use as field, select the Ext4 option and select / as the Mount point. Specify all remaining space as the partition size.

  10. When the Ext4 partition is created, it should appear as shown below. Click Install Now to begin the installation. A status bar appears at the bottom of the window during installation as shown below.

  11. When prompted, select your nearest location and click Continue.

  12. Select the appropriate keyboard layout and click Continue.

  13. Provide your credentials as needed and click Continue.

  14. Once the installation is complete, remove the installation CD and press Enter to restart your system.

  15. In the GRUB boot screen, select Ubuntu (Linux). Do not enter recovery mode.

  16. When Ubuntu boots to GUI mode, as shown below, press Ctrl + Alt + F1 to switch to text mode.

  17. When in text mode, enter your credentials username and password as required.

  18. Type sudo passwd root to change the root password.

  19. Type su - to switch to root user.

  • Note: All steps from this point must carried out by the root user. If the system restarts, make sure that you log on to the system with as the root user.
  1. Do one of the following:

➭ Type grub-probe --target=fs_uuid /boot/efi/efi/Microsoft/Boot/ bootmgfw.efi and record the output (for example, “EC8F-14C6” as shown below).

➭ Type ls /dev/disk/by-uuid/ -l and record the output (for example, “EC8F-14C6” which points to “../../sda2” as shown below).

  1. Type “nano boot/grub/grub.cfg” and do the following:

➭ Find the first instance of menuentry and insert the following before it: menuentry ‘Windows UEFI’ { search --fs-uuid --no-floppy --set=root EC8F-14C6 chainloader (${root})/efi/Microsoft/Boot/bootmgfw.efi }

➭ Replace “EC8F-14C6” with the output recorded in the previous step.

➭ Press Ctrl + X to exit and press Y to save your changes.

  1. Reboot your system. The dual-boot menu should now appear.

ubuntu-windows_dual-boot_mode's People

Contributors

auspbro avatar

Watchers

James Cloos avatar  avatar

Forkers

zhangyx1986

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.