Results 1 to 5 of 5

Thread: Non-System Disk error

  1. #1
    Join Date
    Oct 2014
    Beans
    1

    Non-System Disk error

    I'm installing ubuntu 14.04 off of a USB, and everytime I've tried running my machine after "successfully" installing ubuntu, I get an error:

    Non-System disk or disk error
    replace and strike any key when ready

    I'm at a lost. As far as i can see, i'm installing it correctly, and i've checked the bios, and the hard drive is being read from.
    Does anyone have any ideas what could be causing the error?

  2. #2
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Non-System Disk error

    Moved to the Installation & Upgrades sub-forum

  3. #3
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Non-System Disk error

    Non-System disk or disk error
    That message usually appears when the boot system (BIOS/UEFI) cannot find a disk with an OS on it. What happens when you re-insert the USB memory stick and then you"strike any key?" does the Ubuntu live session load? If it does, then the BIOS is most likely seeing the USB stick as an external USB hard drive and is set to boot from it and not from the hard drive.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  4. #4
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Non-System Disk error

    jack107; Hi ! My Welcome to the forum .

    I would hazzard to guess that grub did not get installed to the hard drive.

    You can check and see what the situation is by mounting the partition from the liveUSB and reading the contents of the boot config file "/boot/grub/grub.cfg".
    OR just (re-)install grub.
    If you want to (re-)install grub show us what we are working with, so we can craft up the proper syntax to make that happen.
    From the liveUSB; terminal commands
    Code:
    sudo fdisk -lu
    sudo parted -l
    ain't nothing but a thing
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  5. #5
    Join Date
    Sep 2007
    Location
    Oklahoma, USA
    Beans
    2,378
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Non-System Disk error

    That message is coming from the Master Boot Record of your hard drive. Apparently, when you did the installation from USB, the installation programs put the bootstrap loader into the MBR of the USB drive rather than into the MBR of the hard drive.

    You can try re-installing from the USB, but when you get to the window that asks whether you want to replace the existing system, install alongside it, or "something else," select "something else." This is the only option that lets you select where to place the bootstrap loader!

    It's also, unfortunately, the most complicated of the choices, since it lets you do everything for yourself instead of performing behind-the-scenes magic. If you're uncomfortable with this, let us know and someone will probably show up to guid you through it step by step.
    --
    Jim Kyle in Oklahoma, USA
    Linux Counter #259718
    Howto mark thread: https://wiki.ubuntu.com/UnansweredPo.../SolvedThreads

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
  •