Lines Matching refs:run_command
40 ubman.run_command(cmd = f'host bind 0 {efi_bootmgr_data}')
42 ubman.run_command(cmd = 'efidebug boot add ' \
45 ubman.run_command(cmd = 'efidebug boot dump')
46 ubman.run_command(cmd = 'efidebug boot order 0001')
47 ubman.run_command(cmd = 'bootefi bootmgr')
48 response = ubman.run_command(cmd = 'load', wait_for_echo=False)
50 ubman.run_command(cmd = 'exit', wait_for_echo=False)
52 ubman.run_command(cmd = 'efidebug boot add ' \
55 ubman.run_command(cmd = 'efidebug boot dump')
56 ubman.run_command(cmd = 'efidebug boot order 0002')
57 ubman.run_command(cmd = 'bootefi bootmgr')
58 response = ubman.run_command(cmd = 'load', wait_for_echo=False)
60 ubman.run_command(cmd = 'exit', wait_for_echo=False)
62 ubman.run_command(cmd = 'efidebug boot rm 0001')
63 ubman.run_command(cmd = 'efidebug boot rm 0002')