5

I have prepared a PXE-preseed-netinstall configuration for a cluster I am setting up. On all nodes, the install process works perfectly. But I have one node for which the installer freeze when installing the base system. I suspect a failure on disk (it is a hardware RAID, in fact).

Is there a way to store the logs of the install? This could maybe help to understand what is going on on that node...

Jorge Castro
  • 71,754
Danduk82
  • 153
  • 1
  • 6

1 Answers1

4

The installer logs to /var/log/installer

I believe the mini.iso uses the debian-installer: See this page for more info on debugging the installer:

LiveWireBT
  • 28,763
Jorge Castro
  • 71,754
  • 1
    thanks actually this part was important: Error messages and logs are redirected to the fourth console. You can access this console by pressing Left Alt+F4 . Thanks – Danduk82 Apr 17 '14 at 17:01