0

I'm beginner with Linux, and I want to make Dual Boot Ubuntu 14.04 alongside Windows 8.1, so I've process like on this video.

But when I restart my computer (with F12) on USB storage and that I want install Ubuntu their are their 2 line:

[     6.592492] sd 6:0:0:0: [sdc] No Coaching mode page found
[     6.592493] sd 6:0:0:0: [sdc] Assuming drive cache: write throught

and next nothing... the installation didn't work

I've detail my problem with pics here: https://docs.google.com/document/d/1c9k0d46juddyr_B6chFnzA_tIIAEbUD2uWFnAY0IrrE/edit?usp=sharing

David Foerster
  • 36,264
  • 56
  • 94
  • 147

3 Answers3

1
  1. See Installing Ubuntu on a Pre-Installed Windows 8 (64-bit) System (UEFI Supported). There are some BIOS settings that have been known to interfere with booting from a USB drive on computers the came with Windows 8 preinstalled. They are: Secure Boot, Quick Boot/Fast Boot, Intel Smart Response Technology (SRT) and Fast Startup.

  2. UNetbootin does not support Windows 8. That is why you got the following error message:

    [     6.592492] sd 6:0:0:0: [sdc] No Caching mode page found
    [     6.592493] sd 6:0:0:0: [sdc] Assuming drive cache: write through  
    _  
    

    Update: UNetbootin has been updated and currently supports both Windows 8 and Windows 10.

    At the official Ubuntu webpage: How to create a bootable USB stick on Windows you will find step-by-step illustrated instructions for creating a bootable USB stick on Windows including Windows 8. The recommended program in this tutorial is Rufus which supports Windows 8 and Windows 10, and that is why Rufus is recommended by the official Ubuntu website to create a bootable USB stick on Windows, even though the UNetbootin program is an Ubuntu program that is in the Ubuntu Software Center.

    The minimal requirements for making a bootable USB stick with Rufus are a USB stick that has at least 2GB available space, and for Ubuntu 18.04 and later a USB stick that has at least 4GB available space.

karel
  • 114,770