Can't boot from USB to install Linux

6,148

Run VirtualBox, click Settings, select System in the left pane then go in Processor tab.

Check Enable PAE/NX.

enter image description here

Reference


What is PAE?

The Enable PAE/NX setting determines whether the PAE and NX capabilities of the host CPU will be exposed to the virtual machine. PAE stands for Physical Address Extension. Normally, if enabled and supported by the operating system, then even a 32-bit x86 CPU can access more than 4 GB of RAM.

This is made possible by adding another 4 bits to memory addresses, so that with 36 bits, up to 64 GB can be addressed. Some operating systems (such as Ubuntu Server) require PAE support from the CPU and cannot be run in a virtual machine without it. Manual

Share:
6,148
LWZ
Author by

LWZ

I'm learning Python.

Updated on September 18, 2022

Comments

  • LWZ
    LWZ over 1 year

    Now I have Win7 on my laptop, and I want to install Linux. I downloaded the latest Ubuntu 13.04 32-bit (and also Mint 15 32-bit), and installed it on my flash drive using the Universal USB Installer – Easy as 1 2 3 (also tried UNetbootin). Then I reboot from the flash drive I simply got a blank screen with a blinking cursor. Nothing happens at all. No harddrive activity.

    Then I used LinuxLive USB Creator to install it with a Virtual Box on the flash drive, and tried to boot directly within Virtual Box, got the same blank screen. What is going on? This is not the first time I install Linux but I really got no clue.

    My latop is a Sony VAIO with Pentium Dual-Core T2330 CPU.


    Update:

    Now I installed virtualbox and I'm able to boot from the ISO image, which means both my computer and the ISO image should be fine. However I'm still not able to boot from the USB to really install Linux on my computer. This is so frustrating, I don't want to be stuck with Windows!

    • Ariane
      Ariane over 10 years
      Assuming your install media is valid, correctly chosen and not corrupted (and honestly this is the most likely cause), what I can think of is that USB 3 drivers are often not working when the computer first boots. Therefore plugging a keyboard into an USB 3 port won't allow you to access the boot menu, and I presume plugging an USB key into it won't allow you to properly boot from it either.
    • LWZ
      LWZ over 10 years
      Yes, media should be fine (I downloaded 3 distros), and the USB drive should be fine too (read/write without problem).
    • LWZ
      LWZ over 10 years
      @user55325 I tried another computer, it's the same thing.
    • Markus N.
      Markus N. over 10 years
      Well, if a USB stick boots on one machine (be it virtual or real) but not on another, it could be a BIOS incompatibility. Not all BIOSes are able to boot from all USB sticks (even a VirtualBox machine has a BIOS). How big is your stick ? I've heard about a 4GB limit in some BIOSes.
    • LWZ
      LWZ over 10 years
      My USB is 4GB. I used the same flash drive to install Windows before, so it should be bootable and compatible with my BIOS. Could it be the Windows installer messed up the USB drive? I've already formatted it though.
  • Ariane
    Ariane over 10 years
    Adding explanations as to how and why this solution works would be nice.
  • LWZ
    LWZ over 10 years
    ok, now I am able to boot into Mint in the virtualbox. However, I still can't boot from USB to really install it on my computer.
  • stderr
    stderr over 10 years
    @LWZ check enable the usb device in menu: Devices - Usb Devices, and restart the virtual machine.
  • LWZ
    LWZ over 10 years
    @Джеймс_C웃, I want to install Linux on my real machine, not virtual machine. I'm trying VirtualBox just for testing purpose, and now it works. So I want to move on and install it alongside Windows.