Can't install

Unseen

New Member
Mar 28, 2015
15
0
1
Using ISO method on usb

3Lj7Q4e.jpg
 
Hi,

I'm not sure what you mean make sure the USB is properly set. It is, otherwise it would not have loaded that setup screen to begin with.

I'm not at the server to run fdisk, but do you have any other idea? The server has a single 450GB SSD disk installed brand new.
 
Hi Unseen.

By properly set I just ment "make sure that the usb key was created in the proper way".

As tom already mentioned, you can boot in Debug mode and then:

- list the recognized devices with

Code:
fdisk -l

- check to which device your usb is mapped to (e.g. /dev/sdc1)

- manually mount the usb device

Code:
# mount /dev/sdc /mnt

- run the installation manually

Code:
# chroot /mnt
# sbin/unconfigured.sh