On Thu, May 28, 2015 at 05:33:01PM +0200, Bastien Durel wrote:

[snip]
> Which speed should com0 use? (or 'done') [57600] 
> Setup a user? (enter a lower-case loginname, or 'no') [no] 
> What timezone are you in? ('?' for list) [Europe/Paris] 
> 
> Available disks are: sd0.
> Which disk is the root disk? ('?' for details) [sd0] 
> Use DUIDs rather than device names in fstab? [yes] 
> Disk: sd0       geometry: 3649/255/63 [58626288 Sectors]
> Offset: 0       Signature: 0xAA55
>             Starting         
> 
> erase ^?, werase ^W, kill ^U, intr ^C, status ^T
> 
> Welcome to the OpenBSD/amd64 5.7 installation program.
> (I)nstall, (U)pgrade, (A)utoinstall or (S)hell? 
> 
> 
> If I try to restart install, I get struck at the same step.
> 
> fdisk ran from console exists with code 130:
> # fdisk sd0 
> Disk: sd0       geometry: 3649/255/63 [58626288 Sectors]
> Offset: 0       Signature: 0xAA55
>             Starting         # 
> 
> 
> # echo "$?"
> 130
> 
> Is there a way to find from where the error comes ?

That would mean killed by SIGINT (^C), but that doesn't make a lot
of sense here.

        -Otto

Reply via email to