Skip to content

Commit

Permalink
src/woeusb: install_bootloader_grub: pause before continue chainloadi…
Browse files Browse the repository at this point in the history
…ng operating system

This will help us to now if any goes wrong in GRUB stage

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 14, 2017
1 parent 25132b9 commit b25db28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,8 @@ install_bootloader_grub(){
insmod fat
search --no-floppy --fs-uuid ${target_fs_uuid} --set root
ntldr /bootmgr
echo -n "Press ENTER to continue booting..."
read key_holder
boot
END_OF_FILE
} > "${grub_cfg}"
Expand Down

0 comments on commit b25db28

Please sign in to comment.