Install Ubuntu 14.04 from bootable USB: Could not find kernel image: /isolinux/isolinux.cfg
Deep Learning/setup_related 2016. 10. 5. 21:19
I wanted to install Ubuntu 14.04 from USB. At first I got the error
No default or UI configuration directive found
after reading through the forums a bit I renamed the isolinux folder as well as the .bin and .cfg files to syslinux. However, after I did that now the error
Could not find kernel image: /isolinux/isolinux.cfg
shows up.
Any ideas on how to fix this problem? Thanks in advance!
--------------------------------------------------------------------
Have you tried to create your bootable usb key under windows with LinuxLive USB Creatorhttp://www.linuxliveusb.com/fr/home ?
If you are only on linux, try to Download you linux iso and follow this procedure
Type
fdisk -l
Find your usb key path (for exemple /dev/sdd here)
Flash your key with the iso. (It will erase everything without confirmation, please double check every parameters).
sudo dd if=path/to/your/iso/linux.iso of=/dev/sdd bs=4096
Please wait carefully the end of the process. Now you got a bootable usb key with your iso.
Best regards
'Deep Learning > setup_related' 카테고리의 다른 글
우분투 데스크탑 16.04 LTS(지니얼 제루스) 설치하기 (0) | 2016.10.12 |
---|---|
윈도우에 텐서플로우 with CPU를 위한 도커 설치 (0) | 2016.10.06 |
(텐서플로우 설치 1)우분투 14.04 NVIDIA 그래픽 드라이버 설치 및 cuda, cudnn 설치 (0) | 2016.10.05 |
Windows 10 64bit Theano & Keras 설치방법 (0) | 2016.10.05 |
Windows가 설치된 상태에서 리눅스를 설치하자! (멀티부팅) (0) | 2016.10.05 |