Alt+SysRq+B in VirtualBox

Asked by Enda

How do send Alt+SysRq+B to the OS in VirtualBox?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu virtualbox Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Sam_ (and-sam) said :
#1
Revision history for this message
Enda (enda-k2) said :
#2

I don't get this command (in https://forums.virtualbox.org/viewtopic.php?f=9&t=44566#p207673):

VBoxManage controlvm [vbox-name] keyboardputscancode 1d 38 54 [request type press/release] d4 b8 9d

What exactly should I type?

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

see http://www.halfdog.net/Misc/TipsAndTricks/VirtualBox.html (below "Running, Debugging")

Alt+SysRq+B is sent by providing 30 b0 as 'request type':

VBoxManage controlvm [vbox-name] keyboardputscancode 1d 38 54 30 b0 d4 b8 9d

[vbox-name] is the identifier (name, uuid) for the guest system that you want to manage.

Can you help with this problem?

Provide an answer of your own, or ask Enda for more information if necessary.

To post a message you must log in.