[haiku-bugs] Re: [Haiku] #16369: [R1/beta2] Cannot boot Haiku install medium (USB stick).

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Tue, 07 Jul 2020 20:49:51 -0000

#16369: [R1/beta2] Cannot boot Haiku install medium (USB stick).
----------------------------+--------------------------
  Reporter:  LSS37040       |      Owner:  nobody
      Type:  bug            |     Status:  new
  Priority:  normal         |  Milestone:  Unscheduled
 Component:  System/Kernel  |    Version:  R1/beta2
Resolution:                 |   Keywords:  boot-failure
Blocked By:                 |   Blocking:
  Platform:  All            |
----------------------------+--------------------------
Comment (by mmlr):

 You could try provoking a tripple fault, which should reset the CPU. It
 may or may not cause a power cycle on your hardware as well.

 This can be done by overwriting many critical things so that fault
 handling will result in faults again. One way to do it is to corrupt the
 interrupt handler. In KDL, look up the address for the {{{int_bottom}}}
 symbol and overwrite it with 0:

 {{{
 kdebug> symbol int_bottom
 0xffffffff8015131c   185 kernel_x86_64:int_bottom
 0xffffffff801513d5   469 kernel_x86_64:int_bottom_user
 kdebug> expr *0xffffffff8015131c = 0
 0 (0x0)
 kdebug> continue
 }}}

 At which point the system should reset.
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/16369#comment:5>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: