Skip to content

Commit

Permalink
Merge pull request os-autoinst#2310 from okurz/fix/linuxrc_core
Browse files Browse the repository at this point in the history
Use generic bootup problem analyze
  • Loading branch information
kravciak committed Jan 13, 2017
2 parents cbafdd7 + c26762b commit 4d8f4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions lib/bootloader_setup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,6 @@ sub specific_bootmenu_params {
}
}

if (check_var('ARCH', 'aarch64') && check_var('DISTRI', 'sle')) {
$args .= " plymouth=0 linuxrc.debug=trace";
record_soft_failure "bsc#1005313 - Unhandled level 1 translation fault";
}

type_string_very_slow $args;
save_screenshot;
}
Expand Down
6 changes: 2 additions & 4 deletions tests/installation/first_boot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,8 @@ sub test_flags() {
sub post_fail_hook() {
my $self = shift;

diag 'Save memory dump for bsc#1005313';
if (check_var('ARCH', 'aarch64') && check_var('DISTRI', 'sle')) {
save_memory_dump;
}
diag 'Save memory dump to debug bootup problems, e.g. for bsc#1005313';
save_memory_dump;

# Reveal what is behind Plymouth splash screen
wait_screen_change {
Expand Down

0 comments on commit 4d8f4d8

Please sign in to comment.