LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   Installation Error on Atom Board (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/installation-error-on-atom-board-4175567116/)

sherinkapotein 01-22-2016 01:37 PM

Installation Error on Atom Board
 
Prelude:
I understand that the problem is probably not unique but all the solutions that I found didn't work out. Probably because its not a desktop/laptop I am working on but its a Terasic DE2i-150 board.

System specifications are here : http://www.terasic.com.tw/cgi-bin/pa...o=529&PartNo=2

Basically an Atom processor with NM10 express chipset communicating with Altera Cyclone FPGA over PCIe link. The system came preinstalled with a Yocto image in the onboard m-SATA SSD, but the manual does mentions the procedure of installation of other distros as well, with the most preferred being CentOS(as they provide all drivers for CentOS6.x).

Problem statement: Before this I never had to install anything on this board, then one fine day the BIOS went kaput. Replaced with a new BIOS from OEM. Since then I am not able to install CentOS6.7 as the install hangs at probing edd (edd=off to disable). When I try the install with edd=off the installation hangs at
Code:

Loading  /images/pxeboot/initrd.img....................................................ready
This is what all I attempted
1. Downloaded the CentOS 6.7 x86-64 DVD1 and DVD2 iso images.
2. Burnt the images to 2 USB sticks (8GB San Disk Cruzer Micro) using UnetBootin software.
3. Attempted the install with the first USB stick containing DVD1 image.

After having read through various problem descriptions on the issue, I tried removing the onboard m-Sata-SSD and attaching a 160GB HDD (preformatted NTFS) on the SATA-2 interface to see if I could atleast get the installation going on the HDD, but to no avail. The BIOS is also a basic one without options to select modes such as AHCI,UEFI etc. I am attaching links to various images which I took during the install process

BIOS 1st image: http://s28.postimg.org/846jkovi5/BIOS_1.jpg
free picture hosting

BIOS 2nd image: http://s28.postimg.org/m82et32pp/BIOS_2.jpg
image ru

With EDD on :http://s28.postimg.org/u230ehail/EDD_ON.jpg
post image

With EDD Off:http://s28.postimg.org/736avkeil/EDD_OFF.jpg
photo storage


Here's the Syslinux.cfg file in the USB
Code:

default menu.c32
prompt 0
menu title UNetbootin
timeout 100

label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit nomodeset askmethod

label ubnentry0
menu label @PRODUCT@ @VERSION@
kernel /ubnkern
append initrd=/ubninit

label ubnentry1
menu label Install system with basic video driver
kernel /ubnkern
append initrd=/ubninit nomodeset askmethod

label ubnentry2
menu label rescue
kernel /ubnkern
append initrd=/ubninit rescue askmethod

label ubnentry3
menu label ^Install or upgrade an existing system
kernel /images/pxeboot/vmlinuz
append initrd=/images/pxeboot/initrd.img

label ubnentry4
menu label Install system with ^basic video driver
kernel /images/pxeboot/vmlinuz
append initrd=/images/pxeboot/initrd.img nomodeset

label ubnentry5
menu label ^Rescue installed system
kernel /images/pxeboot/vmlinuz
append initrd=/images/pxeboot/initrd.img rescue

label ubnentry6
menu label ^Memory test
kernel /isolinux/memtest
append initrd=/ubninit -



PS: I tried installing Puppy linux which went well. The m-SATA was also recognised thus eliminating the possibility of some serious hardware fault limiting the install.

Keruskerfuerst 01-24-2016 03:02 AM

I suggest buying a linux distro.


All times are GMT -5. The time now is 06:23 PM.