Bug#778810: [grub-efi-amd64-bin] booting hangs at black screen stating "GRUB _"
Darija Tadin-Đurović
68darki at gmail.com
Sun Apr 26 19:36:00 UTC 2015
Package: grub-efi-amd64-bin
Version: 1.99-27+deb7u2
--- Please enter the report below this line. ---
My hardware is Fujitsu lifebook nh532 (detailed hw info is attached,
report-hw.log).
Current status of my system:
- can boot, but not elegantly (will be elaborated further)
- once up, the system works just fine.
How I got here:
- a fresh installation of wheezy a few days ago (debian 7.8.0 amd64
netinst CD)
- the installation could not install Grub and installation process
informed me of this. I wasn't happy.
- after the installation was (in)complete, I rebooted, navigated the
CD's installation menu to rescue mode, set my newly installed
/dev/sda2 to be root, got to a shell, manually mounted EFI partition
(/dev/sda1) and run grub-install --recheck /dev/sda
- the result is the system that can boot "semi-automatically", namely, I
need to press <F12> (that's a second or two after power-on, when only
<F2> for BIOS setup and <F12> are recognized) to be presented a crude
boot menu, consisting of 4 entries: debian, HDD, DVD, PXE (apart from
'debian', these are not the exact wordings, only the meanings). Now,
if I choose the 'debian' entry, it happily gets me to a proper grub
menu, with the debian logo graphics in the background, and I can boot
normally (alternatives here are "normal" and "recovery", just in
more words)
- if - upon power on, that is - the laptop is left unattended to boot,
the default choice gets the laptop to hang at black screen, only
saying GRUB _ in the upper left corner... (now, only power off has
any better future to offer; I tried - to no avail - the usual
suspects: c, 1, ^D, Esc). I know nothing about this modern Grub, but
if my memory still serves me correctly, this very much resembles the
situation with very-old-Grub (let's say 5 or more years ago?) when a
stage 1.5 or stage 2 was missing.
Let's go on. What I now have is:
# ls -lR /boot/efi/
/boot/efi/:
total 4
drwxr-xr-x 4 root root 4096 Apr 24 23:49 EFI
/boot/efi/EFI:
total 8
drwxr-xr-x 2 root root 4096 Apr 22 21:35 debian
drwxr-xr-x 2 root root 4096 Apr 23 19:26 tools
/boot/efi/EFI/debian:
total 116
-rwxr-xr-x 1 root root 117760 Apr 24 10:22 grubx64.efi
/boot/efi/EFI/tools:
total 0
I had this brilliant idea, to reorder the boot entries, to default to
'debian'.
The current boot order is:
# efibootmgr --verbose
Timeout: 7 seconds
BootOrder: 0000,0001,0002,0003
Boot0000* P2: Optiarc DVD RW AD-7760H BIOS(12,0,00)
Boot0001* Hitachi HTS547575A9E384 BIOS(11,0,00)
Boot0002* Realtek PXE B05 D00 BIOS(13,0,00)
Boot0003* debian HD(1,800,f3800,e08f9f1e-312d-4f4b-94e7-b384c665a593)File(\EFI\debian\grubx64.efi)
The problem is that (without the DVD in the drive, of course) the boot
0001 hangs at a black screen, with GRUB printed out in the upper left
corner, and an underscore cursor menacingly and rather slowly blinking.
Sadly, changing the boot order by means of efibootmgr does not help,
although the command output firmly believes a change has been made:
# efibootmgr -o 0,3,2,1
Timeout: 7 seconds
BootOrder: 0000,0003,0002,0001
Boot0000* P2: Optiarc DVD RW AD-7760H
Boot0001* Hitachi HTS547575A9E384
Boot0002* Realtek PXE B05 D00
Boot0003* debian
The strace logged during efibootmgr -o is attached:
strace_efibootmgr-o.log
Now, having readjusted the boot order, I try again the update-grub and
grub-install, this time with a verbose output and strace:
# strace -o /root/strace_update-grub.log update-grub
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.2.0-4-amd64
Found initrd image: /boot/initrd.img-3.2.0-4-amd64
done
# strace -o /root/strace_grub-install.log grub-install \
--debug --recheck /dev/sda &>/root/grub-install.log
The resulting outputs of the two commands:
strace_update-grub.log, strace_grub-install.log and grub-install.log are
attached.
# ls -lR /boot/efi/
/boot/efi/:
total 4
drwxr-xr-x 4 root root 4096 Apr 24 23:49 EFI
/boot/efi/EFI:
total 8
drwxr-xr-x 2 root root 4096 Apr 22 21:35 debian
drwxr-xr-x 2 root root 4096 Apr 23 19:26 tools
/boot/efi/EFI/debian:
total 116
-rwxr-xr-x 1 root root 117760 Apr 26 16:45 grubx64.efi
/boot/efi/EFI/tools:
total 0
I reboot now; what really happens (it's only this time!) is a cyclic
reboot, lasting a few seconds per cycle, quite enough to let me press
<F12>, after I tire of waiting for the cycle to exhaust itself. Wow, a
_cyclic_ reboot! Haven't seen that in years, but, upon careful
consideration, am not really too thrilled, either. I select 'debian' and
boot to recovery. Now I only do a shutdown -r, and am back at Square
One: black screen, GRUB _. No cyclic reboot this time, alas.
Next I tried a variation of the grub-install, this time with the
--removable option:
# strace -o /root/strace_grub-install--removable.log grub-install \
--debug --removable --recheck /dev/sda \
&>/root/grub-install--removable.log
Nothing new there, the boot hangs at black screen. The files are
attached.
What I also did a few days ago, and the info just might be valuable, is:
- out of pure curiosity, to see if _anything_ would hold here, I changed
the Timeout value (using efibootmgr command), and the new value has
persisted across reboots; it's still here, 7 seconds.
- I tried several times to set NextBoot to 3 and each time I did that,
the system came up all by itself (as it should!). I could hook that
to shutdown, but haven't (yet).
So, to conclude: my system _is_ bootable (semi-automatically). I reboot
rarely (when all is right with the world, it's usually 5-6 months
between reboots), so it's not a pressing issue, really. Also, to be on
the safe side, I burned a rEFInd CD, just in case - it boots and offers
me my HDD debian installation to boot. I'm not going to pursue this any
more, having had enough of both rebooting and installation &
configuration. I'm offering help, though - there may be things you want
me to try and report back...
If it helps, I'm also attaching the readout of EFI vars. This is how I
got it:
# mkdir -p /tmp/efivars && rm -f /tmp/efivars/* \
&& for UEFIV in $(/usr/bin/efivar -l) ; do echo $UEFIV; \
/usr/bin/efivar -n $UEFIV -p > /tmp/efivars/$UEFIV ; done \
&& tar --gzip -cvf ~/efivars.tar.gz /tmp/efivars
Two vars caused efivars to crash - it might just be me, I compiled the
efivars for this purpose, debian wheezy does not yet have an efivars
package. The two crashes were:
4599d26f-1a11-49b8-b91f-858745cff824-StdDefaults
Segmentation fault
87f22dcb-7304-4105-bb7c-317143ccc23b-MrcS3Resume
Segmentation fault
I hope this report helps. In case the situation(s) I described do not
belong to bug #778810, I beg you to relocate this report to a proper
destination.
Regards, and thanks for all the work you've done,
Darki
--- System information. ---
Architecture: amd64
Kernel: Linux 3.2.0-4-amd64
Debian Release: 7.8
500 oldstable-updates ftp.hr.debian.org
500 oldstable security.debian.org
500 oldstable ftp.hr.debian.org
100 wheezy-backports http.debian.net
--- Package information. ---
Depends (Version) | Installed
==================================-+-===================
grub-common (= 1.99-27+deb7u2) | 1.99-27+deb7u2
efibootmgr | 0.5.4-3
Package's Recommends field is empty.
Package's Suggests field is empty.
--- Output from package bug script ---
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/96f741d2-efd4-4b6d-a1c9-a050c86dcd9d / ext4 rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered,usrquota,grpquota 0 0
/dev/sda1 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro 0 0
/dev/sda6 /home ext4 rw,relatime,user_xattr,barrier=1,data=ordered,usrquota,grpquota 0 0
/dev/sda4 /usr ext4 rw,relatime,user_xattr,barrier=1,data=ordered,usrquota,grpquota 0 0
/dev/sda5 /var ext4 rw,relatime,user_xattr,barrier=1,data=ordered,usrquota,grpquota 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2190054D90H0D
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
insmod efi_gop
insmod efi_uga
insmod video_bochs
insmod video_cirrus
}
insmod part_gpt
insmod ext2
set root='(hd0,gpt4)'
search --no-floppy --fs-uuid --set=root 060f5c32-14c1-4a71-a078-c0498e0061cd
if loadfont /share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
insmod part_gpt
insmod ext2
set root='(hd0,gpt2)'
search --no-floppy --fs-uuid --set=root 96f741d2-efd4-4b6d-a1c9-a050c86dcd9d
set locale_dir=($root)/boot/grub/locale
set lang=en_US
insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
set root='(hd0,gpt4)'
search --no-floppy --fs-uuid --set=root 060f5c32-14c1-4a71-a078-c0498e0061cd
insmod png
if background_image /share/images/desktop-base/joy-grub.png; then
set color_normal=white/black
set color_highlight=black/white
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_gpt
insmod ext2
set root='(hd0,gpt2)'
search --no-floppy --fs-uuid --set=root 96f741d2-efd4-4b6d-a1c9-a050c86dcd9d
echo 'Loading Linux 3.2.0-4-amd64 ...'
linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=96f741d2-efd4-4b6d-a1c9-a050c86dcd9d ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_gpt
insmod ext2
set root='(hd0,gpt2)'
search --no-floppy --fs-uuid --set=root 96f741d2-efd4-4b6d-a1c9-a050c86dcd9d
echo 'Loading Linux 3.2.0-4-amd64 ...'
linux /boot/vmlinuz-3.2.0-4-amd64 root=UUID=96f741d2-efd4-4b6d-a1c9-a050c86dcd9d ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-4-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg
*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat
--
CAUTION!
This machine has no brain.
Use your own.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: efivars.tar.gz
Type: application/octet-stream
Size: 6741 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20150426/f83d6cbf/attachment-0001.obj>
-------------- next part --------------
+ setup_verbose=--verbose
+ efi_quiet=-q
+ [ -z ]
+ bootdir=/boot
+ [ -n ]
+ echo /boot/grub
+ sed s,//*,/,g
+ grubdir=/boot/grub
+ device_map=/boot/grub/device.map
+ [ x86_64-efi = i386-pc ]
+ [ x86_64-efi = sparc64-ieee1275 ]
+ set /usr/bin/grub-mkimage dummy
+ test -f /usr/bin/grub-mkimage
+ :
+ set /usr/sbin/grub-mkdevicemap dummy
+ test -f /usr/sbin/grub-mkdevicemap
+ :
+ [ xefi = xefi ]
+ efidir=
+ test -d /boot/efi
+ /usr/sbin/grub-mkdevicemap --device-map=/dev/stdout
+ /usr/sbin/grub-probe --target=device --device-map=/dev/stdin /boot/efi
+ install_device=/dev/sda1
+ /usr/sbin/grub-mkdevicemap --device-map=/dev/stdout
+ /usr/sbin/grub-probe --target=device --device-map=/dev/stdin /boot
+ test x/dev/sda1 != x/dev/sda2
+ efidir=/boot/efi
+ test -n /boot/efi
+ /usr/sbin/grub-probe --target=fs --device-map=/boot/grub/device.map /boot/efi
+ efi_fs=fat
+ test xfat = xfat
+ :
+ test -n /boot/efi
+ efi_distributor=debian
+ test no = yes
+ efi_file=grubx64.efi
+ efidir=/boot/efi/EFI/debian
+ mkdir -p /boot/efi/EFI/debian
+ mkdir -p /boot/grub
+ test yes = yes
+ rm -f /boot/grub/device.map
+ test -f /boot/grub/device.map
+ test -n
+ /usr/sbin/grub-mkdevicemap --device-map=/boot/grub/device.map
+ sed -n /^([fh]d[0-9]*)/s/\(^(.*)\).*/\1/p /boot/grub/device.map
+ sort
+ uniq -d
+ sed -n 1p
+ tmp=
+ test -n
+ test -f /boot/grub/acpi.mod
+ basename /boot/grub/acpi.mod
+ [ acpi.mod != menu.lst ]
+ rm -f /boot/grub/acpi.mod
+ test -f /boot/grub/adler32.mod
+ basename /boot/grub/adler32.mod
+ [ adler32.mod != menu.lst ]
+ rm -f /boot/grub/adler32.mod
+ test -f /boot/grub/affs.mod
+ basename /boot/grub/affs.mod
+ [ affs.mod != menu.lst ]
+ rm -f /boot/grub/affs.mod
+ test -f /boot/grub/afs.mod
+ basename /boot/grub/afs.mod
+ [ afs.mod != menu.lst ]
+ rm -f /boot/grub/afs.mod
+ test -f /boot/grub/afs_be.mod
+ basename /boot/grub/afs_be.mod
+ [ afs_be.mod != menu.lst ]
+ rm -f /boot/grub/afs_be.mod
+ test -f /boot/grub/aout.mod
+ basename /boot/grub/aout.mod
+ [ aout.mod != menu.lst ]
+ rm -f /boot/grub/aout.mod
+ test -f /boot/grub/appleldr.mod
+ basename /boot/grub/appleldr.mod
+ [ appleldr.mod != menu.lst ]
+ rm -f /boot/grub/appleldr.mod
+ test -f /boot/grub/at_keyboard.mod
+ basename /boot/grub/at_keyboard.mod
+ [ at_keyboard.mod != menu.lst ]
+ rm -f /boot/grub/at_keyboard.mod
+ test -f /boot/grub/ata.mod
+ basename /boot/grub/ata.mod
+ [ ata.mod != menu.lst ]
+ rm -f /boot/grub/ata.mod
+ test -f /boot/grub/ata_pthru.mod
+ basename /boot/grub/ata_pthru.mod
+ [ ata_pthru.mod != menu.lst ]
+ rm -f /boot/grub/ata_pthru.mod
+ test -f /boot/grub/befs.mod
+ basename /boot/grub/befs.mod
+ [ befs.mod != menu.lst ]
+ rm -f /boot/grub/befs.mod
+ test -f /boot/grub/befs_be.mod
+ basename /boot/grub/befs_be.mod
+ [ befs_be.mod != menu.lst ]
+ rm -f /boot/grub/befs_be.mod
+ test -f /boot/grub/bitmap.mod
+ basename /boot/grub/bitmap.mod
+ [ bitmap.mod != menu.lst ]
+ rm -f /boot/grub/bitmap.mod
+ test -f /boot/grub/bitmap_scale.mod
+ basename /boot/grub/bitmap_scale.mod
+ [ bitmap_scale.mod != menu.lst ]
+ rm -f /boot/grub/bitmap_scale.mod
+ test -f /boot/grub/blocklist.mod
+ basename /boot/grub/blocklist.mod
+ [ blocklist.mod != menu.lst ]
+ rm -f /boot/grub/blocklist.mod
+ test -f /boot/grub/boot.mod
+ basename /boot/grub/boot.mod
+ [ boot.mod != menu.lst ]
+ rm -f /boot/grub/boot.mod
+ test -f /boot/grub/bsd.mod
+ basename /boot/grub/bsd.mod
+ [ bsd.mod != menu.lst ]
+ rm -f /boot/grub/bsd.mod
+ test -f /boot/grub/btrfs.mod
+ basename /boot/grub/btrfs.mod
+ [ btrfs.mod != menu.lst ]
+ rm -f /boot/grub/btrfs.mod
+ test -f /boot/grub/bufio.mod
+ basename /boot/grub/bufio.mod
+ [ bufio.mod != menu.lst ]
+ rm -f /boot/grub/bufio.mod
+ test -f /boot/grub/cat.mod
+ basename /boot/grub/cat.mod
+ [ cat.mod != menu.lst ]
+ rm -f /boot/grub/cat.mod
+ test -f /boot/grub/chain.mod
+ basename /boot/grub/chain.mod
+ [ chain.mod != menu.lst ]
+ rm -f /boot/grub/chain.mod
+ test -f /boot/grub/cmp.mod
+ basename /boot/grub/cmp.mod
+ [ cmp.mod != menu.lst ]
+ rm -f /boot/grub/cmp.mod
+ test -f /boot/grub/configfile.mod
+ basename /boot/grub/configfile.mod
+ [ configfile.mod != menu.lst ]
+ rm -f /boot/grub/configfile.mod
+ test -f /boot/grub/cpio.mod
+ basename /boot/grub/cpio.mod
+ [ cpio.mod != menu.lst ]
+ rm -f /boot/grub/cpio.mod
+ test -f /boot/grub/cpuid.mod
+ basename /boot/grub/cpuid.mod
+ [ cpuid.mod != menu.lst ]
+ rm -f /boot/grub/cpuid.mod
+ test -f /boot/grub/crypto.mod
+ basename /boot/grub/crypto.mod
+ [ crypto.mod != menu.lst ]
+ rm -f /boot/grub/crypto.mod
+ test -f /boot/grub/cs5536.mod
+ basename /boot/grub/cs5536.mod
+ [ cs5536.mod != menu.lst ]
+ rm -f /boot/grub/cs5536.mod
+ test -f /boot/grub/date.mod
+ basename /boot/grub/date.mod
+ [ date.mod != menu.lst ]
+ rm -f /boot/grub/date.mod
+ test -f /boot/grub/datehook.mod
+ basename /boot/grub/datehook.mod
+ [ datehook.mod != menu.lst ]
+ rm -f /boot/grub/datehook.mod
+ test -f /boot/grub/datetime.mod
+ basename /boot/grub/datetime.mod
+ [ datetime.mod != menu.lst ]
+ rm -f /boot/grub/datetime.mod
+ test -f /boot/grub/dm_nv.mod
+ basename /boot/grub/dm_nv.mod
+ [ dm_nv.mod != menu.lst ]
+ rm -f /boot/grub/dm_nv.mod
+ test -f /boot/grub/echo.mod
+ basename /boot/grub/echo.mod
+ [ echo.mod != menu.lst ]
+ rm -f /boot/grub/echo.mod
+ test -f /boot/grub/efi_gop.mod
+ basename /boot/grub/efi_gop.mod
+ [ efi_gop.mod != menu.lst ]
+ rm -f /boot/grub/efi_gop.mod
+ test -f /boot/grub/efi_uga.mod
+ basename /boot/grub/efi_uga.mod
+ [ efi_uga.mod != menu.lst ]
+ rm -f /boot/grub/efi_uga.mod
+ test -f /boot/grub/elf.mod
+ basename /boot/grub/elf.mod
+ [ elf.mod != menu.lst ]
+ rm -f /boot/grub/elf.mod
+ test -f /boot/grub/example_functional_test.mod
+ basename /boot/grub/example_functional_test.mod
+ [ example_functional_test.mod != menu.lst ]
+ rm -f /boot/grub/example_functional_test.mod
+ test -f /boot/grub/ext2.mod
+ basename /boot/grub/ext2.mod
+ [ ext2.mod != menu.lst ]
+ rm -f /boot/grub/ext2.mod
+ test -f /boot/grub/extcmd.mod
+ basename /boot/grub/extcmd.mod
+ [ extcmd.mod != menu.lst ]
+ rm -f /boot/grub/extcmd.mod
+ test -f /boot/grub/fat.mod
+ basename /boot/grub/fat.mod
+ [ fat.mod != menu.lst ]
+ rm -f /boot/grub/fat.mod
+ test -f /boot/grub/fixvideo.mod
+ basename /boot/grub/fixvideo.mod
+ [ fixvideo.mod != menu.lst ]
+ rm -f /boot/grub/fixvideo.mod
+ test -f /boot/grub/font.mod
+ basename /boot/grub/font.mod
+ [ font.mod != menu.lst ]
+ rm -f /boot/grub/font.mod
+ test -f /boot/grub/fshelp.mod
+ basename /boot/grub/fshelp.mod
+ [ fshelp.mod != menu.lst ]
+ rm -f /boot/grub/fshelp.mod
+ test -f /boot/grub/functional_test.mod
+ basename /boot/grub/functional_test.mod
+ [ functional_test.mod != menu.lst ]
+ rm -f /boot/grub/functional_test.mod
+ test -f /boot/grub/gcry_arcfour.mod
+ basename /boot/grub/gcry_arcfour.mod
+ [ gcry_arcfour.mod != menu.lst ]
+ rm -f /boot/grub/gcry_arcfour.mod
+ test -f /boot/grub/gcry_blowfish.mod
+ basename /boot/grub/gcry_blowfish.mod
+ [ gcry_blowfish.mod != menu.lst ]
+ rm -f /boot/grub/gcry_blowfish.mod
+ test -f /boot/grub/gcry_camellia.mod
+ basename /boot/grub/gcry_camellia.mod
+ [ gcry_camellia.mod != menu.lst ]
+ rm -f /boot/grub/gcry_camellia.mod
+ test -f /boot/grub/gcry_cast5.mod
+ basename /boot/grub/gcry_cast5.mod
+ [ gcry_cast5.mod != menu.lst ]
+ rm -f /boot/grub/gcry_cast5.mod
+ test -f /boot/grub/gcry_crc.mod
+ basename /boot/grub/gcry_crc.mod
+ [ gcry_crc.mod != menu.lst ]
+ rm -f /boot/grub/gcry_crc.mod
+ test -f /boot/grub/gcry_des.mod
+ basename /boot/grub/gcry_des.mod
+ [ gcry_des.mod != menu.lst ]
+ rm -f /boot/grub/gcry_des.mod
+ test -f /boot/grub/gcry_md4.mod
+ basename /boot/grub/gcry_md4.mod
+ [ gcry_md4.mod != menu.lst ]
+ rm -f /boot/grub/gcry_md4.mod
+ test -f /boot/grub/gcry_md5.mod
+ basename /boot/grub/gcry_md5.mod
+ [ gcry_md5.mod != menu.lst ]
+ rm -f /boot/grub/gcry_md5.mod
+ test -f /boot/grub/gcry_rfc2268.mod
+ basename /boot/grub/gcry_rfc2268.mod
+ [ gcry_rfc2268.mod != menu.lst ]
+ rm -f /boot/grub/gcry_rfc2268.mod
+ test -f /boot/grub/gcry_rijndael.mod
+ basename /boot/grub/gcry_rijndael.mod
+ [ gcry_rijndael.mod != menu.lst ]
+ rm -f /boot/grub/gcry_rijndael.mod
+ test -f /boot/grub/gcry_rmd160.mod
+ basename /boot/grub/gcry_rmd160.mod
+ [ gcry_rmd160.mod != menu.lst ]
+ rm -f /boot/grub/gcry_rmd160.mod
+ test -f /boot/grub/gcry_seed.mod
+ basename /boot/grub/gcry_seed.mod
+ [ gcry_seed.mod != menu.lst ]
+ rm -f /boot/grub/gcry_seed.mod
+ test -f /boot/grub/gcry_serpent.mod
+ basename /boot/grub/gcry_serpent.mod
+ [ gcry_serpent.mod != menu.lst ]
+ rm -f /boot/grub/gcry_serpent.mod
+ test -f /boot/grub/gcry_sha1.mod
+ basename /boot/grub/gcry_sha1.mod
+ [ gcry_sha1.mod != menu.lst ]
+ rm -f /boot/grub/gcry_sha1.mod
+ test -f /boot/grub/gcry_sha256.mod
+ basename /boot/grub/gcry_sha256.mod
+ [ gcry_sha256.mod != menu.lst ]
+ rm -f /boot/grub/gcry_sha256.mod
+ test -f /boot/grub/gcry_sha512.mod
+ basename /boot/grub/gcry_sha512.mod
+ [ gcry_sha512.mod != menu.lst ]
+ rm -f /boot/grub/gcry_sha512.mod
+ test -f /boot/grub/gcry_tiger.mod
+ basename /boot/grub/gcry_tiger.mod
+ [ gcry_tiger.mod != menu.lst ]
+ rm -f /boot/grub/gcry_tiger.mod
+ test -f /boot/grub/gcry_twofish.mod
+ basename /boot/grub/gcry_twofish.mod
+ [ gcry_twofish.mod != menu.lst ]
+ rm -f /boot/grub/gcry_twofish.mod
+ test -f /boot/grub/gcry_whirlpool.mod
+ basename /boot/grub/gcry_whirlpool.mod
+ [ gcry_whirlpool.mod != menu.lst ]
+ rm -f /boot/grub/gcry_whirlpool.mod
+ test -f /boot/grub/gettext.mod
+ basename /boot/grub/gettext.mod
+ [ gettext.mod != menu.lst ]
+ rm -f /boot/grub/gettext.mod
+ test -f /boot/grub/gfxmenu.mod
+ basename /boot/grub/gfxmenu.mod
+ [ gfxmenu.mod != menu.lst ]
+ rm -f /boot/grub/gfxmenu.mod
+ test -f /boot/grub/gfxterm.mod
+ basename /boot/grub/gfxterm.mod
+ [ gfxterm.mod != menu.lst ]
+ rm -f /boot/grub/gfxterm.mod
+ test -f /boot/grub/gptsync.mod
+ basename /boot/grub/gptsync.mod
+ [ gptsync.mod != menu.lst ]
+ rm -f /boot/grub/gptsync.mod
+ test -f /boot/grub/gzio.mod
+ basename /boot/grub/gzio.mod
+ [ gzio.mod != menu.lst ]
+ rm -f /boot/grub/gzio.mod
+ test -f /boot/grub/halt.mod
+ basename /boot/grub/halt.mod
+ [ halt.mod != menu.lst ]
+ rm -f /boot/grub/halt.mod
+ test -f /boot/grub/hashsum.mod
+ basename /boot/grub/hashsum.mod
+ [ hashsum.mod != menu.lst ]
+ rm -f /boot/grub/hashsum.mod
+ test -f /boot/grub/hdparm.mod
+ basename /boot/grub/hdparm.mod
+ [ hdparm.mod != menu.lst ]
+ rm -f /boot/grub/hdparm.mod
+ test -f /boot/grub/hello.mod
+ basename /boot/grub/hello.mod
+ [ hello.mod != menu.lst ]
+ rm -f /boot/grub/hello.mod
+ test -f /boot/grub/help.mod
+ basename /boot/grub/help.mod
+ [ help.mod != menu.lst ]
+ rm -f /boot/grub/help.mod
+ test -f /boot/grub/hexdump.mod
+ basename /boot/grub/hexdump.mod
+ [ hexdump.mod != menu.lst ]
+ rm -f /boot/grub/hexdump.mod
+ test -f /boot/grub/hfs.mod
+ basename /boot/grub/hfs.mod
+ [ hfs.mod != menu.lst ]
+ rm -f /boot/grub/hfs.mod
+ test -f /boot/grub/hfsplus.mod
+ basename /boot/grub/hfsplus.mod
+ [ hfsplus.mod != menu.lst ]
+ rm -f /boot/grub/hfsplus.mod
+ test -f /boot/grub/iorw.mod
+ basename /boot/grub/iorw.mod
+ [ iorw.mod != menu.lst ]
+ rm -f /boot/grub/iorw.mod
+ test -f /boot/grub/iso9660.mod
+ basename /boot/grub/iso9660.mod
+ [ iso9660.mod != menu.lst ]
+ rm -f /boot/grub/iso9660.mod
+ test -f /boot/grub/jfs.mod
+ basename /boot/grub/jfs.mod
+ [ jfs.mod != menu.lst ]
+ rm -f /boot/grub/jfs.mod
+ test -f /boot/grub/jpeg.mod
+ basename /boot/grub/jpeg.mod
+ [ jpeg.mod != menu.lst ]
+ rm -f /boot/grub/jpeg.mod
+ test -f /boot/grub/keylayouts.mod
+ basename /boot/grub/keylayouts.mod
+ [ keylayouts.mod != menu.lst ]
+ rm -f /boot/grub/keylayouts.mod
+ test -f /boot/grub/keystatus.mod
+ basename /boot/grub/keystatus.mod
+ [ keystatus.mod != menu.lst ]
+ rm -f /boot/grub/keystatus.mod
+ test -f /boot/grub/linux.mod
+ basename /boot/grub/linux.mod
+ [ linux.mod != menu.lst ]
+ rm -f /boot/grub/linux.mod
+ test -f /boot/grub/loadbios.mod
+ basename /boot/grub/loadbios.mod
+ [ loadbios.mod != menu.lst ]
+ rm -f /boot/grub/loadbios.mod
+ test -f /boot/grub/loadenv.mod
+ basename /boot/grub/loadenv.mod
+ [ loadenv.mod != menu.lst ]
+ rm -f /boot/grub/loadenv.mod
+ test -f /boot/grub/loopback.mod
+ basename /boot/grub/loopback.mod
+ [ loopback.mod != menu.lst ]
+ rm -f /boot/grub/loopback.mod
+ test -f /boot/grub/ls.mod
+ basename /boot/grub/ls.mod
+ [ ls.mod != menu.lst ]
+ rm -f /boot/grub/ls.mod
+ test -f /boot/grub/lsacpi.mod
+ basename /boot/grub/lsacpi.mod
+ [ lsacpi.mod != menu.lst ]
+ rm -f /boot/grub/lsacpi.mod
+ test -f /boot/grub/lsefimmap.mod
+ basename /boot/grub/lsefimmap.mod
+ [ lsefimmap.mod != menu.lst ]
+ rm -f /boot/grub/lsefimmap.mod
+ test -f /boot/grub/lsefisystab.mod
+ basename /boot/grub/lsefisystab.mod
+ [ lsefisystab.mod != menu.lst ]
+ rm -f /boot/grub/lsefisystab.mod
+ test -f /boot/grub/lsmmap.mod
+ basename /boot/grub/lsmmap.mod
+ [ lsmmap.mod != menu.lst ]
+ rm -f /boot/grub/lsmmap.mod
+ test -f /boot/grub/lspci.mod
+ basename /boot/grub/lspci.mod
+ [ lspci.mod != menu.lst ]
+ rm -f /boot/grub/lspci.mod
+ test -f /boot/grub/lssal.mod
+ basename /boot/grub/lssal.mod
+ [ lssal.mod != menu.lst ]
+ rm -f /boot/grub/lssal.mod
+ test -f /boot/grub/lvm.mod
+ basename /boot/grub/lvm.mod
+ [ lvm.mod != menu.lst ]
+ rm -f /boot/grub/lvm.mod
+ test -f /boot/grub/lzopio.mod
+ basename /boot/grub/lzopio.mod
+ [ lzopio.mod != menu.lst ]
+ rm -f /boot/grub/lzopio.mod
+ test -f /boot/grub/mdraid09.mod
+ basename /boot/grub/mdraid09.mod
+ [ mdraid09.mod != menu.lst ]
+ rm -f /boot/grub/mdraid09.mod
+ test -f /boot/grub/mdraid1x.mod
+ basename /boot/grub/mdraid1x.mod
+ [ mdraid1x.mod != menu.lst ]
+ rm -f /boot/grub/mdraid1x.mod
+ test -f /boot/grub/memdisk.mod
+ basename /boot/grub/memdisk.mod
+ [ memdisk.mod != menu.lst ]
+ rm -f /boot/grub/memdisk.mod
+ test -f /boot/grub/memrw.mod
+ basename /boot/grub/memrw.mod
+ [ memrw.mod != menu.lst ]
+ rm -f /boot/grub/memrw.mod
+ test -f /boot/grub/minicmd.mod
+ basename /boot/grub/minicmd.mod
+ [ minicmd.mod != menu.lst ]
+ rm -f /boot/grub/minicmd.mod
+ test -f /boot/grub/minix.mod
+ basename /boot/grub/minix.mod
+ [ minix.mod != menu.lst ]
+ rm -f /boot/grub/minix.mod
+ test -f /boot/grub/minix2.mod
+ basename /boot/grub/minix2.mod
+ [ minix2.mod != menu.lst ]
+ rm -f /boot/grub/minix2.mod
+ test -f /boot/grub/mmap.mod
+ basename /boot/grub/mmap.mod
+ [ mmap.mod != menu.lst ]
+ rm -f /boot/grub/mmap.mod
+ test -f /boot/grub/msdospart.mod
+ basename /boot/grub/msdospart.mod
+ [ msdospart.mod != menu.lst ]
+ rm -f /boot/grub/msdospart.mod
+ test -f /boot/grub/multiboot.mod
+ basename /boot/grub/multiboot.mod
+ [ multiboot.mod != menu.lst ]
+ rm -f /boot/grub/multiboot.mod
+ test -f /boot/grub/multiboot2.mod
+ basename /boot/grub/multiboot2.mod
+ [ multiboot2.mod != menu.lst ]
+ rm -f /boot/grub/multiboot2.mod
+ test -f /boot/grub/nilfs2.mod
+ basename /boot/grub/nilfs2.mod
+ [ nilfs2.mod != menu.lst ]
+ rm -f /boot/grub/nilfs2.mod
+ test -f /boot/grub/normal.mod
+ basename /boot/grub/normal.mod
+ [ normal.mod != menu.lst ]
+ rm -f /boot/grub/normal.mod
+ test -f /boot/grub/ntfs.mod
+ basename /boot/grub/ntfs.mod
+ [ ntfs.mod != menu.lst ]
+ rm -f /boot/grub/ntfs.mod
+ test -f /boot/grub/ntfscomp.mod
+ basename /boot/grub/ntfscomp.mod
+ [ ntfscomp.mod != menu.lst ]
+ rm -f /boot/grub/ntfscomp.mod
+ test -f /boot/grub/ohci.mod
+ basename /boot/grub/ohci.mod
+ [ ohci.mod != menu.lst ]
+ rm -f /boot/grub/ohci.mod
+ test -f /boot/grub/part_acorn.mod
+ basename /boot/grub/part_acorn.mod
+ [ part_acorn.mod != menu.lst ]
+ rm -f /boot/grub/part_acorn.mod
+ test -f /boot/grub/part_amiga.mod
+ basename /boot/grub/part_amiga.mod
+ [ part_amiga.mod != menu.lst ]
+ rm -f /boot/grub/part_amiga.mod
+ test -f /boot/grub/part_apple.mod
+ basename /boot/grub/part_apple.mod
+ [ part_apple.mod != menu.lst ]
+ rm -f /boot/grub/part_apple.mod
+ test -f /boot/grub/part_bsd.mod
+ basename /boot/grub/part_bsd.mod
+ [ part_bsd.mod != menu.lst ]
+ rm -f /boot/grub/part_bsd.mod
+ test -f /boot/grub/part_gpt.mod
+ basename /boot/grub/part_gpt.mod
+ [ part_gpt.mod != menu.lst ]
+ rm -f /boot/grub/part_gpt.mod
+ test -f /boot/grub/part_msdos.mod
+ basename /boot/grub/part_msdos.mod
+ [ part_msdos.mod != menu.lst ]
+ rm -f /boot/grub/part_msdos.mod
+ test -f /boot/grub/part_sun.mod
+ basename /boot/grub/part_sun.mod
+ [ part_sun.mod != menu.lst ]
+ rm -f /boot/grub/part_sun.mod
+ test -f /boot/grub/part_sunpc.mod
+ basename /boot/grub/part_sunpc.mod
+ [ part_sunpc.mod != menu.lst ]
+ rm -f /boot/grub/part_sunpc.mod
+ test -f /boot/grub/parttool.mod
+ basename /boot/grub/parttool.mod
+ [ parttool.mod != menu.lst ]
+ rm -f /boot/grub/parttool.mod
+ test -f /boot/grub/password.mod
+ basename /boot/grub/password.mod
+ [ password.mod != menu.lst ]
+ rm -f /boot/grub/password.mod
+ test -f /boot/grub/password_pbkdf2.mod
+ basename /boot/grub/password_pbkdf2.mod
+ [ password_pbkdf2.mod != menu.lst ]
+ rm -f /boot/grub/password_pbkdf2.mod
+ test -f /boot/grub/pbkdf2.mod
+ basename /boot/grub/pbkdf2.mod
+ [ pbkdf2.mod != menu.lst ]
+ rm -f /boot/grub/pbkdf2.mod
+ test -f /boot/grub/pci.mod
+ basename /boot/grub/pci.mod
+ [ pci.mod != menu.lst ]
+ rm -f /boot/grub/pci.mod
+ test -f /boot/grub/play.mod
+ basename /boot/grub/play.mod
+ [ play.mod != menu.lst ]
+ rm -f /boot/grub/play.mod
+ test -f /boot/grub/png.mod
+ basename /boot/grub/png.mod
+ [ png.mod != menu.lst ]
+ rm -f /boot/grub/png.mod
+ test -f /boot/grub/probe.mod
+ basename /boot/grub/probe.mod
+ [ probe.mod != menu.lst ]
+ rm -f /boot/grub/probe.mod
+ test -f /boot/grub/raid.mod
+ basename /boot/grub/raid.mod
+ [ raid.mod != menu.lst ]
+ rm -f /boot/grub/raid.mod
+ test -f /boot/grub/raid5rec.mod
+ basename /boot/grub/raid5rec.mod
+ [ raid5rec.mod != menu.lst ]
+ rm -f /boot/grub/raid5rec.mod
+ test -f /boot/grub/raid6rec.mod
+ basename /boot/grub/raid6rec.mod
+ [ raid6rec.mod != menu.lst ]
+ rm -f /boot/grub/raid6rec.mod
+ test -f /boot/grub/read.mod
+ basename /boot/grub/read.mod
+ [ read.mod != menu.lst ]
+ rm -f /boot/grub/read.mod
+ test -f /boot/grub/reboot.mod
+ basename /boot/grub/reboot.mod
+ [ reboot.mod != menu.lst ]
+ rm -f /boot/grub/reboot.mod
+ test -f /boot/grub/regexp.mod
+ basename /boot/grub/regexp.mod
+ [ regexp.mod != menu.lst ]
+ rm -f /boot/grub/regexp.mod
+ test -f /boot/grub/reiserfs.mod
+ basename /boot/grub/reiserfs.mod
+ [ reiserfs.mod != menu.lst ]
+ rm -f /boot/grub/reiserfs.mod
+ test -f /boot/grub/relocator.mod
+ basename /boot/grub/relocator.mod
+ [ relocator.mod != menu.lst ]
+ rm -f /boot/grub/relocator.mod
+ test -f /boot/grub/scsi.mod
+ basename /boot/grub/scsi.mod
+ [ scsi.mod != menu.lst ]
+ rm -f /boot/grub/scsi.mod
+ test -f /boot/grub/search.mod
+ basename /boot/grub/search.mod
+ [ search.mod != menu.lst ]
+ rm -f /boot/grub/search.mod
+ test -f /boot/grub/search_fs_file.mod
+ basename /boot/grub/search_fs_file.mod
+ [ search_fs_file.mod != menu.lst ]
+ rm -f /boot/grub/search_fs_file.mod
+ test -f /boot/grub/search_fs_uuid.mod
+ basename /boot/grub/search_fs_uuid.mod
+ [ search_fs_uuid.mod != menu.lst ]
+ rm -f /boot/grub/search_fs_uuid.mod
+ test -f /boot/grub/search_label.mod
+ basename /boot/grub/search_label.mod
+ [ search_label.mod != menu.lst ]
+ rm -f /boot/grub/search_label.mod
+ test -f /boot/grub/serial.mod
+ basename /boot/grub/serial.mod
+ [ serial.mod != menu.lst ]
+ rm -f /boot/grub/serial.mod
+ test -f /boot/grub/setjmp.mod
+ basename /boot/grub/setjmp.mod
+ [ setjmp.mod != menu.lst ]
+ rm -f /boot/grub/setjmp.mod
+ test -f /boot/grub/setpci.mod
+ basename /boot/grub/setpci.mod
+ [ setpci.mod != menu.lst ]
+ rm -f /boot/grub/setpci.mod
+ test -f /boot/grub/sfs.mod
+ basename /boot/grub/sfs.mod
+ [ sfs.mod != menu.lst ]
+ rm -f /boot/grub/sfs.mod
+ test -f /boot/grub/sleep.mod
+ basename /boot/grub/sleep.mod
+ [ sleep.mod != menu.lst ]
+ rm -f /boot/grub/sleep.mod
+ test -f /boot/grub/squash4.mod
+ basename /boot/grub/squash4.mod
+ [ squash4.mod != menu.lst ]
+ rm -f /boot/grub/squash4.mod
+ test -f /boot/grub/tar.mod
+ basename /boot/grub/tar.mod
+ [ tar.mod != menu.lst ]
+ rm -f /boot/grub/tar.mod
+ test -f /boot/grub/terminal.mod
+ basename /boot/grub/terminal.mod
+ [ terminal.mod != menu.lst ]
+ rm -f /boot/grub/terminal.mod
+ test -f /boot/grub/terminfo.mod
+ basename /boot/grub/terminfo.mod
+ [ terminfo.mod != menu.lst ]
+ rm -f /boot/grub/terminfo.mod
+ test -f /boot/grub/test.mod
+ basename /boot/grub/test.mod
+ [ test.mod != menu.lst ]
+ rm -f /boot/grub/test.mod
+ test -f /boot/grub/test_blockarg.mod
+ basename /boot/grub/test_blockarg.mod
+ [ test_blockarg.mod != menu.lst ]
+ rm -f /boot/grub/test_blockarg.mod
+ test -f /boot/grub/testload.mod
+ basename /boot/grub/testload.mod
+ [ testload.mod != menu.lst ]
+ rm -f /boot/grub/testload.mod
+ test -f /boot/grub/tga.mod
+ basename /boot/grub/tga.mod
+ [ tga.mod != menu.lst ]
+ rm -f /boot/grub/tga.mod
+ test -f /boot/grub/trig.mod
+ basename /boot/grub/trig.mod
+ [ trig.mod != menu.lst ]
+ rm -f /boot/grub/trig.mod
+ test -f /boot/grub/true.mod
+ basename /boot/grub/true.mod
+ [ true.mod != menu.lst ]
+ rm -f /boot/grub/true.mod
+ test -f /boot/grub/udf.mod
+ basename /boot/grub/udf.mod
+ [ udf.mod != menu.lst ]
+ rm -f /boot/grub/udf.mod
+ test -f /boot/grub/ufs1.mod
+ basename /boot/grub/ufs1.mod
+ [ ufs1.mod != menu.lst ]
+ rm -f /boot/grub/ufs1.mod
+ test -f /boot/grub/ufs2.mod
+ basename /boot/grub/ufs2.mod
+ [ ufs2.mod != menu.lst ]
+ rm -f /boot/grub/ufs2.mod
+ test -f /boot/grub/uhci.mod
+ basename /boot/grub/uhci.mod
+ [ uhci.mod != menu.lst ]
+ rm -f /boot/grub/uhci.mod
+ test -f /boot/grub/usb.mod
+ basename /boot/grub/usb.mod
+ [ usb.mod != menu.lst ]
+ rm -f /boot/grub/usb.mod
+ test -f /boot/grub/usb_keyboard.mod
+ basename /boot/grub/usb_keyboard.mod
+ [ usb_keyboard.mod != menu.lst ]
+ rm -f /boot/grub/usb_keyboard.mod
+ test -f /boot/grub/usbms.mod
+ basename /boot/grub/usbms.mod
+ [ usbms.mod != menu.lst ]
+ rm -f /boot/grub/usbms.mod
+ test -f /boot/grub/usbserial_common.mod
+ basename /boot/grub/usbserial_common.mod
+ [ usbserial_common.mod != menu.lst ]
+ rm -f /boot/grub/usbserial_common.mod
+ test -f /boot/grub/usbserial_ftdi.mod
+ basename /boot/grub/usbserial_ftdi.mod
+ [ usbserial_ftdi.mod != menu.lst ]
+ rm -f /boot/grub/usbserial_ftdi.mod
+ test -f /boot/grub/usbserial_pl2303.mod
+ basename /boot/grub/usbserial_pl2303.mod
+ [ usbserial_pl2303.mod != menu.lst ]
+ rm -f /boot/grub/usbserial_pl2303.mod
+ test -f /boot/grub/usbtest.mod
+ basename /boot/grub/usbtest.mod
+ [ usbtest.mod != menu.lst ]
+ rm -f /boot/grub/usbtest.mod
+ test -f /boot/grub/video.mod
+ basename /boot/grub/video.mod
+ [ video.mod != menu.lst ]
+ rm -f /boot/grub/video.mod
+ test -f /boot/grub/video_bochs.mod
+ basename /boot/grub/video_bochs.mod
+ [ video_bochs.mod != menu.lst ]
+ rm -f /boot/grub/video_bochs.mod
+ test -f /boot/grub/video_cirrus.mod
+ basename /boot/grub/video_cirrus.mod
+ [ video_cirrus.mod != menu.lst ]
+ rm -f /boot/grub/video_cirrus.mod
+ test -f /boot/grub/video_fb.mod
+ basename /boot/grub/video_fb.mod
+ [ video_fb.mod != menu.lst ]
+ rm -f /boot/grub/video_fb.mod
+ test -f /boot/grub/videoinfo.mod
+ basename /boot/grub/videoinfo.mod
+ [ videoinfo.mod != menu.lst ]
+ rm -f /boot/grub/videoinfo.mod
+ test -f /boot/grub/videotest.mod
+ basename /boot/grub/videotest.mod
+ [ videotest.mod != menu.lst ]
+ rm -f /boot/grub/videotest.mod
+ test -f /boot/grub/xfs.mod
+ basename /boot/grub/xfs.mod
+ [ xfs.mod != menu.lst ]
+ rm -f /boot/grub/xfs.mod
+ test -f /boot/grub/xnu.mod
+ basename /boot/grub/xnu.mod
+ [ xnu.mod != menu.lst ]
+ rm -f /boot/grub/xnu.mod
+ test -f /boot/grub/xnu_uuid.mod
+ basename /boot/grub/xnu_uuid.mod
+ [ xnu_uuid.mod != menu.lst ]
+ rm -f /boot/grub/xnu_uuid.mod
+ test -f /boot/grub/xzio.mod
+ basename /boot/grub/xzio.mod
+ [ xzio.mod != menu.lst ]
+ rm -f /boot/grub/xzio.mod
+ test -f /boot/grub/zfs.mod
+ basename /boot/grub/zfs.mod
+ [ zfs.mod != menu.lst ]
+ rm -f /boot/grub/zfs.mod
+ test -f /boot/grub/zfsinfo.mod
+ basename /boot/grub/zfsinfo.mod
+ [ zfsinfo.mod != menu.lst ]
+ rm -f /boot/grub/zfsinfo.mod
+ test -f /boot/grub/command.lst
+ basename /boot/grub/command.lst
+ [ command.lst != menu.lst ]
+ rm -f /boot/grub/command.lst
+ test -f /boot/grub/crypto.lst
+ basename /boot/grub/crypto.lst
+ [ crypto.lst != menu.lst ]
+ rm -f /boot/grub/crypto.lst
+ test -f /boot/grub/fs.lst
+ basename /boot/grub/fs.lst
+ [ fs.lst != menu.lst ]
+ rm -f /boot/grub/fs.lst
+ test -f /boot/grub/moddep.lst
+ basename /boot/grub/moddep.lst
+ [ moddep.lst != menu.lst ]
+ rm -f /boot/grub/moddep.lst
+ test -f /boot/grub/partmap.lst
+ basename /boot/grub/partmap.lst
+ [ partmap.lst != menu.lst ]
+ rm -f /boot/grub/partmap.lst
+ test -f /boot/grub/parttool.lst
+ basename /boot/grub/parttool.lst
+ [ parttool.lst != menu.lst ]
+ rm -f /boot/grub/parttool.lst
+ test -f /boot/grub/terminal.lst
+ basename /boot/grub/terminal.lst
+ [ terminal.lst != menu.lst ]
+ rm -f /boot/grub/terminal.lst
+ test -f /boot/grub/video.lst
+ basename /boot/grub/video.lst
+ [ video.lst != menu.lst ]
+ rm -f /boot/grub/video.lst
+ test -f /boot/grub/*.img
+ test -f /boot/grub/efiemu??.o
+ cp -f /usr/lib/grub/x86_64-efi/acpi.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/adler32.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/affs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/afs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/afs_be.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/aout.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/appleldr.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/at_keyboard.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ata.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ata_pthru.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/befs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/befs_be.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/bitmap.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/bitmap_scale.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/blocklist.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/boot.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/bsd.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/btrfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/bufio.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/cat.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/chain.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/cmp.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/configfile.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/cpio.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/cpuid.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/crypto.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/cs5536.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/date.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/datehook.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/datetime.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/dm_nv.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/echo.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/efi_gop.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/efi_uga.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/elf.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/example_functional_test.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ext2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/extcmd.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/fat.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/fixvideo.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/font.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/fshelp.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/functional_test.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_arcfour.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_blowfish.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_camellia.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_cast5.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_crc.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_des.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_md4.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_md5.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_rfc2268.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_rijndael.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_rmd160.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_seed.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_serpent.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_sha1.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_sha256.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_sha512.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_tiger.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_twofish.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_whirlpool.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gettext.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gfxmenu.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gfxterm.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gptsync.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gzio.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/halt.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hashsum.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hdparm.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hello.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/help.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hexdump.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hfsplus.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/iorw.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/iso9660.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/jfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/jpeg.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/keylayouts.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/keystatus.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/linux.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/loadbios.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/loadenv.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/loopback.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ls.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lsacpi.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lsefimmap.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lsefisystab.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lsmmap.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lspci.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lssal.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lvm.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lzopio.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/mdraid09.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/mdraid1x.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/memdisk.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/memrw.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/minicmd.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/minix.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/minix2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/mmap.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/msdospart.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/multiboot.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/multiboot2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/nilfs2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/normal.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ntfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ntfscomp.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ohci.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_acorn.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_amiga.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_apple.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_bsd.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_gpt.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_msdos.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_sun.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_sunpc.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/parttool.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/password.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/password_pbkdf2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/pbkdf2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/pci.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/play.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/png.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/probe.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/raid.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/raid5rec.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/raid6rec.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/read.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/reboot.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/regexp.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/reiserfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/relocator.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/scsi.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/search.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/search_fs_file.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/search_fs_uuid.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/search_label.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/serial.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/setjmp.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/setpci.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/sfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/sleep.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/squash4.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/tar.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/terminal.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/terminfo.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/test.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/test_blockarg.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/testload.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/tga.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/trig.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/true.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/udf.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ufs1.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ufs2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/uhci.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usb.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usb_keyboard.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usbms.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usbserial_common.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usbserial_ftdi.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usbserial_pl2303.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usbtest.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/video.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/video_bochs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/video_cirrus.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/video_fb.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/videoinfo.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/videotest.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/xfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/xnu.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/xnu_uuid.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/xzio.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/zfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/zfsinfo.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/command.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/crypto.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/fs.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/moddep.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/partmap.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/parttool.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/terminal.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/video.lst /boot/grub
+ [ x86_64-efi = i386-pc ]
+ [ x86_64-efi = sparc64-ieee1275 ]
+ mkdir -p /boot/grub/locale/
+ test -f /usr/share/locale/ach/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/af/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/am/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/an/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ang/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ar/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/as/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ast/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/ast/LC_MESSAGES/grub.mo /boot/grub/locale/ast.mo
+ test -f /usr/share/locale/az/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/az_IR/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bal/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/be/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/be at latin/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bg_BG/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bn_IN/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bo/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/br/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bs/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/byn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ca/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/ca/LC_MESSAGES/grub.mo /boot/grub/locale/ca.mo
+ test -f /usr/share/locale/ca at valencia/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/cgg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ckb/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/co/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/crh/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/cs/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/csb/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/cy/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/da/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/da/LC_MESSAGES/grub.mo /boot/grub/locale/da.mo
+ test -f /usr/share/locale/de/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/de/LC_MESSAGES/grub.mo /boot/grub/locale/de.mo
+ test -f /usr/share/locale/de_AT/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/de_CH/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/de_DE/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/dv/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/dz/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/el/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en at boldquot/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en at quot/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en at shaw/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en_AU/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en_CA/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en_GB/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en_NZ/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en_US/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/eo/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/es/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/es_AR/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/es_ES/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/es_MX/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/et/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/et_EE/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/eu/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fa/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fa_IR/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ff/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fi/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/fi/LC_MESSAGES/grub.mo /boot/grub/locale/fi.mo
+ test -f /usr/share/locale/fil/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fo/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fr/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/fr/LC_MESSAGES/grub.mo /boot/grub/locale/fr.mo
+ test -f /usr/share/locale/fur/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fy/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ga/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gd/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gez/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gl/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gl_ES/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gu/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gv/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/haw/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/he/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/he_IL/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/hi/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/hr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ht/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/hu/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/hu/LC_MESSAGES/grub.mo /boot/grub/locale/hu.mo
+ test -f /usr/share/locale/hy/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ia/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/id/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/id/LC_MESSAGES/grub.mo /boot/grub/locale/id.mo
+ test -f /usr/share/locale/io/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/is/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/it/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/it/LC_MESSAGES/grub.mo /boot/grub/locale/it.mo
+ test -f /usr/share/locale/it_IT/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ja/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ka/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/kg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/kk/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/km/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/kmr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/kn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ko/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/ko/LC_MESSAGES/grub.mo /boot/grub/locale/ko.mo
+ test -f /usr/share/locale/kok/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ks/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ku/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ky/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/la/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/lb/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/lg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/li/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/lo/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/locale.alias/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/lt/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/lv/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mai/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mhr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mi/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mk/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ml/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ms/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mt/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/my/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nb/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nb_NO/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nds/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ne/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nl/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/nl/LC_MESSAGES/grub.mo /boot/grub/locale/nl.mo
+ test -f /usr/share/locale/nl_NL/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/no/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nso/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/oc/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/or/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/pa/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/pl/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/pl/LC_MESSAGES/grub.mo /boot/grub/locale/pl.mo
+ test -f /usr/share/locale/ps/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/pt/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/pt_BR/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/pt_PT/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/qu/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ro/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ru/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/ru/LC_MESSAGES/grub.mo /boot/grub/locale/ru.mo
+ test -f /usr/share/locale/rw/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sc/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sd/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/shn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/si/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sk/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sl/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/so/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sq/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sr at Latn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sr at ije/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sr at latin/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sv/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/sv/LC_MESSAGES/grub.mo /boot/grub/locale/sv.mo
+ test -f /usr/share/locale/sw/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ta/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ta_LK/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/te/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tet/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/th/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ti/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tig/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tk/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tl/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tl_PH/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tt/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ug/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/uk/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/uk/LC_MESSAGES/grub.mo /boot/grub/locale/uk.mo
+ test -f /usr/share/locale/ur/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ur_PK/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/urd/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/uz/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/uz at cyrillic/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ve/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/vi/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/vi/LC_MESSAGES/grub.mo /boot/grub/locale/vi.mo
+ test -f /usr/share/locale/wa/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/wae/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/wal/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/wo/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/xh/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/yi/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/zh/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/zh_CN/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/zh_CN/LC_MESSAGES/grub.mo /boot/grub/locale/zh_CN.mo
+ test -f /usr/share/locale/zh_HK/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/zh_TW/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/zu/LC_MESSAGES/grub.mo
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=device /boot/grub
+ grub_device=/dev/sda2
+ test -f /boot/grub/grubenv
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=fs --device /dev/sda2
+ fs_module=ext2
+ test xext2 = x
+ partmap_module=
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=partmap --device /dev/sda2
+ partmap_module= part_gpt
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=abstraction --device /dev/sda2
+ devabstraction_module=
+ modules=
+ modules= ext2 part_gpt
+ /usr/bin/grub-mkrelpath /boot/grub
+ relative_grubdir=/boot/grub
+ [ x/boot/grub = x ]
+ prefix_drive=
+ config_opt=
+ rm -f /boot/grub/load.cfg
+ [ x != x ]
+ [ x = x ]
+ [ x/dev/sda1 != x ]
+ echo /dev/sda1
+ grep -qx (.*)
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=drive --device /dev/sda1
+ install_drive=(hd0,gpt1)
+ echo (hd0,gpt1)
+ sed -e s/,[a-z0-9,]*//g
+ install_drive=(hd0)
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=drive --device /dev/sda2
+ grub_drive=(hd0,gpt2)
+ echo (hd0,gpt2)
+ sed -e s/^[^,]*[,)]//; s/)$//
+ grub_partition=gpt2
+ echo (hd0,gpt2)
+ sed -e s/,[a-z0-9,]*//g
+ grub_drive=(hd0)
+ [ = ata ]
+ [ x(hd0) != x(hd0) ]
+ [ xefi != xefi ]
+ [ xefi = xefi ]
+ [ xgpt2 = x ]
+ prefix_drive=(,gpt2)
+ mkimage_target=x86_64-efi
+ imgext=efi
+ /usr/bin/grub-mkimage -d /usr/lib/grub/x86_64-efi -O x86_64-efi --output=/boot/grub/core.efi --prefix=(,gpt2)/boot/grub ext2 part_gpt
+ [ x86_64-efi = mips-yeeloong ]
+ [ x86_64-efi = i386-ieee1275 ]
+ [ x86_64-efi = powerpc-ieee1275 ]
+ [ x86_64-efi = i386-efi ]
+ [ x86_64-efi = x86_64-efi ]
+ /usr/bin/grub-mkimage -d /usr/lib/grub/x86_64-efi -O x86_64-efi --output=/boot/grub/grub.efi --prefix= ext2 part_gpt
+ [ x86_64-efi = i386-pc ]
+ [ x86_64-efi = sparc64-ieee1275 ]
+ [ x86_64-efi = i386-ieee1275 ]
+ [ x86_64-efi = powerpc-ieee1275 ]
+ [ xefi = xefi ]
+ cp /boot/grub/core.efi /boot/efi/EFI/debian/grubx64.efi
+ [ xx86_64 = xi386 ]
+ which efibootmgr
+ efibootmgr=/bin/efibootmgr
+ test no = no
+ test -n debian
+ test -n /bin/efibootmgr
+ modprobe -q efivars
+ efibootmgr
+ grep ^Boot[0-9]
+ fgrep -i debian
+ cut -b5-8
+ efibootmgr -q -b 0003 -B
+ /usr/sbin/grub-mkdevicemap --device-map=/dev/stdout
+ clean_devmap=(hd0) /dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2190054D90H0D
+ echo (hd0) /dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2190054D90H0D
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=drive --device-map=/dev/stdin /boot/efi/EFI/debian
+ efidir_drive=(hd0,gpt1)
+ test -z (hd0,gpt1)
+ echo (hd0) /dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2190054D90H0D
+ cut -f2
+ + echo (hd0,gpt1)
sed s/,[^)]*//
+ grep ^(hd0)
+ efidir_disk=/dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2190054D90H0D
+ echo (hd0,gpt1)
+ sed s/^([^,]*,[^0-9]*//; s/[^0-9].*//
+ efidir_part=1
+ efibootmgr -q -c -d /dev/disk/by-id/ata-Hitachi_HTS547575A9E384_J2190054D90H0D -p 1 -w -L debian -l \EFI\debian\grubx64.efi
+ test -z
+ test -e /boot/grub/stage2
+ echo Installation finished. No error reported.
Installation finished. No error reported.
+ exit 0
-------------- next part --------------
+ setup_verbose=--verbose
+ efi_quiet=-q
+ [ -z ]
+ bootdir=/boot
+ [ -n ]
+ echo /boot/grub
+ sed s,//*,/,g
+ grubdir=/boot/grub
+ device_map=/boot/grub/device.map
+ [ x86_64-efi = i386-pc ]
+ [ x86_64-efi = sparc64-ieee1275 ]
+ set /usr/bin/grub-mkimage dummy
+ test -f /usr/bin/grub-mkimage
+ :
+ set /usr/sbin/grub-mkdevicemap dummy
+ test -f /usr/sbin/grub-mkdevicemap
+ :
+ [ xefi = xefi ]
+ efidir=
+ test -d /boot/efi
+ /usr/sbin/grub-mkdevicemap --device-map=/dev/stdout+ /usr/sbin/grub-probe --target=device --device-map=/dev/stdin /boot/efi
+ install_device=/dev/sda1
+ /usr/sbin/grub-mkdevicemap --device-map=/dev/stdout
+ /usr/sbin/grub-probe --target=device --device-map=/dev/stdin /boot
+ test x/dev/sda1 != x/dev/sda2
+ efidir=/boot/efi
+ test -n /boot/efi
+ /usr/sbin/grub-probe --target=fs --device-map=/boot/grub/device.map /boot/efi
+ efi_fs=fat
+ test xfat = xfat
+ :
+ test -n /boot/efi
+ efi_distributor=debian
+ test yes = yes
+ efi_distributor=BOOT
+ efi_file=BOOTX64.EFI
+ efidir=/boot/efi/EFI/BOOT
+ mkdir -p /boot/efi/EFI/BOOT
+ mkdir -p /boot/grub
+ test yes = yes
+ rm -f /boot/grub/device.map
+ test -f /boot/grub/device.map
+ test -n
+ /usr/sbin/grub-mkdevicemap --device-map=/boot/grub/device.map
+ sed -n /^([fh]d[0-9]*)/s/\(^(.*)\).*/\1/p /boot/grub/device.map
+ sort
+ uniq -d
+ sed -n 1p
+ tmp=
+ test -n
+ test -f /boot/grub/acpi.mod
+ basename /boot/grub/acpi.mod
+ [ acpi.mod != menu.lst ]
+ rm -f /boot/grub/acpi.mod
+ test -f /boot/grub/adler32.mod
+ basename /boot/grub/adler32.mod
+ [ adler32.mod != menu.lst ]
+ rm -f /boot/grub/adler32.mod
+ test -f /boot/grub/affs.mod
+ basename /boot/grub/affs.mod
+ [ affs.mod != menu.lst ]
+ rm -f /boot/grub/affs.mod
+ test -f /boot/grub/afs.mod
+ basename /boot/grub/afs.mod
+ [ afs.mod != menu.lst ]
+ rm -f /boot/grub/afs.mod
+ test -f /boot/grub/afs_be.mod
+ basename /boot/grub/afs_be.mod
+ [ afs_be.mod != menu.lst ]
+ rm -f /boot/grub/afs_be.mod
+ test -f /boot/grub/aout.mod
+ basename /boot/grub/aout.mod
+ [ aout.mod != menu.lst ]
+ rm -f /boot/grub/aout.mod
+ test -f /boot/grub/appleldr.mod
+ basename /boot/grub/appleldr.mod
+ [ appleldr.mod != menu.lst ]
+ rm -f /boot/grub/appleldr.mod
+ test -f /boot/grub/at_keyboard.mod
+ basename /boot/grub/at_keyboard.mod
+ [ at_keyboard.mod != menu.lst ]
+ rm -f /boot/grub/at_keyboard.mod
+ test -f /boot/grub/ata.mod
+ basename /boot/grub/ata.mod
+ [ ata.mod != menu.lst ]
+ rm -f /boot/grub/ata.mod
+ test -f /boot/grub/ata_pthru.mod
+ basename /boot/grub/ata_pthru.mod
+ [ ata_pthru.mod != menu.lst ]
+ rm -f /boot/grub/ata_pthru.mod
+ test -f /boot/grub/befs.mod
+ basename /boot/grub/befs.mod
+ [ befs.mod != menu.lst ]
+ rm -f /boot/grub/befs.mod
+ test -f /boot/grub/befs_be.mod
+ basename /boot/grub/befs_be.mod
+ [ befs_be.mod != menu.lst ]
+ rm -f /boot/grub/befs_be.mod
+ test -f /boot/grub/bitmap.mod
+ basename /boot/grub/bitmap.mod
+ [ bitmap.mod != menu.lst ]
+ rm -f /boot/grub/bitmap.mod
+ test -f /boot/grub/bitmap_scale.mod
+ basename /boot/grub/bitmap_scale.mod
+ [ bitmap_scale.mod != menu.lst ]
+ rm -f /boot/grub/bitmap_scale.mod
+ test -f /boot/grub/blocklist.mod
+ basename /boot/grub/blocklist.mod
+ [ blocklist.mod != menu.lst ]
+ rm -f /boot/grub/blocklist.mod
+ test -f /boot/grub/boot.mod
+ basename /boot/grub/boot.mod
+ [ boot.mod != menu.lst ]
+ rm -f /boot/grub/boot.mod
+ test -f /boot/grub/bsd.mod
+ basename /boot/grub/bsd.mod
+ [ bsd.mod != menu.lst ]
+ rm -f /boot/grub/bsd.mod
+ test -f /boot/grub/btrfs.mod
+ basename /boot/grub/btrfs.mod
+ [ btrfs.mod != menu.lst ]
+ rm -f /boot/grub/btrfs.mod
+ test -f /boot/grub/bufio.mod
+ basename /boot/grub/bufio.mod
+ [ bufio.mod != menu.lst ]
+ rm -f /boot/grub/bufio.mod
+ test -f /boot/grub/cat.mod
+ basename /boot/grub/cat.mod
+ [ cat.mod != menu.lst ]
+ rm -f /boot/grub/cat.mod
+ test -f /boot/grub/chain.mod
+ basename /boot/grub/chain.mod
+ [ chain.mod != menu.lst ]
+ rm -f /boot/grub/chain.mod
+ test -f /boot/grub/cmp.mod
+ basename /boot/grub/cmp.mod
+ [ cmp.mod != menu.lst ]
+ rm -f /boot/grub/cmp.mod
+ test -f /boot/grub/configfile.mod
+ basename /boot/grub/configfile.mod
+ [ configfile.mod != menu.lst ]
+ rm -f /boot/grub/configfile.mod
+ test -f /boot/grub/cpio.mod
+ basename /boot/grub/cpio.mod
+ [ cpio.mod != menu.lst ]
+ rm -f /boot/grub/cpio.mod
+ test -f /boot/grub/cpuid.mod
+ basename /boot/grub/cpuid.mod
+ [ cpuid.mod != menu.lst ]
+ rm -f /boot/grub/cpuid.mod
+ test -f /boot/grub/crypto.mod
+ basename /boot/grub/crypto.mod
+ [ crypto.mod != menu.lst ]
+ rm -f /boot/grub/crypto.mod
+ test -f /boot/grub/cs5536.mod
+ basename /boot/grub/cs5536.mod
+ [ cs5536.mod != menu.lst ]
+ rm -f /boot/grub/cs5536.mod
+ test -f /boot/grub/date.mod
+ basename /boot/grub/date.mod
+ [ date.mod != menu.lst ]
+ rm -f /boot/grub/date.mod
+ test -f /boot/grub/datehook.mod
+ basename /boot/grub/datehook.mod
+ [ datehook.mod != menu.lst ]
+ rm -f /boot/grub/datehook.mod
+ test -f /boot/grub/datetime.mod
+ basename /boot/grub/datetime.mod
+ [ datetime.mod != menu.lst ]
+ rm -f /boot/grub/datetime.mod
+ test -f /boot/grub/dm_nv.mod
+ basename /boot/grub/dm_nv.mod
+ [ dm_nv.mod != menu.lst ]
+ rm -f /boot/grub/dm_nv.mod
+ test -f /boot/grub/echo.mod
+ basename /boot/grub/echo.mod
+ [ echo.mod != menu.lst ]
+ rm -f /boot/grub/echo.mod
+ test -f /boot/grub/efi_gop.mod
+ basename /boot/grub/efi_gop.mod
+ [ efi_gop.mod != menu.lst ]
+ rm -f /boot/grub/efi_gop.mod
+ test -f /boot/grub/efi_uga.mod
+ basename /boot/grub/efi_uga.mod
+ [ efi_uga.mod != menu.lst ]
+ rm -f /boot/grub/efi_uga.mod
+ test -f /boot/grub/elf.mod
+ basename /boot/grub/elf.mod
+ [ elf.mod != menu.lst ]
+ rm -f /boot/grub/elf.mod
+ test -f /boot/grub/example_functional_test.mod
+ basename /boot/grub/example_functional_test.mod
+ [ example_functional_test.mod != menu.lst ]
+ rm -f /boot/grub/example_functional_test.mod
+ test -f /boot/grub/ext2.mod
+ basename /boot/grub/ext2.mod
+ [ ext2.mod != menu.lst ]
+ rm -f /boot/grub/ext2.mod
+ test -f /boot/grub/extcmd.mod
+ basename /boot/grub/extcmd.mod
+ [ extcmd.mod != menu.lst ]
+ rm -f /boot/grub/extcmd.mod
+ test -f /boot/grub/fat.mod
+ basename /boot/grub/fat.mod
+ [ fat.mod != menu.lst ]
+ rm -f /boot/grub/fat.mod
+ test -f /boot/grub/fixvideo.mod
+ basename /boot/grub/fixvideo.mod
+ [ fixvideo.mod != menu.lst ]
+ rm -f /boot/grub/fixvideo.mod
+ test -f /boot/grub/font.mod
+ basename /boot/grub/font.mod
+ [ font.mod != menu.lst ]
+ rm -f /boot/grub/font.mod
+ test -f /boot/grub/fshelp.mod
+ basename /boot/grub/fshelp.mod
+ [ fshelp.mod != menu.lst ]
+ rm -f /boot/grub/fshelp.mod
+ test -f /boot/grub/functional_test.mod
+ basename /boot/grub/functional_test.mod
+ [ functional_test.mod != menu.lst ]
+ rm -f /boot/grub/functional_test.mod
+ test -f /boot/grub/gcry_arcfour.mod
+ basename /boot/grub/gcry_arcfour.mod
+ [ gcry_arcfour.mod != menu.lst ]
+ rm -f /boot/grub/gcry_arcfour.mod
+ test -f /boot/grub/gcry_blowfish.mod
+ basename /boot/grub/gcry_blowfish.mod
+ [ gcry_blowfish.mod != menu.lst ]
+ rm -f /boot/grub/gcry_blowfish.mod
+ test -f /boot/grub/gcry_camellia.mod
+ basename /boot/grub/gcry_camellia.mod
+ [ gcry_camellia.mod != menu.lst ]
+ rm -f /boot/grub/gcry_camellia.mod
+ test -f /boot/grub/gcry_cast5.mod
+ basename /boot/grub/gcry_cast5.mod
+ [ gcry_cast5.mod != menu.lst ]
+ rm -f /boot/grub/gcry_cast5.mod
+ test -f /boot/grub/gcry_crc.mod
+ basename /boot/grub/gcry_crc.mod
+ [ gcry_crc.mod != menu.lst ]
+ rm -f /boot/grub/gcry_crc.mod
+ test -f /boot/grub/gcry_des.mod
+ basename /boot/grub/gcry_des.mod
+ [ gcry_des.mod != menu.lst ]
+ rm -f /boot/grub/gcry_des.mod
+ test -f /boot/grub/gcry_md4.mod
+ basename /boot/grub/gcry_md4.mod
+ [ gcry_md4.mod != menu.lst ]
+ rm -f /boot/grub/gcry_md4.mod
+ test -f /boot/grub/gcry_md5.mod
+ basename /boot/grub/gcry_md5.mod
+ [ gcry_md5.mod != menu.lst ]
+ rm -f /boot/grub/gcry_md5.mod
+ test -f /boot/grub/gcry_rfc2268.mod
+ basename /boot/grub/gcry_rfc2268.mod
+ [ gcry_rfc2268.mod != menu.lst ]
+ rm -f /boot/grub/gcry_rfc2268.mod
+ test -f /boot/grub/gcry_rijndael.mod
+ basename /boot/grub/gcry_rijndael.mod
+ [ gcry_rijndael.mod != menu.lst ]
+ rm -f /boot/grub/gcry_rijndael.mod
+ test -f /boot/grub/gcry_rmd160.mod
+ basename /boot/grub/gcry_rmd160.mod
+ [ gcry_rmd160.mod != menu.lst ]
+ rm -f /boot/grub/gcry_rmd160.mod
+ test -f /boot/grub/gcry_seed.mod
+ basename /boot/grub/gcry_seed.mod
+ [ gcry_seed.mod != menu.lst ]
+ rm -f /boot/grub/gcry_seed.mod
+ test -f /boot/grub/gcry_serpent.mod
+ basename /boot/grub/gcry_serpent.mod
+ [ gcry_serpent.mod != menu.lst ]
+ rm -f /boot/grub/gcry_serpent.mod
+ test -f /boot/grub/gcry_sha1.mod
+ basename /boot/grub/gcry_sha1.mod
+ [ gcry_sha1.mod != menu.lst ]
+ rm -f /boot/grub/gcry_sha1.mod
+ test -f /boot/grub/gcry_sha256.mod
+ basename /boot/grub/gcry_sha256.mod
+ [ gcry_sha256.mod != menu.lst ]
+ rm -f /boot/grub/gcry_sha256.mod
+ test -f /boot/grub/gcry_sha512.mod
+ basename /boot/grub/gcry_sha512.mod
+ [ gcry_sha512.mod != menu.lst ]
+ rm -f /boot/grub/gcry_sha512.mod
+ test -f /boot/grub/gcry_tiger.mod
+ basename /boot/grub/gcry_tiger.mod
+ [ gcry_tiger.mod != menu.lst ]
+ rm -f /boot/grub/gcry_tiger.mod
+ test -f /boot/grub/gcry_twofish.mod
+ basename /boot/grub/gcry_twofish.mod
+ [ gcry_twofish.mod != menu.lst ]
+ rm -f /boot/grub/gcry_twofish.mod
+ test -f /boot/grub/gcry_whirlpool.mod
+ basename /boot/grub/gcry_whirlpool.mod
+ [ gcry_whirlpool.mod != menu.lst ]
+ rm -f /boot/grub/gcry_whirlpool.mod
+ test -f /boot/grub/gettext.mod
+ basename /boot/grub/gettext.mod
+ [ gettext.mod != menu.lst ]
+ rm -f /boot/grub/gettext.mod
+ test -f /boot/grub/gfxmenu.mod
+ basename /boot/grub/gfxmenu.mod
+ [ gfxmenu.mod != menu.lst ]
+ rm -f /boot/grub/gfxmenu.mod
+ test -f /boot/grub/gfxterm.mod
+ basename /boot/grub/gfxterm.mod
+ [ gfxterm.mod != menu.lst ]
+ rm -f /boot/grub/gfxterm.mod
+ test -f /boot/grub/gptsync.mod
+ basename /boot/grub/gptsync.mod
+ [ gptsync.mod != menu.lst ]
+ rm -f /boot/grub/gptsync.mod
+ test -f /boot/grub/gzio.mod
+ basename /boot/grub/gzio.mod
+ [ gzio.mod != menu.lst ]
+ rm -f /boot/grub/gzio.mod
+ test -f /boot/grub/halt.mod
+ basename /boot/grub/halt.mod
+ [ halt.mod != menu.lst ]
+ rm -f /boot/grub/halt.mod
+ test -f /boot/grub/hashsum.mod
+ basename /boot/grub/hashsum.mod
+ [ hashsum.mod != menu.lst ]
+ rm -f /boot/grub/hashsum.mod
+ test -f /boot/grub/hdparm.mod
+ basename /boot/grub/hdparm.mod
+ [ hdparm.mod != menu.lst ]
+ rm -f /boot/grub/hdparm.mod
+ test -f /boot/grub/hello.mod
+ basename /boot/grub/hello.mod
+ [ hello.mod != menu.lst ]
+ rm -f /boot/grub/hello.mod
+ test -f /boot/grub/help.mod
+ basename /boot/grub/help.mod
+ [ help.mod != menu.lst ]
+ rm -f /boot/grub/help.mod
+ test -f /boot/grub/hexdump.mod
+ basename /boot/grub/hexdump.mod
+ [ hexdump.mod != menu.lst ]
+ rm -f /boot/grub/hexdump.mod
+ test -f /boot/grub/hfs.mod
+ basename /boot/grub/hfs.mod
+ [ hfs.mod != menu.lst ]
+ rm -f /boot/grub/hfs.mod
+ test -f /boot/grub/hfsplus.mod
+ basename /boot/grub/hfsplus.mod
+ [ hfsplus.mod != menu.lst ]
+ rm -f /boot/grub/hfsplus.mod
+ test -f /boot/grub/iorw.mod
+ basename /boot/grub/iorw.mod
+ [ iorw.mod != menu.lst ]
+ rm -f /boot/grub/iorw.mod
+ test -f /boot/grub/iso9660.mod
+ basename /boot/grub/iso9660.mod
+ [ iso9660.mod != menu.lst ]
+ rm -f /boot/grub/iso9660.mod
+ test -f /boot/grub/jfs.mod
+ basename /boot/grub/jfs.mod
+ [ jfs.mod != menu.lst ]
+ rm -f /boot/grub/jfs.mod
+ test -f /boot/grub/jpeg.mod
+ basename /boot/grub/jpeg.mod
+ [ jpeg.mod != menu.lst ]
+ rm -f /boot/grub/jpeg.mod
+ test -f /boot/grub/keylayouts.mod
+ basename /boot/grub/keylayouts.mod
+ [ keylayouts.mod != menu.lst ]
+ rm -f /boot/grub/keylayouts.mod
+ test -f /boot/grub/keystatus.mod
+ basename /boot/grub/keystatus.mod
+ [ keystatus.mod != menu.lst ]
+ rm -f /boot/grub/keystatus.mod
+ test -f /boot/grub/linux.mod
+ basename /boot/grub/linux.mod
+ [ linux.mod != menu.lst ]
+ rm -f /boot/grub/linux.mod
+ test -f /boot/grub/loadbios.mod
+ basename /boot/grub/loadbios.mod
+ [ loadbios.mod != menu.lst ]
+ rm -f /boot/grub/loadbios.mod
+ test -f /boot/grub/loadenv.mod
+ basename /boot/grub/loadenv.mod
+ [ loadenv.mod != menu.lst ]
+ rm -f /boot/grub/loadenv.mod
+ test -f /boot/grub/loopback.mod
+ basename /boot/grub/loopback.mod
+ [ loopback.mod != menu.lst ]
+ rm -f /boot/grub/loopback.mod
+ test -f /boot/grub/ls.mod
+ basename /boot/grub/ls.mod
+ [ ls.mod != menu.lst ]
+ rm -f /boot/grub/ls.mod
+ test -f /boot/grub/lsacpi.mod
+ basename /boot/grub/lsacpi.mod
+ [ lsacpi.mod != menu.lst ]
+ rm -f /boot/grub/lsacpi.mod
+ test -f /boot/grub/lsefimmap.mod
+ basename /boot/grub/lsefimmap.mod
+ [ lsefimmap.mod != menu.lst ]
+ rm -f /boot/grub/lsefimmap.mod
+ test -f /boot/grub/lsefisystab.mod
+ basename /boot/grub/lsefisystab.mod
+ [ lsefisystab.mod != menu.lst ]
+ rm -f /boot/grub/lsefisystab.mod
+ test -f /boot/grub/lsmmap.mod
+ basename /boot/grub/lsmmap.mod
+ [ lsmmap.mod != menu.lst ]
+ rm -f /boot/grub/lsmmap.mod
+ test -f /boot/grub/lspci.mod
+ basename /boot/grub/lspci.mod
+ [ lspci.mod != menu.lst ]
+ rm -f /boot/grub/lspci.mod
+ test -f /boot/grub/lssal.mod
+ basename /boot/grub/lssal.mod
+ [ lssal.mod != menu.lst ]
+ rm -f /boot/grub/lssal.mod
+ test -f /boot/grub/lvm.mod
+ basename /boot/grub/lvm.mod
+ [ lvm.mod != menu.lst ]
+ rm -f /boot/grub/lvm.mod
+ test -f /boot/grub/lzopio.mod
+ basename /boot/grub/lzopio.mod
+ [ lzopio.mod != menu.lst ]
+ rm -f /boot/grub/lzopio.mod
+ test -f /boot/grub/mdraid09.mod
+ basename /boot/grub/mdraid09.mod
+ [ mdraid09.mod != menu.lst ]
+ rm -f /boot/grub/mdraid09.mod
+ test -f /boot/grub/mdraid1x.mod
+ basename /boot/grub/mdraid1x.mod
+ [ mdraid1x.mod != menu.lst ]
+ rm -f /boot/grub/mdraid1x.mod
+ test -f /boot/grub/memdisk.mod
+ basename /boot/grub/memdisk.mod
+ [ memdisk.mod != menu.lst ]
+ rm -f /boot/grub/memdisk.mod
+ test -f /boot/grub/memrw.mod
+ basename /boot/grub/memrw.mod
+ [ memrw.mod != menu.lst ]
+ rm -f /boot/grub/memrw.mod
+ test -f /boot/grub/minicmd.mod
+ basename /boot/grub/minicmd.mod
+ [ minicmd.mod != menu.lst ]
+ rm -f /boot/grub/minicmd.mod
+ test -f /boot/grub/minix.mod
+ basename /boot/grub/minix.mod
+ [ minix.mod != menu.lst ]
+ rm -f /boot/grub/minix.mod
+ test -f /boot/grub/minix2.mod
+ basename /boot/grub/minix2.mod
+ [ minix2.mod != menu.lst ]
+ rm -f /boot/grub/minix2.mod
+ test -f /boot/grub/mmap.mod
+ basename /boot/grub/mmap.mod
+ [ mmap.mod != menu.lst ]
+ rm -f /boot/grub/mmap.mod
+ test -f /boot/grub/msdospart.mod
+ basename /boot/grub/msdospart.mod
+ [ msdospart.mod != menu.lst ]
+ rm -f /boot/grub/msdospart.mod
+ test -f /boot/grub/multiboot.mod
+ basename /boot/grub/multiboot.mod
+ [ multiboot.mod != menu.lst ]
+ rm -f /boot/grub/multiboot.mod
+ test -f /boot/grub/multiboot2.mod
+ basename /boot/grub/multiboot2.mod
+ [ multiboot2.mod != menu.lst ]
+ rm -f /boot/grub/multiboot2.mod
+ test -f /boot/grub/nilfs2.mod
+ basename /boot/grub/nilfs2.mod
+ [ nilfs2.mod != menu.lst ]
+ rm -f /boot/grub/nilfs2.mod
+ test -f /boot/grub/normal.mod
+ basename /boot/grub/normal.mod
+ [ normal.mod != menu.lst ]
+ rm -f /boot/grub/normal.mod
+ test -f /boot/grub/ntfs.mod
+ basename /boot/grub/ntfs.mod
+ [ ntfs.mod != menu.lst ]
+ rm -f /boot/grub/ntfs.mod
+ test -f /boot/grub/ntfscomp.mod
+ basename /boot/grub/ntfscomp.mod
+ [ ntfscomp.mod != menu.lst ]
+ rm -f /boot/grub/ntfscomp.mod
+ test -f /boot/grub/ohci.mod
+ basename /boot/grub/ohci.mod
+ [ ohci.mod != menu.lst ]
+ rm -f /boot/grub/ohci.mod
+ test -f /boot/grub/part_acorn.mod
+ basename /boot/grub/part_acorn.mod
+ [ part_acorn.mod != menu.lst ]
+ rm -f /boot/grub/part_acorn.mod
+ test -f /boot/grub/part_amiga.mod
+ basename /boot/grub/part_amiga.mod
+ [ part_amiga.mod != menu.lst ]
+ rm -f /boot/grub/part_amiga.mod
+ test -f /boot/grub/part_apple.mod
+ basename /boot/grub/part_apple.mod
+ [ part_apple.mod != menu.lst ]
+ rm -f /boot/grub/part_apple.mod
+ test -f /boot/grub/part_bsd.mod
+ basename /boot/grub/part_bsd.mod
+ [ part_bsd.mod != menu.lst ]
+ rm -f /boot/grub/part_bsd.mod
+ test -f /boot/grub/part_gpt.mod
+ basename /boot/grub/part_gpt.mod
+ [ part_gpt.mod != menu.lst ]
+ rm -f /boot/grub/part_gpt.mod
+ test -f /boot/grub/part_msdos.mod
+ basename /boot/grub/part_msdos.mod
+ [ part_msdos.mod != menu.lst ]
+ rm -f /boot/grub/part_msdos.mod
+ test -f /boot/grub/part_sun.mod
+ basename /boot/grub/part_sun.mod
+ [ part_sun.mod != menu.lst ]
+ rm -f /boot/grub/part_sun.mod
+ test -f /boot/grub/part_sunpc.mod
+ basename /boot/grub/part_sunpc.mod
+ [ part_sunpc.mod != menu.lst ]
+ rm -f /boot/grub/part_sunpc.mod
+ test -f /boot/grub/parttool.mod
+ basename /boot/grub/parttool.mod
+ [ parttool.mod != menu.lst ]
+ rm -f /boot/grub/parttool.mod
+ test -f /boot/grub/password.mod
+ basename /boot/grub/password.mod
+ [ password.mod != menu.lst ]
+ rm -f /boot/grub/password.mod
+ test -f /boot/grub/password_pbkdf2.mod
+ basename /boot/grub/password_pbkdf2.mod
+ [ password_pbkdf2.mod != menu.lst ]
+ rm -f /boot/grub/password_pbkdf2.mod
+ test -f /boot/grub/pbkdf2.mod
+ basename /boot/grub/pbkdf2.mod
+ [ pbkdf2.mod != menu.lst ]
+ rm -f /boot/grub/pbkdf2.mod
+ test -f /boot/grub/pci.mod
+ basename /boot/grub/pci.mod
+ [ pci.mod != menu.lst ]
+ rm -f /boot/grub/pci.mod
+ test -f /boot/grub/play.mod
+ basename /boot/grub/play.mod
+ [ play.mod != menu.lst ]
+ rm -f /boot/grub/play.mod
+ test -f /boot/grub/png.mod
+ basename /boot/grub/png.mod
+ [ png.mod != menu.lst ]
+ rm -f /boot/grub/png.mod
+ test -f /boot/grub/probe.mod
+ basename /boot/grub/probe.mod
+ [ probe.mod != menu.lst ]
+ rm -f /boot/grub/probe.mod
+ test -f /boot/grub/raid.mod
+ basename /boot/grub/raid.mod
+ [ raid.mod != menu.lst ]
+ rm -f /boot/grub/raid.mod
+ test -f /boot/grub/raid5rec.mod
+ basename /boot/grub/raid5rec.mod
+ [ raid5rec.mod != menu.lst ]
+ rm -f /boot/grub/raid5rec.mod
+ test -f /boot/grub/raid6rec.mod
+ basename /boot/grub/raid6rec.mod
+ [ raid6rec.mod != menu.lst ]
+ rm -f /boot/grub/raid6rec.mod
+ test -f /boot/grub/read.mod
+ basename /boot/grub/read.mod
+ [ read.mod != menu.lst ]
+ rm -f /boot/grub/read.mod
+ test -f /boot/grub/reboot.mod
+ basename /boot/grub/reboot.mod
+ [ reboot.mod != menu.lst ]
+ rm -f /boot/grub/reboot.mod
+ test -f /boot/grub/regexp.mod
+ basename /boot/grub/regexp.mod
+ [ regexp.mod != menu.lst ]
+ rm -f /boot/grub/regexp.mod
+ test -f /boot/grub/reiserfs.mod
+ basename /boot/grub/reiserfs.mod
+ [ reiserfs.mod != menu.lst ]
+ rm -f /boot/grub/reiserfs.mod
+ test -f /boot/grub/relocator.mod
+ basename /boot/grub/relocator.mod
+ [ relocator.mod != menu.lst ]
+ rm -f /boot/grub/relocator.mod
+ test -f /boot/grub/scsi.mod
+ basename /boot/grub/scsi.mod
+ [ scsi.mod != menu.lst ]
+ rm -f /boot/grub/scsi.mod
+ test -f /boot/grub/search.mod
+ basename /boot/grub/search.mod
+ [ search.mod != menu.lst ]
+ rm -f /boot/grub/search.mod
+ test -f /boot/grub/search_fs_file.mod
+ basename /boot/grub/search_fs_file.mod
+ [ search_fs_file.mod != menu.lst ]
+ rm -f /boot/grub/search_fs_file.mod
+ test -f /boot/grub/search_fs_uuid.mod
+ basename /boot/grub/search_fs_uuid.mod
+ [ search_fs_uuid.mod != menu.lst ]
+ rm -f /boot/grub/search_fs_uuid.mod
+ test -f /boot/grub/search_label.mod
+ basename /boot/grub/search_label.mod
+ [ search_label.mod != menu.lst ]
+ rm -f /boot/grub/search_label.mod
+ test -f /boot/grub/serial.mod
+ basename /boot/grub/serial.mod
+ [ serial.mod != menu.lst ]
+ rm -f /boot/grub/serial.mod
+ test -f /boot/grub/setjmp.mod
+ basename /boot/grub/setjmp.mod
+ [ setjmp.mod != menu.lst ]
+ rm -f /boot/grub/setjmp.mod
+ test -f /boot/grub/setpci.mod
+ basename /boot/grub/setpci.mod
+ [ setpci.mod != menu.lst ]
+ rm -f /boot/grub/setpci.mod
+ test -f /boot/grub/sfs.mod
+ basename /boot/grub/sfs.mod
+ [ sfs.mod != menu.lst ]
+ rm -f /boot/grub/sfs.mod
+ test -f /boot/grub/sleep.mod
+ basename /boot/grub/sleep.mod
+ [ sleep.mod != menu.lst ]
+ rm -f /boot/grub/sleep.mod
+ test -f /boot/grub/squash4.mod
+ basename /boot/grub/squash4.mod
+ [ squash4.mod != menu.lst ]
+ rm -f /boot/grub/squash4.mod
+ test -f /boot/grub/tar.mod
+ basename /boot/grub/tar.mod
+ [ tar.mod != menu.lst ]
+ rm -f /boot/grub/tar.mod
+ test -f /boot/grub/terminal.mod
+ basename /boot/grub/terminal.mod
+ [ terminal.mod != menu.lst ]
+ rm -f /boot/grub/terminal.mod
+ test -f /boot/grub/terminfo.mod
+ basename /boot/grub/terminfo.mod
+ [ terminfo.mod != menu.lst ]
+ rm -f /boot/grub/terminfo.mod
+ test -f /boot/grub/test.mod
+ basename /boot/grub/test.mod
+ [ test.mod != menu.lst ]
+ rm -f /boot/grub/test.mod
+ test -f /boot/grub/test_blockarg.mod
+ basename /boot/grub/test_blockarg.mod
+ [ test_blockarg.mod != menu.lst ]
+ rm -f /boot/grub/test_blockarg.mod
+ test -f /boot/grub/testload.mod
+ basename /boot/grub/testload.mod
+ [ testload.mod != menu.lst ]
+ rm -f /boot/grub/testload.mod
+ test -f /boot/grub/tga.mod
+ basename /boot/grub/tga.mod
+ [ tga.mod != menu.lst ]
+ rm -f /boot/grub/tga.mod
+ test -f /boot/grub/trig.mod
+ basename /boot/grub/trig.mod
+ [ trig.mod != menu.lst ]
+ rm -f /boot/grub/trig.mod
+ test -f /boot/grub/true.mod
+ basename /boot/grub/true.mod
+ [ true.mod != menu.lst ]
+ rm -f /boot/grub/true.mod
+ test -f /boot/grub/udf.mod
+ basename /boot/grub/udf.mod
+ [ udf.mod != menu.lst ]
+ rm -f /boot/grub/udf.mod
+ test -f /boot/grub/ufs1.mod
+ basename /boot/grub/ufs1.mod
+ [ ufs1.mod != menu.lst ]
+ rm -f /boot/grub/ufs1.mod
+ test -f /boot/grub/ufs2.mod
+ basename /boot/grub/ufs2.mod
+ [ ufs2.mod != menu.lst ]
+ rm -f /boot/grub/ufs2.mod
+ test -f /boot/grub/uhci.mod
+ basename /boot/grub/uhci.mod
+ [ uhci.mod != menu.lst ]
+ rm -f /boot/grub/uhci.mod
+ test -f /boot/grub/usb.mod
+ basename /boot/grub/usb.mod
+ [ usb.mod != menu.lst ]
+ rm -f /boot/grub/usb.mod
+ test -f /boot/grub/usb_keyboard.mod
+ basename /boot/grub/usb_keyboard.mod
+ [ usb_keyboard.mod != menu.lst ]
+ rm -f /boot/grub/usb_keyboard.mod
+ test -f /boot/grub/usbms.mod
+ basename /boot/grub/usbms.mod
+ [ usbms.mod != menu.lst ]
+ rm -f /boot/grub/usbms.mod
+ test -f /boot/grub/usbserial_common.mod
+ basename /boot/grub/usbserial_common.mod
+ [ usbserial_common.mod != menu.lst ]
+ rm -f /boot/grub/usbserial_common.mod
+ test -f /boot/grub/usbserial_ftdi.mod
+ basename /boot/grub/usbserial_ftdi.mod
+ [ usbserial_ftdi.mod != menu.lst ]
+ rm -f /boot/grub/usbserial_ftdi.mod
+ test -f /boot/grub/usbserial_pl2303.mod
+ basename /boot/grub/usbserial_pl2303.mod
+ [ usbserial_pl2303.mod != menu.lst ]
+ rm -f /boot/grub/usbserial_pl2303.mod
+ test -f /boot/grub/usbtest.mod
+ basename /boot/grub/usbtest.mod
+ [ usbtest.mod != menu.lst ]
+ rm -f /boot/grub/usbtest.mod
+ test -f /boot/grub/video.mod
+ basename /boot/grub/video.mod
+ [ video.mod != menu.lst ]
+ rm -f /boot/grub/video.mod
+ test -f /boot/grub/video_bochs.mod
+ basename /boot/grub/video_bochs.mod
+ [ video_bochs.mod != menu.lst ]
+ rm -f /boot/grub/video_bochs.mod
+ test -f /boot/grub/video_cirrus.mod
+ basename /boot/grub/video_cirrus.mod
+ [ video_cirrus.mod != menu.lst ]
+ rm -f /boot/grub/video_cirrus.mod
+ test -f /boot/grub/video_fb.mod
+ basename /boot/grub/video_fb.mod
+ [ video_fb.mod != menu.lst ]
+ rm -f /boot/grub/video_fb.mod
+ test -f /boot/grub/videoinfo.mod
+ basename /boot/grub/videoinfo.mod
+ [ videoinfo.mod != menu.lst ]
+ rm -f /boot/grub/videoinfo.mod
+ test -f /boot/grub/videotest.mod
+ basename /boot/grub/videotest.mod
+ [ videotest.mod != menu.lst ]
+ rm -f /boot/grub/videotest.mod
+ test -f /boot/grub/xfs.mod
+ basename /boot/grub/xfs.mod
+ [ xfs.mod != menu.lst ]
+ rm -f /boot/grub/xfs.mod
+ test -f /boot/grub/xnu.mod
+ basename /boot/grub/xnu.mod
+ [ xnu.mod != menu.lst ]
+ rm -f /boot/grub/xnu.mod
+ test -f /boot/grub/xnu_uuid.mod
+ basename /boot/grub/xnu_uuid.mod
+ [ xnu_uuid.mod != menu.lst ]
+ rm -f /boot/grub/xnu_uuid.mod
+ test -f /boot/grub/xzio.mod
+ basename /boot/grub/xzio.mod
+ [ xzio.mod != menu.lst ]
+ rm -f /boot/grub/xzio.mod
+ test -f /boot/grub/zfs.mod
+ basename /boot/grub/zfs.mod
+ [ zfs.mod != menu.lst ]
+ rm -f /boot/grub/zfs.mod
+ test -f /boot/grub/zfsinfo.mod
+ basename /boot/grub/zfsinfo.mod
+ [ zfsinfo.mod != menu.lst ]
+ rm -f /boot/grub/zfsinfo.mod
+ test -f /boot/grub/command.lst
+ basename /boot/grub/command.lst
+ [ command.lst != menu.lst ]
+ rm -f /boot/grub/command.lst
+ test -f /boot/grub/crypto.lst
+ basename /boot/grub/crypto.lst
+ [ crypto.lst != menu.lst ]
+ rm -f /boot/grub/crypto.lst
+ test -f /boot/grub/fs.lst
+ basename /boot/grub/fs.lst
+ [ fs.lst != menu.lst ]
+ rm -f /boot/grub/fs.lst
+ test -f /boot/grub/moddep.lst
+ basename /boot/grub/moddep.lst
+ [ moddep.lst != menu.lst ]
+ rm -f /boot/grub/moddep.lst
+ test -f /boot/grub/partmap.lst
+ basename /boot/grub/partmap.lst
+ [ partmap.lst != menu.lst ]
+ rm -f /boot/grub/partmap.lst
+ test -f /boot/grub/parttool.lst
+ basename /boot/grub/parttool.lst
+ [ parttool.lst != menu.lst ]
+ rm -f /boot/grub/parttool.lst
+ test -f /boot/grub/terminal.lst
+ basename /boot/grub/terminal.lst
+ [ terminal.lst != menu.lst ]
+ rm -f /boot/grub/terminal.lst
+ test -f /boot/grub/video.lst
+ basename /boot/grub/video.lst
+ [ video.lst != menu.lst ]
+ rm -f /boot/grub/video.lst
+ test -f /boot/grub/*.img
+ test -f /boot/grub/efiemu??.o
+ cp -f /usr/lib/grub/x86_64-efi/acpi.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/adler32.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/affs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/afs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/afs_be.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/aout.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/appleldr.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/at_keyboard.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ata.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ata_pthru.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/befs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/befs_be.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/bitmap.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/bitmap_scale.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/blocklist.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/boot.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/bsd.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/btrfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/bufio.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/cat.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/chain.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/cmp.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/configfile.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/cpio.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/cpuid.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/crypto.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/cs5536.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/date.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/datehook.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/datetime.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/dm_nv.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/echo.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/efi_gop.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/efi_uga.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/elf.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/example_functional_test.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ext2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/extcmd.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/fat.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/fixvideo.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/font.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/fshelp.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/functional_test.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_arcfour.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_blowfish.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_camellia.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_cast5.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_crc.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_des.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_md4.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_md5.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_rfc2268.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_rijndael.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_rmd160.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_seed.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_serpent.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_sha1.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_sha256.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_sha512.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_tiger.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_twofish.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gcry_whirlpool.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gettext.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gfxmenu.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gfxterm.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gptsync.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/gzio.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/halt.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hashsum.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hdparm.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hello.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/help.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hexdump.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/hfsplus.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/iorw.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/iso9660.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/jfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/jpeg.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/keylayouts.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/keystatus.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/linux.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/loadbios.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/loadenv.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/loopback.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ls.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lsacpi.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lsefimmap.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lsefisystab.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lsmmap.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lspci.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lssal.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lvm.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/lzopio.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/mdraid09.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/mdraid1x.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/memdisk.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/memrw.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/minicmd.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/minix.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/minix2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/mmap.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/msdospart.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/multiboot.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/multiboot2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/nilfs2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/normal.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ntfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ntfscomp.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ohci.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_acorn.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_amiga.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_apple.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_bsd.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_gpt.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_msdos.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_sun.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/part_sunpc.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/parttool.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/password.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/password_pbkdf2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/pbkdf2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/pci.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/play.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/png.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/probe.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/raid.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/raid5rec.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/raid6rec.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/read.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/reboot.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/regexp.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/reiserfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/relocator.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/scsi.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/search.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/search_fs_file.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/search_fs_uuid.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/search_label.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/serial.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/setjmp.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/setpci.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/sfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/sleep.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/squash4.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/tar.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/terminal.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/terminfo.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/test.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/test_blockarg.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/testload.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/tga.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/trig.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/true.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/udf.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ufs1.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/ufs2.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/uhci.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usb.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usb_keyboard.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usbms.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usbserial_common.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usbserial_ftdi.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usbserial_pl2303.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/usbtest.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/video.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/video_bochs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/video_cirrus.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/video_fb.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/videoinfo.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/videotest.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/xfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/xnu.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/xnu_uuid.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/xzio.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/zfs.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/zfsinfo.mod /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/command.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/crypto.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/fs.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/moddep.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/partmap.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/parttool.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/terminal.lst /boot/grub
+ cp -f /usr/lib/grub/x86_64-efi/video.lst /boot/grub
+ [ x86_64-efi = i386-pc ]
+ [ x86_64-efi = sparc64-ieee1275 ]
+ mkdir -p /boot/grub/locale/
+ test -f /usr/share/locale/ach/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/af/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/am/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/an/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ang/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ar/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/as/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ast/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/ast/LC_MESSAGES/grub.mo /boot/grub/locale/ast.mo
+ test -f /usr/share/locale/az/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/az_IR/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bal/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/be/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/be at latin/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bg_BG/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bn_IN/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bo/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/br/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/bs/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/byn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ca/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/ca/LC_MESSAGES/grub.mo /boot/grub/locale/ca.mo
+ test -f /usr/share/locale/ca at valencia/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/cgg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ckb/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/co/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/crh/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/cs/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/csb/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/cy/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/da/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/da/LC_MESSAGES/grub.mo /boot/grub/locale/da.mo
+ test -f /usr/share/locale/de/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/de/LC_MESSAGES/grub.mo /boot/grub/locale/de.mo
+ test -f /usr/share/locale/de_AT/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/de_CH/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/de_DE/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/dv/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/dz/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/el/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en at boldquot/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en at quot/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en at shaw/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en_AU/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en_CA/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en_GB/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en_NZ/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/en_US/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/eo/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/es/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/es_AR/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/es_ES/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/es_MX/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/et/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/et_EE/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/eu/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fa/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fa_IR/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ff/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fi/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/fi/LC_MESSAGES/grub.mo /boot/grub/locale/fi.mo
+ test -f /usr/share/locale/fil/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fo/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fr/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/fr/LC_MESSAGES/grub.mo /boot/grub/locale/fr.mo
+ test -f /usr/share/locale/fur/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/fy/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ga/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gd/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gez/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gl/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gl_ES/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gu/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/gv/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/haw/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/he/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/he_IL/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/hi/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/hr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ht/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/hu/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/hu/LC_MESSAGES/grub.mo /boot/grub/locale/hu.mo
+ test -f /usr/share/locale/hy/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ia/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/id/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/id/LC_MESSAGES/grub.mo /boot/grub/locale/id.mo
+ test -f /usr/share/locale/io/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/is/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/it/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/it/LC_MESSAGES/grub.mo /boot/grub/locale/it.mo
+ test -f /usr/share/locale/it_IT/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ja/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ka/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/kg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/kk/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/km/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/kmr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/kn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ko/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/ko/LC_MESSAGES/grub.mo /boot/grub/locale/ko.mo
+ test -f /usr/share/locale/kok/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ks/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ku/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ky/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/la/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/lb/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/lg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/li/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/lo/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/locale.alias/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/lt/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/lv/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mai/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mhr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mi/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mk/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ml/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ms/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/mt/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/my/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nb/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nb_NO/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nds/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ne/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nl/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/nl/LC_MESSAGES/grub.mo /boot/grub/locale/nl.mo
+ test -f /usr/share/locale/nl_NL/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/no/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/nso/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/oc/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/or/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/pa/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/pl/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/pl/LC_MESSAGES/grub.mo /boot/grub/locale/pl.mo
+ test -f /usr/share/locale/ps/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/pt/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/pt_BR/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/pt_PT/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/qu/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ro/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ru/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/ru/LC_MESSAGES/grub.mo /boot/grub/locale/ru.mo
+ test -f /usr/share/locale/rw/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sc/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sd/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/shn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/si/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sk/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sl/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/so/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sq/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sr at Latn/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sr at ije/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sr at latin/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/sv/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/sv/LC_MESSAGES/grub.mo /boot/grub/locale/sv.mo
+ test -f /usr/share/locale/sw/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ta/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ta_LK/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/te/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tet/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tg/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/th/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ti/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tig/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tk/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tl/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tl_PH/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tr/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/tt/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ug/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/uk/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/uk/LC_MESSAGES/grub.mo /boot/grub/locale/uk.mo
+ test -f /usr/share/locale/ur/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ur_PK/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/urd/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/uz/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/uz at cyrillic/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/ve/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/vi/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/vi/LC_MESSAGES/grub.mo /boot/grub/locale/vi.mo
+ test -f /usr/share/locale/wa/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/wae/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/wal/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/wo/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/xh/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/yi/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/zh/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/zh_CN/LC_MESSAGES/grub.mo
+ cp -f /usr/share/locale/zh_CN/LC_MESSAGES/grub.mo /boot/grub/locale/zh_CN.mo
+ test -f /usr/share/locale/zh_HK/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/zh_TW/LC_MESSAGES/grub.mo
+ test -f /usr/share/locale/zu/LC_MESSAGES/grub.mo
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=device /boot/grub
+ grub_device=/dev/sda2
+ test -f /boot/grub/grubenv
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=fs --device /dev/sda2
+ fs_module=ext2
+ test xext2 = x
+ partmap_module=
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=partmap --device /dev/sda2
+ partmap_module= part_gpt
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=abstraction --device /dev/sda2
+ devabstraction_module=
+ modules=
+ modules= ext2 part_gpt
+ /usr/bin/grub-mkrelpath /boot/grub
+ relative_grubdir=/boot/grub
+ [ x/boot/grub = x ]
+ prefix_drive=
+ config_opt=
+ rm -f /boot/grub/load.cfg
+ [ x != x ]
+ [ x = x ]
+ [ x/dev/sda1 != x ]
+ echo /dev/sda1
+ grep -qx (.*)
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=drive --device /dev/sda1
+ install_drive=(hd0,gpt1)
+ echo (hd0,gpt1)
+ sed -e s/,[a-z0-9,]*//g
+ install_drive=(hd0)
+ /usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=drive --device /dev/sda2
+ grub_drive=(hd0,gpt2)
+ echo (hd0,gpt2)
+ sed -e s/^[^,]*[,)]//; s/)$//
+ grub_partition=gpt2
+ echo (hd0,gpt2)
+ sed -e s/,[a-z0-9,]*//g
+ grub_drive=(hd0)
+ [ = ata ]
+ [ x(hd0) != x(hd0) ]
+ [ xefi != xefi ]
+ [ xefi = xefi ]
+ [ xgpt2 = x ]
+ prefix_drive=(,gpt2)
+ mkimage_target=x86_64-efi
+ imgext=efi
+ /usr/bin/grub-mkimage -d /usr/lib/grub/x86_64-efi -O x86_64-efi --output=/boot/grub/core.efi --prefix=(,gpt2)/boot/grub ext2 part_gpt
+ [ x86_64-efi = mips-yeeloong ]
+ [ x86_64-efi = i386-ieee1275 ]
+ [ x86_64-efi = powerpc-ieee1275 ]
+ [ x86_64-efi = i386-efi ]
+ [ x86_64-efi = x86_64-efi ]
+ /usr/bin/grub-mkimage -d /usr/lib/grub/x86_64-efi -O x86_64-efi --output=/boot/grub/grub.efi --prefix= ext2 part_gpt
+ [ x86_64-efi = i386-pc ]
+ [ x86_64-efi = sparc64-ieee1275 ]
+ [ x86_64-efi = i386-ieee1275 ]
+ [ x86_64-efi = powerpc-ieee1275 ]
+ [ xefi = xefi ]
+ cp /boot/grub/core.efi /boot/efi/EFI/BOOT/BOOTX64.EFI
+ [ xx86_64 = xi386 ]
+ which efibootmgr
+ efibootmgr=/bin/efibootmgr
+ test yes = no
+ test -z
+ test -e /boot/grub/stage2
+ echo Installation finished. No error reported.
Installation finished. No error reported.
+ exit 0
-------------- next part --------------
uname -a: Linux nh532 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u2 x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:16bf]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:16c2]
lspci -knn: Kernel driver in use: i915
lspci -knn: 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:16ee]
lspci -knn: Kernel driver in use: xhci_hcd
lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:16ea]
lspci -knn: 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:16e8]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:1757]
lspci -knn: Kernel driver in use: snd_hda_intel
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.5 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 [8086:1e1a] (rev c4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:16e8]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation HM77 Express Chipset LPC Controller [8086:1e57] (rev 04)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:16e0]
lspci -knn: 00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 Mobile SATA Controller [RAID mode] [8086:282a] (rev 04)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:16e3]
lspci -knn: Kernel driver in use: ahci
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:16e6]
lspci -knn: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:0fd3] (rev ff)
lspci -knn: 03:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] [8086:0082] (rev 34)
lspci -knn: Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN [8086:1301]
lspci -knn: Kernel driver in use: iwlwifi
lspci -knn: 05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 07)
lspci -knn: Subsystem: Fujitsu Limited. Device [10cf:175a]
lspci -knn: Kernel driver in use: r8169
usb-devices:
usb-devices: T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 2
usb-devices: D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
usb-devices: P: Vendor=1d6b ProdID=0002 Rev=03.02
usb-devices: S: Manufacturer=Linux 3.2.0-4-amd64 ehci_hcd
usb-devices: S: Product=EHCI Host Controller
usb-devices: S: SerialNumber=0000:00:1a.0
usb-devices: C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
usb-devices: I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
usb-devices:
usb-devices: T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 6
usb-devices: D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
usb-devices: P: Vendor=8087 ProdID=0024 Rev=00.00
usb-devices: C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
usb-devices: I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
usb-devices:
usb-devices: T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=480 MxCh= 0
usb-devices: D: Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1
usb-devices: P: Vendor=04f2 ProdID=b2fc Rev=97.77
usb-devices: S: Manufacturer=Sunplus IT Co
usb-devices: S: Product=FJ Camera
usb-devices: C: #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=500mA
usb-devices: I: If#= 0 Alt= 0 #EPs= 1 Cls=0e(video) Sub=01 Prot=00 Driver=uvcvideo
usb-devices: I: If#= 1 Alt= 0 #EPs= 0 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
usb-devices:
usb-devices: T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 2
usb-devices: D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
usb-devices: P: Vendor=1d6b ProdID=0002 Rev=03.02
usb-devices: S: Manufacturer=Linux 3.2.0-4-amd64 ehci_hcd
usb-devices: S: Product=EHCI Host Controller
usb-devices: S: SerialNumber=0000:00:1d.0
usb-devices: C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
usb-devices: I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
usb-devices:
usb-devices: T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 8
usb-devices: D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
usb-devices: P: Vendor=8087 ProdID=0024 Rev=00.00
usb-devices: C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
usb-devices: I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
usb-devices:
usb-devices: T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 4
usb-devices: D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
usb-devices: P: Vendor=1d6b ProdID=0002 Rev=03.02
usb-devices: S: Manufacturer=Linux 3.2.0-4-amd64 xhci_hcd
usb-devices: S: Product=xHCI Host Controller
usb-devices: S: SerialNumber=0000:00:14.0
usb-devices: C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
usb-devices: I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
usb-devices:
usb-devices: T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=5000 MxCh= 4
usb-devices: D: Ver= 3.00 Cls=09(hub ) Sub=00 Prot=03 MxPS= 9 #Cfgs= 1
usb-devices: P: Vendor=1d6b ProdID=0003 Rev=03.02
usb-devices: S: Manufacturer=Linux 3.2.0-4-amd64 xhci_hcd
usb-devices: S: Product=xHCI Host Controller
usb-devices: S: SerialNumber=0000:00:14.0
usb-devices: C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
usb-devices: I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
lsmod: Module Size Used by
lsmod: nfnetlink_log 17212 0
lsmod: nfnetlink 12906 1 nfnetlink_log
lsmod: ext2 59231 0
lsmod: fuse 62012 1
lsmod: parport_pc 22364 0
lsmod: ppdev 12763 0
lsmod: bnep 17567 2
lsmod: lp 17149 0
lsmod: parport 31858 3 lp,ppdev,parport_pc
lsmod: rfcomm 33700 0
lsmod: bluetooth 119455 10 rfcomm,bnep
lsmod: bbswitch 12866 0
lsmod: uinput 17440 1
lsmod: nfsd 216181 13
lsmod: nfs 308353 0
lsmod: nfs_acl 12511 2 nfs,nfsd
lsmod: auth_rpcgss 37143 2 nfs,nfsd
lsmod: fscache 36739 1 nfs
lsmod: lockd 67306 2 nfs,nfsd
lsmod: sunrpc 173730 19 lockd,auth_rpcgss,nfs_acl,nfs,nfsd
lsmod: nls_utf8 12456 1
lsmod: nls_cp437 16553 1
lsmod: vfat 17316 1
lsmod: fat 45642 1 vfat
lsmod: loop 22641 0
lsmod: snd_hda_codec_hdmi 30824 1
lsmod: snd_hda_codec_realtek 188851 1
lsmod: joydev 17266 0
lsmod: arc4 12458 2
lsmod: uvcvideo 57744 0
lsmod: videodev 70889 1 uvcvideo
lsmod: i915 378651 2
lsmod: iwlwifi 166761 0
lsmod: v4l2_compat_ioctl32 16655 1 videodev
lsmod: snd_hda_intel 26259 3
lsmod: media 18148 2 videodev,uvcvideo
lsmod: drm_kms_helper 31370 1 i915
lsmod: coretemp 12898 0
lsmod: snd_hda_codec 78031 3 snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi
lsmod: drm 183952 3 drm_kms_helper,i915
lsmod: crc32c_intel 12747 0
lsmod: ghash_clmulni_intel 13130 0
lsmod: battery 13146 0
lsmod: aesni_intel 50667 0
lsmod: i2c_i801 16870 0
lsmod: i2c_algo_bit 12841 1 i915
lsmod: mac80211 192806 1 iwlwifi
lsmod: snd_hwdep 13186 1 snd_hda_codec
lsmod: snd_pcm 68083 3 snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi
lsmod: cfg80211 137243 2 mac80211,iwlwifi
lsmod: snd_page_alloc 13003 2 snd_pcm,snd_hda_intel
lsmod: psmouse 69265 0
lsmod: mxm_wmi 12515 0
lsmod: ac 12624 0
lsmod: serio_raw 12931 0
lsmod: power_supply 13475 2 ac,battery
lsmod: acpi_cpufreq 12935 0
lsmod: mperf 12453 1 acpi_cpufreq
lsmod: processor 28149 1 acpi_cpufreq
lsmod: video 17683 1 i915
lsmod: button 12937 1 i915
lsmod: evdev 17562 21
lsmod: aes_x86_64 16843 1 aesni_intel
lsmod: rfkill 19012 3 cfg80211,bluetooth
lsmod: efivars 17916 0
lsmod: i2c_core 23876 6 i2c_algo_bit,i2c_i801,drm,drm_kms_helper,i915,videodev
lsmod: iTCO_wdt 17081 0
lsmod: snd_seq 45126 0
lsmod: iTCO_vendor_support 12704 1 iTCO_wdt
lsmod: snd_seq_device 13176 1 snd_seq
lsmod: snd_timer 22917 2 snd_seq,snd_pcm
lsmod: pcspkr 12579 0
lsmod: aes_generic 33026 2 aes_x86_64,aesni_intel
lsmod: snd 52893 15 snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi
lsmod: cryptd 14517 2 aesni_intel,ghash_clmulni_intel
lsmod: wmi 13243 1 mxm_wmi
lsmod: fujitsu_laptop 13730 0
lsmod: soundcore 13065 1 snd
lsmod: ext4 350804 4
lsmod: crc16 12343 2 ext4,bluetooth
lsmod: jbd2 62115 1 ext4
lsmod: mbcache 13114 2 ext4,ext2
lsmod: ums_realtek 17260 0
lsmod: usb_storage 43870 1 ums_realtek
lsmod: sg 25874 0
lsmod: sr_mod 21899 0
lsmod: sd_mod 36136 7
lsmod: cdrom 35401 1 sr_mod
lsmod: crc_t10dif 12348 1 sd_mod
lsmod: xhci_hcd 73352 0
lsmod: thermal 17383 0
lsmod: thermal_sys 18040 3 thermal,video,processor
lsmod: ahci 24997 6
lsmod: libahci 22941 1 ahci
lsmod: ehci_hcd 40249 0
lsmod: libata 140630 2 libahci,ahci
lsmod: r8169 47008 0
lsmod: scsi_mod 162321 5 libata,sd_mod,sr_mod,sg,usb_storage
lsmod: mii 12675 1 r8169
lsmod: usbcore 128741 6 ehci_hcd,xhci_hcd,usb_storage,ums_realtek,uvcvideo
lsmod: usb_common 12354 1 usbcore
df: Filesystem 1K-blocks Used Available Use% Mounted on
df: rootfs 28836860 577816 26794212 3% /
df: udev 10240 0 10240 0% /dev
df: tmpfs 809116 736 808380 1% /run
df: /dev/disk/by-uuid/96f741d2-efd4-4b6d-a1c9-a050c86dcd9d 28836860 577816 26794212 3% /
df: tmpfs 5120 0 5120 0% /run/lock
df: tmpfs 5133820 432 5133388 1% /run/shm
df: /dev/sda1 497696 132 497564 1% /boot/efi
df: /dev/sda6 641764680 398868692 203776220 67% /home
df: /dev/sda4 28836860 4746356 22625672 18% /usr
df: /dev/sda5 3845176 1485384 2164464 41% /var
free: total used free shared buffers cached
free: Mem: 8091140 5150764 2940376 0 713324 2794092
free: -/+ buffers/cache: 1643348 6447792
free: Swap: 17577980 12 17577968
/proc/cmdline: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=96f741d2-efd4-4b6d-a1c9-a050c86dcd9d ro quiet
/proc/cpuinfo: processor : 0
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 58
/proc/cpuinfo: model name : Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
/proc/cpuinfo: stepping : 9
/proc/cpuinfo: microcode : 0x12
/proc/cpuinfo: cpu MHz : 1200.000
/proc/cpuinfo: cache size : 6144 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 8
/proc/cpuinfo: core id : 0
/proc/cpuinfo: cpu cores : 4
/proc/cpuinfo: apicid : 0
/proc/cpuinfo: initial apicid : 0
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 13
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips : 4590.33
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 1
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 58
/proc/cpuinfo: model name : Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
/proc/cpuinfo: stepping : 9
/proc/cpuinfo: microcode : 0x12
/proc/cpuinfo: cpu MHz : 1200.000
/proc/cpuinfo: cache size : 6144 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 8
/proc/cpuinfo: core id : 1
/proc/cpuinfo: cpu cores : 4
/proc/cpuinfo: apicid : 2
/proc/cpuinfo: initial apicid : 2
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 13
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips : 4589.37
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 2
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 58
/proc/cpuinfo: model name : Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
/proc/cpuinfo: stepping : 9
/proc/cpuinfo: microcode : 0x12
/proc/cpuinfo: cpu MHz : 1200.000
/proc/cpuinfo: cache size : 6144 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 8
/proc/cpuinfo: core id : 2
/proc/cpuinfo: cpu cores : 4
/proc/cpuinfo: apicid : 4
/proc/cpuinfo: initial apicid : 4
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 13
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips : 4589.37
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 3
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 58
/proc/cpuinfo: model name : Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
/proc/cpuinfo: stepping : 9
/proc/cpuinfo: microcode : 0x12
/proc/cpuinfo: cpu MHz : 1200.000
/proc/cpuinfo: cache size : 6144 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 8
/proc/cpuinfo: core id : 3
/proc/cpuinfo: cpu cores : 4
/proc/cpuinfo: apicid : 6
/proc/cpuinfo: initial apicid : 6
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 13
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips : 4589.37
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 4
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 58
/proc/cpuinfo: model name : Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
/proc/cpuinfo: stepping : 9
/proc/cpuinfo: microcode : 0x12
/proc/cpuinfo: cpu MHz : 2301.000
/proc/cpuinfo: cache size : 6144 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 8
/proc/cpuinfo: core id : 0
/proc/cpuinfo: cpu cores : 4
/proc/cpuinfo: apicid : 1
/proc/cpuinfo: initial apicid : 1
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 13
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips : 4589.37
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 5
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 58
/proc/cpuinfo: model name : Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
/proc/cpuinfo: stepping : 9
/proc/cpuinfo: microcode : 0x12
/proc/cpuinfo: cpu MHz : 1200.000
/proc/cpuinfo: cache size : 6144 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 8
/proc/cpuinfo: core id : 1
/proc/cpuinfo: cpu cores : 4
/proc/cpuinfo: apicid : 3
/proc/cpuinfo: initial apicid : 3
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 13
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips : 4589.37
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 6
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 58
/proc/cpuinfo: model name : Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
/proc/cpuinfo: stepping : 9
/proc/cpuinfo: microcode : 0x12
/proc/cpuinfo: cpu MHz : 1200.000
/proc/cpuinfo: cache size : 6144 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 8
/proc/cpuinfo: core id : 2
/proc/cpuinfo: cpu cores : 4
/proc/cpuinfo: apicid : 5
/proc/cpuinfo: initial apicid : 5
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 13
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips : 4589.37
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/cpuinfo: processor : 7
/proc/cpuinfo: vendor_id : GenuineIntel
/proc/cpuinfo: cpu family : 6
/proc/cpuinfo: model : 58
/proc/cpuinfo: model name : Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
/proc/cpuinfo: stepping : 9
/proc/cpuinfo: microcode : 0x12
/proc/cpuinfo: cpu MHz : 1200.000
/proc/cpuinfo: cache size : 6144 KB
/proc/cpuinfo: physical id : 0
/proc/cpuinfo: siblings : 8
/proc/cpuinfo: core id : 3
/proc/cpuinfo: cpu cores : 4
/proc/cpuinfo: apicid : 7
/proc/cpuinfo: initial apicid : 7
/proc/cpuinfo: fpu : yes
/proc/cpuinfo: fpu_exception : yes
/proc/cpuinfo: cpuid level : 13
/proc/cpuinfo: wp : yes
/proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
/proc/cpuinfo: bogomips : 4589.36
/proc/cpuinfo: clflush size : 64
/proc/cpuinfo: cache_alignment : 64
/proc/cpuinfo: address sizes : 36 bits physical, 48 bits virtual
/proc/cpuinfo: power management:
/proc/cpuinfo:
/proc/ioports: 0000-0cf7 : PCI Bus 0000:00
/proc/ioports: 0000-001f : dma1
/proc/ioports: 0020-0021 : pic1
/proc/ioports: 0040-0043 : timer0
/proc/ioports: 0050-0053 : timer1
/proc/ioports: 0060-0060 : keyboard
/proc/ioports: 0062-0062 : EC data
/proc/ioports: 0064-0064 : keyboard
/proc/ioports: 0066-0066 : EC cmd
/proc/ioports: 0070-0077 : rtc0
/proc/ioports: 0080-008f : dma page reg
/proc/ioports: 00a0-00a1 : pic2
/proc/ioports: 00c0-00df : dma2
/proc/ioports: 00f0-00ff : fpu
/proc/ioports: 0200-020f : pnp 00:05
/proc/ioports: 0240-0259 : pnp 00:0e
/proc/ioports: 025c-025c : pnp 00:0b
/proc/ioports: 025d-025d : pnp 00:0b
/proc/ioports: 0400-0453 : pnp 00:05
/proc/ioports: 0400-0403 : ACPI PM1a_EVT_BLK
/proc/ioports: 0404-0405 : ACPI PM1a_CNT_BLK
/proc/ioports: 0408-040b : ACPI PM_TMR
/proc/ioports: 0410-0415 : ACPI CPU throttle
/proc/ioports: 0420-042f : ACPI GPE0_BLK
/proc/ioports: 0430-0433 : iTCO_wdt
/proc/ioports: 0450-0450 : ACPI PM2_CNT_BLK
/proc/ioports: 0454-0457 : pnp 00:07
/proc/ioports: 0458-047f : pnp 00:05
/proc/ioports: 0460-047f : iTCO_wdt
/proc/ioports: 04d0-04d1 : pnp 00:08
/proc/ioports: 04d0-04d1 : pnp 00:0a
/proc/ioports: 0500-057f : pnp 00:05
/proc/ioports: 0500-057f : pnp 00:0a
/proc/ioports: 0680-069f : pnp 00:05
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: 0d00-ffff : PCI Bus 0000:00
/proc/ioports: 164e-164f : pnp 00:05
/proc/ioports: 2000-2fff : PCI Bus 0000:02
/proc/ioports: c000-cfff : PCI Bus 0000:05
/proc/ioports: c000-c0ff : 0000:05:00.0
/proc/ioports: c000-c0ff : r8169
/proc/ioports: d000-dfff : PCI Bus 0000:04
/proc/ioports: e000-efff : PCI Bus 0000:01
/proc/ioports: e000-e07f : 0000:01:00.0
/proc/ioports: f000-f03f : 0000:00:02.0
/proc/ioports: f040-f05f : 0000:00:1f.3
/proc/ioports: f060-f07f : 0000:00:1f.2
/proc/ioports: f060-f07f : ahci
/proc/ioports: f080-f083 : 0000:00:1f.2
/proc/ioports: f080-f083 : ahci
/proc/ioports: f090-f097 : 0000:00:1f.2
/proc/ioports: f090-f097 : ahci
/proc/ioports: f0a0-f0a3 : 0000:00:1f.2
/proc/ioports: f0a0-f0a3 : ahci
/proc/ioports: f0b0-f0b7 : 0000:00:1f.2
/proc/ioports: f0b0-f0b7 : ahci
/proc/ioports: ffff-ffff : pnp 00:05
/proc/ioports: ffff-ffff : pnp 00:05
/proc/iomem: 00000000-0000ffff : reserved
/proc/iomem: 00010000-0009efff : System RAM
/proc/iomem: 0009f000-0009ffff : reserved
/proc/iomem: 000a0000-000bffff : PCI Bus 0000:00
/proc/iomem: 000c0000-000cedff : Video ROM
/proc/iomem: 000cf000-000d95ff : Adapter ROM
/proc/iomem: 000d9800-000da7ff : Adapter ROM
/proc/iomem: 000dc000-000dffff : PCI Bus 0000:00
/proc/iomem: 000f0000-000fffff : System ROM
/proc/iomem: 00100000-1fffffff : System RAM
/proc/iomem: 01000000-0135a8a5 : Kernel code
/proc/iomem: 0135a8a6-01694eff : Kernel data
/proc/iomem: 01729000-01807fff : Kernel bss
/proc/iomem: 20000000-201fffff : reserved
/proc/iomem: 20200000-40003fff : System RAM
/proc/iomem: 40004000-40004fff : reserved
/proc/iomem: 40005000-c9fbdfff : System RAM
/proc/iomem: c9fbe000-ca5cbfff : reserved
/proc/iomem: ca5cc000-ca84bfff : ACPI Non-volatile Storage
/proc/iomem: ca84c000-ca850fff : ACPI Tables
/proc/iomem: ca851000-ca893fff : ACPI Non-volatile Storage
/proc/iomem: ca894000-caca3fff : System RAM
/proc/iomem: caca4000-caff2fff : reserved
/proc/iomem: caff3000-caffffff : System RAM
/proc/iomem: cb000000-cb7fffff : RAM buffer
/proc/iomem: cb800000-cf9fffff : reserved
/proc/iomem: cfa00000-feafffff : PCI Bus 0000:00
/proc/iomem: cfa00000-cfa00fff : pnp 00:0f
/proc/iomem: cfb00000-cfcfffff : PCI Bus 0000:02
/proc/iomem: cfd00000-cfefffff : PCI Bus 0000:02
/proc/iomem: d0000000-dfffffff : 0000:00:02.0
/proc/iomem: e0000000-f1ffffff : PCI Bus 0000:01
/proc/iomem: e0000000-efffffff : 0000:01:00.0
/proc/iomem: f0000000-f1ffffff : 0000:01:00.0
/proc/iomem: f2100000-f2afffff : PCI Bus 0000:04
/proc/iomem: f2b00000-f2bfffff : PCI Bus 0000:05
/proc/iomem: f2b00000-f2b03fff : 0000:05:00.0
/proc/iomem: f2b00000-f2b03fff : r8169
/proc/iomem: f2b04000-f2b04fff : 0000:05:00.0
/proc/iomem: f2b04000-f2b04fff : r8169
/proc/iomem: f5000000-f60fffff : PCI Bus 0000:01
/proc/iomem: f5000000-f5ffffff : 0000:01:00.0
/proc/iomem: f6000000-f607ffff : 0000:01:00.0
/proc/iomem: f6400000-f67fffff : 0000:00:02.0
/proc/iomem: f6800000-f71fffff : PCI Bus 0000:04
/proc/iomem: f7200000-f72fffff : PCI Bus 0000:03
/proc/iomem: f7200000-f7201fff : 0000:03:00.0
/proc/iomem: f7200000-f7201fff : iwlwifi
/proc/iomem: f7300000-f730ffff : 0000:00:14.0
/proc/iomem: f7300000-f730ffff : xhci_hcd
/proc/iomem: f7310000-f7313fff : 0000:00:1b.0
/proc/iomem: f7310000-f7313fff : ICH HD audio
/proc/iomem: f7315000-f73150ff : 0000:00:1f.3
/proc/iomem: f7316000-f73167ff : 0000:00:1f.2
/proc/iomem: f7316000-f73167ff : ahci
/proc/iomem: f7317000-f73173ff : 0000:00:1d.0
/proc/iomem: f7317000-f73173ff : ehci_hcd
/proc/iomem: f7318000-f73183ff : 0000:00:1a.0
/proc/iomem: f7318000-f73183ff : ehci_hcd
/proc/iomem: f731b000-f731b00f : 0000:00:16.0
/proc/iomem: f8000000-fbffffff : PCI MMCONFIG 0000 [bus 00-3f]
/proc/iomem: f8000000-fbffffff : reserved
/proc/iomem: f8000000-fbffffff : pnp 00:0f
/proc/iomem: fec00000-fec00fff : reserved
/proc/iomem: fec00000-fec003ff : IOAPIC 0
/proc/iomem: fec10000-fec17fff : pnp 00:0b
/proc/iomem: fec18000-fec1ffff : pnp 00:0b
/proc/iomem: fec20000-fec27fff : pnp 00:0b
/proc/iomem: fec38000-fec3ffff : pnp 00:0b
/proc/iomem: fed00000-fed03fff : reserved
/proc/iomem: fed00000-fed003ff : HPET 0
/proc/iomem: fed10000-fed17fff : pnp 00:0f
/proc/iomem: fed18000-fed18fff : pnp 00:0f
/proc/iomem: fed19000-fed19fff : pnp 00:0f
/proc/iomem: fed1c000-fed1ffff : reserved
/proc/iomem: fed1c000-fed1ffff : pnp 00:0f
/proc/iomem: fed20000-fed3ffff : pnp 00:0f
/proc/iomem: fed40000-fed44fff : pnp 00:01
/proc/iomem: fed45000-fed8ffff : pnp 00:0f
/proc/iomem: fed90000-fed93fff : pnp 00:0f
/proc/iomem: fee00000-fee00fff : Local APIC
/proc/iomem: fee00000-fee00fff : reserved
/proc/iomem: fee00000-fee00fff : pnp 00:0b
/proc/iomem: ff000000-ffffffff : reserved
/proc/iomem: ff000000-ffffffff : pnp 00:0b
/proc/iomem: ff000000-ffffffff : pnp 00:0f
/proc/iomem: 100000000-22f5fffff : System RAM
/proc/iomem: 22f600000-fffffffff : PCI Bus 0000:00
/proc/interrupts: CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
/proc/interrupts: 0: 375 4 4 7 50 28 16 13 IO-APIC-edge timer
/proc/interrupts: 1: 105449 793 834 696 6607 2149 2180 1995 IO-APIC-edge i8042
/proc/interrupts: 8: 1 0 0 0 0 0 0 0 IO-APIC-edge rtc0
/proc/interrupts: 9: 51 0 2 1 36 0 4 3 IO-APIC-fasteoi acpi
/proc/interrupts: 12: 3521164 34638 26823 21874 180960 54678 44145 41681 IO-APIC-edge i8042
/proc/interrupts: 16: 195 4 4 5 58 11 1 3 IO-APIC-fasteoi ehci_hcd:usb1
/proc/interrupts: 23: 62 1 5 4 4 8 0 0 IO-APIC-fasteoi ehci_hcd:usb2
/proc/interrupts: 40: 0 0 0 0 0 0 0 0 PCI-MSI-edge PCIe PME
/proc/interrupts: 41: 0 0 0 0 0 0 0 0 PCI-MSI-edge PCIe PME, pciehp
/proc/interrupts: 42: 0 0 0 0 0 0 0 0 PCI-MSI-edge PCIe PME
/proc/interrupts: 43: 0 0 0 0 0 0 0 0 PCI-MSI-edge PCIe PME, pciehp
/proc/interrupts: 44: 0 0 0 0 0 0 0 0 PCI-MSI-edge PCIe PME
/proc/interrupts: 45: 8947264 274535 218202 219297 4078429 694805 478009 522906 PCI-MSI-edge eth0
/proc/interrupts: 46: 978084 17698 14025 11018 163059 50826 41077 45733 PCI-MSI-edge ahci
/proc/interrupts: 47: 396898 182587 105222 53876 81275 36853 22843 11868 PCI-MSI-edge xhci_hcd
/proc/interrupts: 48: 138 11 4 7 132 22 100 16 PCI-MSI-edge snd_hda_intel
/proc/interrupts: 49: 1 0 0 0 0 0 0 0 PCI-MSI-edge iwlwifi
/proc/interrupts: 50: 397966 30835 23921 16344 331845 30758 32662 26575 PCI-MSI-edge i915
/proc/interrupts: NMI: 11718 6260 5412 6682 553 322 271 258 Non-maskable interrupts
/proc/interrupts: LOC: 8554530 4413138 3518505 3982540 1186335 801924 750173 785647 Local timer interrupts
/proc/interrupts: SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
/proc/interrupts: PMI: 11718 6260 5412 6682 553 322 271 258 Performance monitoring interrupts
/proc/interrupts: IWI: 0 0 0 0 0 0 0 0 IRQ work interrupts
/proc/interrupts: RES: 8380056 10187918 9462703 9322761 208476 218692 226661 250353 Rescheduling interrupts
/proc/interrupts: CAL: 30653 43363 40988 43321 45579 47570 46527 47391 Function call interrupts
/proc/interrupts: TLB: 12363 12105 15094 13659 3484 2113 3164 1926 TLB shootdowns
/proc/interrupts: TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts
/proc/interrupts: THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts
/proc/interrupts: MCE: 0 0 0 0 0 0 0 0 Machine check exceptions
/proc/interrupts: MCP: 444 444 444 444 444 444 444 444 Machine check polls
/proc/interrupts: ERR: 0
/proc/interrupts: MIS: 0
/proc/meminfo: MemTotal: 8091140 kB
/proc/meminfo: MemFree: 2940324 kB
/proc/meminfo: Buffers: 713324 kB
/proc/meminfo: Cached: 2794092 kB
/proc/meminfo: SwapCached: 0 kB
/proc/meminfo: Active: 2735108 kB
/proc/meminfo: Inactive: 1306944 kB
/proc/meminfo: Active(anon): 491368 kB
/proc/meminfo: Inactive(anon): 115048 kB
/proc/meminfo: Active(file): 2243740 kB
/proc/meminfo: Inactive(file): 1191896 kB
/proc/meminfo: Unevictable: 0 kB
/proc/meminfo: Mlocked: 0 kB
/proc/meminfo: SwapTotal: 17577980 kB
/proc/meminfo: SwapFree: 17577968 kB
/proc/meminfo: Dirty: 44 kB
/proc/meminfo: Writeback: 0 kB
/proc/meminfo: AnonPages: 534556 kB
/proc/meminfo: Mapped: 142996 kB
/proc/meminfo: Shmem: 71776 kB
/proc/meminfo: Slab: 1025456 kB
/proc/meminfo: SReclaimable: 984596 kB
/proc/meminfo: SUnreclaim: 40860 kB
/proc/meminfo: KernelStack: 3120 kB
/proc/meminfo: PageTables: 20224 kB
/proc/meminfo: NFS_Unstable: 0 kB
/proc/meminfo: Bounce: 0 kB
/proc/meminfo: WritebackTmp: 0 kB
/proc/meminfo: CommitLimit: 21623548 kB
/proc/meminfo: Committed_AS: 1781632 kB
/proc/meminfo: VmallocTotal: 34359738367 kB
/proc/meminfo: VmallocUsed: 455924 kB
/proc/meminfo: VmallocChunk: 34359242212 kB
/proc/meminfo: HardwareCorrupted: 0 kB
/proc/meminfo: AnonHugePages: 0 kB
/proc/meminfo: HugePages_Total: 0
/proc/meminfo: HugePages_Free: 0
/proc/meminfo: HugePages_Rsvd: 0
/proc/meminfo: HugePages_Surp: 0
/proc/meminfo: Hugepagesize: 2048 kB
/proc/meminfo: DirectMap4k: 116736 kB
/proc/meminfo: DirectMap2M: 8247296 kB
/proc/bus/input/devices: I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
/proc/bus/input/devices: N: Name="AT Translated Set 2 keyboard"
/proc/bus/input/devices: P: Phys=isa0060/serio0/input0
/proc/bus/input/devices: S: Sysfs=/devices/platform/i8042/serio0/input/input0
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=sysrq kbd event0
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=120013
/proc/bus/input/devices: B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=7
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0019 Vendor=0000 Product=0006 Version=0000
/proc/bus/input/devices: N: Name="Fujitsu FUJ02B1"
/proc/bus/input/devices: P: Phys=FUJ02B1/video/input0
/proc/bus/input/devices: S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/FUJ02B1:00/input/input1
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd event1
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=3
/proc/bus/input/devices: B: KEY=1000300000000 0 0 0
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0019 Vendor=0000 Product=0006 Version=0000
/proc/bus/input/devices: N: Name="Fujitsu FUJ02E3"
/proc/bus/input/devices: P: Phys=FUJ02E3/video/input0
/proc/bus/input/devices: S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/FUJ02E3:00/input/input2
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd event2
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=3
/proc/bus/input/devices: B: KEY=1000000000c00 300000 0 0
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0010 Vendor=001f Product=0001 Version=0100
/proc/bus/input/devices: N: Name="PC Speaker"
/proc/bus/input/devices: P: Phys=isa0061/input0
/proc/bus/input/devices: S: Sysfs=/devices/platform/pcspkr/input/input3
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd event3
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=40001
/proc/bus/input/devices: B: SND=6
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0019 Vendor=0000 Product=0005 Version=0000
/proc/bus/input/devices: N: Name="Lid Switch"
/proc/bus/input/devices: P: Phys=PNP0C0D/button/input0
/proc/bus/input/devices: S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=event4
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=21
/proc/bus/input/devices: B: SW=1
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0019 Vendor=0000 Product=0001 Version=0000
/proc/bus/input/devices: N: Name="Power Button"
/proc/bus/input/devices: P: Phys=PNP0C0C/button/input0
/proc/bus/input/devices: S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd event5
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=3
/proc/bus/input/devices: B: KEY=10000000000000 0
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0003 Vendor=04f2 Product=b2fc Version=9777
/proc/bus/input/devices: N: Name="FJ Camera "
/proc/bus/input/devices: P: Phys=usb-0000:00:1a.0-1.1/button
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input6
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd event6
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=3
/proc/bus/input/devices: B: KEY=100000 0 0 0
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
/proc/bus/input/devices: N: Name="SynPS/2 Synaptics TouchPad"
/proc/bus/input/devices: P: Phys=isa0060/serio2/input0
/proc/bus/input/devices: S: Sysfs=/devices/platform/i8042/serio2/input/input7
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=mouse0 event7
/proc/bus/input/devices: B: PROP=9
/proc/bus/input/devices: B: EV=b
/proc/bus/input/devices: B: KEY=6420 30000 0 0 0 0
/proc/bus/input/devices: B: ABS=260800011000003
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0001 Vendor=10ec Product=0269 Version=0001
/proc/bus/input/devices: N: Name="HDA Digital PCBeep"
/proc/bus/input/devices: P: Phys=card0/codec#0/beep0
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:1b.0/input/input8
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd event8
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=40001
/proc/bus/input/devices: B: SND=6
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0000 Vendor=0000 Product=0000 Version=0000
/proc/bus/input/devices: N: Name="HDA Intel PCH HDMI/DP,pcm=3"
/proc/bus/input/devices: P: Phys=ALSA
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=event9
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=21
/proc/bus/input/devices: B: SW=100
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0000 Vendor=0000 Product=0000 Version=0000
/proc/bus/input/devices: N: Name="HDA Intel PCH Mic"
/proc/bus/input/devices: P: Phys=ALSA
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=event10
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=21
/proc/bus/input/devices: B: SW=10
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0000 Vendor=0000 Product=0000 Version=0000
/proc/bus/input/devices: N: Name="HDA Intel PCH Headphone"
/proc/bus/input/devices: P: Phys=ALSA
/proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=event11
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=21
/proc/bus/input/devices: B: SW=4
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0019 Vendor=0000 Product=0006 Version=0000
/proc/bus/input/devices: N: Name="Video Bus"
/proc/bus/input/devices: P: Phys=LNXVIDEO/video/input0
/proc/bus/input/devices: S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input12
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd event12
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=3
/proc/bus/input/devices: B: KEY=3e000b00000000 0 0 0
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0019 Vendor=0000 Product=0006 Version=0000
/proc/bus/input/devices: N: Name="Video Bus"
/proc/bus/input/devices: P: Phys=LNXVIDEO/video/input0
/proc/bus/input/devices: S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=kbd event13
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=3
/proc/bus/input/devices: B: KEY=3e000b00000000 0 0 0
/proc/bus/input/devices:
/proc/bus/input/devices: I: Bus=0003 Vendor=0000 Product=0000 Version=0004
/proc/bus/input/devices: N: Name="ACPI Virtual Keyboard Device"
/proc/bus/input/devices: P: Phys=
/proc/bus/input/devices: S: Sysfs=/devices/virtual/input/input14
/proc/bus/input/devices: U: Uniq=
/proc/bus/input/devices: H: Handlers=sysrq kbd rfkill event14
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=3
/proc/bus/input/devices: B: KEY=ffffffffffffffff ffffffffffffffff ffffffffffffffff fffffffffffffffe
/proc/bus/input/devices:
dmidecode: # dmidecode 2.11
dmidecode: # SMBIOS entry point at 0x000f0690
dmidecode: SMBIOS 2.7 present.
dmidecode: 32 structures occupying 1407 bytes.
dmidecode: Table at 0x000EBA20.
dmidecode:
dmidecode: Handle 0x0000, DMI type 0, 24 bytes
dmidecode: BIOS Information
dmidecode: Vendor: FUJITSU // American Megatrends Inc.
dmidecode: Version: 1.12A
dmidecode: Release Date: 07/02/2012
dmidecode: Address: 0xF0000
dmidecode: Runtime Size: 64 kB
dmidecode: ROM Size: 6144 kB
dmidecode: Characteristics:
dmidecode: PCI is supported
dmidecode: PC Card (PCMCIA) is supported
dmidecode: PNP is supported
dmidecode: BIOS is upgradeable
dmidecode: BIOS shadowing is allowed
dmidecode: Boot from CD is supported
dmidecode: Selectable boot is supported
dmidecode: EDD is supported
dmidecode: 3.5"/720 kB floppy services are supported (int 13h)
dmidecode: Print screen service is supported (int 5h)
dmidecode: 8042 keyboard services are supported (int 9h)
dmidecode: Serial services are supported (int 14h)
dmidecode: Printer services are supported (int 17h)
dmidecode: CGA/mono video services are supported (int 10h)
dmidecode: ACPI is supported
dmidecode: USB legacy is supported
dmidecode: BIOS boot specification is supported
dmidecode: Function key-initiated network boot is supported
dmidecode: Targeted content distribution is supported
dmidecode: BIOS Revision: 1.12
dmidecode:
dmidecode: Handle 0x0001, DMI type 1, 27 bytes
dmidecode: System Information
dmidecode: Manufacturer: FUJITSU
dmidecode: Product Name: LIFEBOOK NH532
dmidecode: Version:
dmidecode: Serial Number: YLLL002787
dmidecode: UUID: B7977568-8FD5-E111-861E-502690181DFA
dmidecode: Wake-up Type: Power Switch
dmidecode: SKU Number:
dmidecode: Family:
dmidecode:
dmidecode: Handle 0x0002, DMI type 2, 15 bytes
dmidecode: Base Board Information
dmidecode: Manufacturer: FUJITSU
dmidecode: Product Name: FJNBB21
dmidecode: Version:
dmidecode: Serial Number: 575618-01R2505945
dmidecode: Asset Tag:
dmidecode: Features:
dmidecode: Board is a hosting board
dmidecode: Location In Chassis:
dmidecode: Chassis Handle: 0x0003
dmidecode: Type: Motherboard
dmidecode: Contained Object Handles: 0
dmidecode:
dmidecode: Handle 0x0003, DMI type 3, 22 bytes
dmidecode: Chassis Information
dmidecode: Manufacturer: FUJITSU
dmidecode: Type: Notebook
dmidecode: Lock: Not Present
dmidecode: Version:
dmidecode: Serial Number: YLLL002787
dmidecode: Asset Tag:
dmidecode: Boot-up State: Unknown
dmidecode: Power Supply State: Unknown
dmidecode: Thermal State: Unknown
dmidecode: Security Status: Unknown
dmidecode: OEM Information: 0x00000000
dmidecode: Height: Unspecified
dmidecode: Number Of Power Cords: Unspecified
dmidecode: Contained Elements: 0
dmidecode: SKU Number:
dmidecode:
dmidecode: Handle 0x0004, DMI type 9, 17 bytes
dmidecode: System Slot Information
dmidecode: Designation: ExpressCard-1
dmidecode: Type: x1 PCI Express
dmidecode: Current Usage: Unknown
dmidecode: Length: Other
dmidecode: ID: 0
dmidecode: Characteristics:
dmidecode: 3.3 V is provided
dmidecode: PME signal is supported
dmidecode: Bus Address: 0000:00:1c.2
dmidecode:
dmidecode: Handle 0x0005, DMI type 11, 5 bytes
dmidecode: OEM Strings
dmidecode: String 1: 0TZBhCW7sMx8y
dmidecode: String 2: NsAiyPvMFOE3D
dmidecode: String 3: eyTTPhni89pTz
dmidecode:
dmidecode: Handle 0x0006, DMI type 12, 5 bytes
dmidecode: System Configuration Options
dmidecode: Option 1: SMI:00B2C801
dmidecode: Option 2: TIM:201504242323
dmidecode: Option 3: HDD: 2J9100459DH0D0
dmidecode: Option 4: MEM:E3B7912EM471B5273DH0-CK0
dmidecode:
dmidecode: Handle 0x0007, DMI type 15, 31 bytes
dmidecode: System Event Log
dmidecode: Area Length: 2048 bytes
dmidecode: Header Start Offset: 0x0000
dmidecode: Header Length: 16 bytes
dmidecode: Data Start Offset: 0x0010
dmidecode: Access Method: Memory-mapped physical 32-bit address
dmidecode: Access Address: 0xFFA34000
dmidecode: Status: Valid, Not Full
dmidecode: Change Token: 0x00000001
dmidecode: Header Format: Type 1
dmidecode: Supported Log Type Descriptors: 4
dmidecode: Descriptor 1: POST error
dmidecode: Data Format 1: POST results bitmap
dmidecode: Descriptor 2: System limit exceeded
dmidecode: Data Format 2: System management
dmidecode: Descriptor 3: OEM-specific
dmidecode: Data Format 3: None
dmidecode: Descriptor 4: OEM-specific
dmidecode: Data Format 4: None
dmidecode:
dmidecode: Handle 0x0008, DMI type 21, 7 bytes
dmidecode: Built-in Pointing Device
dmidecode: Type: Other
dmidecode: Interface: PS/2
dmidecode: Buttons: 2
dmidecode:
dmidecode: Handle 0x0009, DMI type 24, 5 bytes
dmidecode: Hardware Security
dmidecode: Power-On Password Status: Disabled
dmidecode: Keyboard Password Status: Not Implemented
dmidecode: Administrator Password Status: Disabled
dmidecode: Front Panel Reset Status: Not Implemented
dmidecode:
dmidecode: Handle 0x000A, DMI type 32, 20 bytes
dmidecode: System Boot Information
dmidecode: Status: No errors detected
dmidecode:
dmidecode: Handle 0x000B, DMI type 7, 19 bytes
dmidecode: Cache Information
dmidecode: Socket Designation: L1 Cache
dmidecode: Configuration: Enabled, Not Socketed, Level 1
dmidecode: Operational Mode: Write Through
dmidecode: Location: Internal
dmidecode: Installed Size: 128 kB
dmidecode: Maximum Size: 128 kB
dmidecode: Supported SRAM Types:
dmidecode: Unknown
dmidecode: Installed SRAM Type: Unknown
dmidecode: Speed: Unknown
dmidecode: Error Correction Type: Parity
dmidecode: System Type: Other
dmidecode: Associativity: 16-way Set-associative
dmidecode:
dmidecode: Handle 0x000C, DMI type 22, 26 bytes
dmidecode: Portable Battery
dmidecode: Location: Internal Battery
dmidecode: Manufacturer: FUJITSU
dmidecode: Serial Number: CP5692920101120419120217002301
dmidecode: Name: CP569292-01
dmidecode: Chemistry: Lithium Ion
dmidecode: Design Capacity: 83520 mWh
dmidecode: Design Voltage: 14400 mV
dmidecode: SBDS Version: 06
dmidecode: Maximum Error: Unknown
dmidecode: SBDS Manufacture Date: 2012-04-19
dmidecode: OEM-specific Information: 0xFFFFFFFF
dmidecode:
dmidecode: Handle 0x000D, DMI type 7, 19 bytes
dmidecode: Cache Information
dmidecode: Socket Designation: L2 Cache
dmidecode: Configuration: Enabled, Not Socketed, Level 2
dmidecode: Operational Mode: Write Through
dmidecode: Location: Internal
dmidecode: Installed Size: 1024 kB
dmidecode: Maximum Size: 1024 kB
dmidecode: Supported SRAM Types:
dmidecode: Unknown
dmidecode: Installed SRAM Type: Unknown
dmidecode: Speed: Unknown
dmidecode: Error Correction Type: Multi-bit ECC
dmidecode: System Type: Instruction
dmidecode: Associativity: 16-way Set-associative
dmidecode:
dmidecode: Handle 0x000E, DMI type 7, 19 bytes
dmidecode: Cache Information
dmidecode: Socket Designation: L3 Cache
dmidecode: Configuration: Enabled, Not Socketed, Level 3
dmidecode: Operational Mode: Write Back
dmidecode: Location: Internal
dmidecode: Installed Size: 6144 kB
dmidecode: Maximum Size: 6144 kB
dmidecode: Supported SRAM Types:
dmidecode: Unknown
dmidecode: Installed SRAM Type: Unknown
dmidecode: Speed: Unknown
dmidecode: Error Correction Type: Multi-bit ECC
dmidecode: System Type: Instruction
dmidecode: Associativity: 48-way Set-associative
dmidecode:
dmidecode: Handle 0x000F, DMI type 16, 23 bytes
dmidecode: Physical Memory Array
dmidecode: Location: System Board Or Motherboard
dmidecode: Use: System Memory
dmidecode: Error Correction Type: None
dmidecode: Maximum Capacity: 16 GB
dmidecode: Error Information Handle: Not Provided
dmidecode: Number Of Devices: 2
dmidecode:
dmidecode: Handle 0x0010, DMI type 4, 42 bytes
dmidecode: Processor Information
dmidecode: Socket Designation: On Board
dmidecode: Type: Central Processor
dmidecode: Family: Core i7
dmidecode: Manufacturer: Intel(R) Corporation
dmidecode: ID: A9 06 03 00 FF FB EB BF
dmidecode: Signature: Type 0, Family 6, Model 58, Stepping 9
dmidecode: Flags:
dmidecode: FPU (Floating-point unit on-chip)
dmidecode: VME (Virtual mode extension)
dmidecode: DE (Debugging extension)
dmidecode: PSE (Page size extension)
dmidecode: TSC (Time stamp counter)
dmidecode: MSR (Model specific registers)
dmidecode: PAE (Physical address extension)
dmidecode: MCE (Machine check exception)
dmidecode: CX8 (CMPXCHG8 instruction supported)
dmidecode: APIC (On-chip APIC hardware supported)
dmidecode: SEP (Fast system call)
dmidecode: MTRR (Memory type range registers)
dmidecode: PGE (Page global enable)
dmidecode: MCA (Machine check architecture)
dmidecode: CMOV (Conditional move instruction supported)
dmidecode: PAT (Page attribute table)
dmidecode: PSE-36 (36-bit page size extension)
dmidecode: CLFSH (CLFLUSH instruction supported)
dmidecode: DS (Debug store)
dmidecode: ACPI (ACPI supported)
dmidecode: MMX (MMX technology supported)
dmidecode: FXSR (FXSAVE and FXSTOR instructions supported)
dmidecode: SSE (Streaming SIMD extensions)
dmidecode: SSE2 (Streaming SIMD extensions 2)
dmidecode: SS (Self-snoop)
dmidecode: HTT (Multi-threading)
dmidecode: TM (Thermal monitor supported)
dmidecode: PBE (Pending break enabled)
dmidecode: Version: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
dmidecode: Voltage: 0.8 V
dmidecode: External Clock: 100 MHz
dmidecode: Max Speed: 2300 MHz
dmidecode: Current Speed: 2300 MHz
dmidecode: Status: Populated, Enabled
dmidecode: Upgrade: None
dmidecode: L1 Cache Handle: 0x000B
dmidecode: L2 Cache Handle: 0x000D
dmidecode: L3 Cache Handle: 0x000E
dmidecode: Serial Number: Not Specified
dmidecode: Asset Tag: Fill By OEM
dmidecode: Part Number: Fill By OEM
dmidecode: Core Count: 4
dmidecode: Core Enabled: 4
dmidecode: Thread Count: 8
dmidecode: Characteristics:
dmidecode: 64-bit capable
dmidecode:
dmidecode: Handle 0x0011, DMI type 17, 34 bytes
dmidecode: Memory Device
dmidecode: Array Handle: 0x000F
dmidecode: Error Information Handle: Not Provided
dmidecode: Total Width: 64 bits
dmidecode: Data Width: 64 bits
dmidecode: Size: 4096 MB
dmidecode: Form Factor: SODIMM
dmidecode: Set: None
dmidecode: Locator: ChannelA-DIMM0
dmidecode: Bank Locator: BANK 0
dmidecode: Type: DDR3
dmidecode: Type Detail: Synchronous
dmidecode: Speed: 1600 MHz
dmidecode: Manufacturer: Samsung
dmidecode: Serial Number: E3B7912E
dmidecode: Asset Tag: 9876543210
dmidecode: Part Number: M471B5273DH0-CK0
dmidecode: Rank: 2
dmidecode: Configured Clock Speed: 1600 MHz
dmidecode:
dmidecode: Handle 0x0012, DMI type 20, 35 bytes
dmidecode: Memory Device Mapped Address
dmidecode: Starting Address: 0x00000000000
dmidecode: Ending Address: 0x000FFFFFFFF
dmidecode: Range Size: 4 GB
dmidecode: Physical Device Handle: 0x0011
dmidecode: Memory Array Mapped Address Handle: 0x0015
dmidecode: Partition Row Position: Unknown
dmidecode: Interleave Position: 1
dmidecode: Interleaved Data Depth: 1
dmidecode:
dmidecode: Handle 0x0013, DMI type 17, 34 bytes
dmidecode: Memory Device
dmidecode: Array Handle: 0x000F
dmidecode: Error Information Handle: Not Provided
dmidecode: Total Width: 64 bits
dmidecode: Data Width: 64 bits
dmidecode: Size: 4096 MB
dmidecode: Form Factor: SODIMM
dmidecode: Set: None
dmidecode: Locator: ChannelB-DIMM0
dmidecode: Bank Locator: BANK 2
dmidecode: Type: DDR3
dmidecode: Type Detail: Synchronous
dmidecode: Speed: 1600 MHz
dmidecode: Manufacturer: Samsung
dmidecode: Serial Number: E3B791F4
dmidecode: Asset Tag: 9876543210
dmidecode: Part Number: M471B5273DH0-CK0
dmidecode: Rank: 2
dmidecode: Configured Clock Speed: 1600 MHz
dmidecode:
dmidecode: Handle 0x0014, DMI type 20, 35 bytes
dmidecode: Memory Device Mapped Address
dmidecode: Starting Address: 0x00100000000
dmidecode: Ending Address: 0x001FFFFFFFF
dmidecode: Range Size: 4 GB
dmidecode: Physical Device Handle: 0x0013
dmidecode: Memory Array Mapped Address Handle: 0x0015
dmidecode: Partition Row Position: Unknown
dmidecode: Interleave Position: 2
dmidecode: Interleaved Data Depth: 1
dmidecode:
dmidecode: Handle 0x0015, DMI type 19, 31 bytes
dmidecode: Memory Array Mapped Address
dmidecode: Starting Address: 0x00000000000
dmidecode: Ending Address: 0x001FFFFFFFF
dmidecode: Range Size: 8 GB
dmidecode: Physical Array Handle: 0x000F
dmidecode: Partition Width: 2
dmidecode:
dmidecode: Handle 0x001B, DMI type 143, 16 bytes
dmidecode: OEM-specific Type
dmidecode: Header and Data:
dmidecode: 8F 10 1B 00 00 5F 46 4A 5F 4F 45 4D 5F 12 00 00
dmidecode:
dmidecode: Handle 0x001C, DMI type 143, 8 bytes
dmidecode: OEM-specific Type
dmidecode: Header and Data:
dmidecode: 8F 08 1C 00 01 03 00 00
dmidecode:
dmidecode: Handle 0x001D, DMI type 143, 7 bytes
dmidecode: OEM-specific Type
dmidecode: Header and Data:
dmidecode: 8F 07 1D 00 02 01 00
dmidecode:
dmidecode: Handle 0x001E, DMI type 143, 7 bytes
dmidecode: OEM-specific Type
dmidecode: Header and Data:
dmidecode: 8F 07 1E 00 02 02 01
dmidecode:
dmidecode: Handle 0x001F, DMI type 143, 11 bytes
dmidecode: OEM-specific Type
dmidecode: Header and Data:
dmidecode: 8F 0B 1F 00 02 05 01 00 00 00 00
dmidecode:
dmidecode: Handle 0x0020, DMI type 131, 64 bytes
dmidecode: OEM-specific Type
dmidecode: Header and Data:
dmidecode: 83 40 20 00 31 00 00 00 00 00 00 00 00 00 00 00
dmidecode: F8 00 57 1E FF FF FF FF 01 20 00 00 00 00 08 00
dmidecode: 82 05 02 00 00 00 00 00 C8 00 FF FF 00 00 00 00
dmidecode: 00 00 00 00 76 00 00 00 76 50 72 6F 00 00 00 00
dmidecode:
dmidecode: Handle 0x0021, DMI type 143, 11 bytes
dmidecode: OEM-specific Type
dmidecode: Header and Data:
dmidecode: 8F 0B 21 00 02 00 01 38 04 80 07
dmidecode:
dmidecode: Handle 0x0022, DMI type 143, 11 bytes
dmidecode: OEM-specific Type
dmidecode: Header and Data:
dmidecode: 8F 0B 22 00 02 06 01 AF 0D 17 20
dmidecode:
dmidecode: Handle 0x0024, DMI type 13, 22 bytes
dmidecode: BIOS Language Information
dmidecode: Language Description Format: Long
dmidecode: Installable Languages: 2
dmidecode: en|US|iso8859-1
dmidecode: ja|JP|unicode
dmidecode: Currently Installed Language: en|US|iso8859-1
dmidecode:
dmidecode: Handle 0x0028, DMI type 127, 4 bytes
dmidecode: End Of Table
dmidecode:
-------------- next part --------------
execve("/bin/efibootmgr", ["efibootmgr", "-o", "0,3,2,1"], [/* 16 vars */]) = 0
brk(0) = 0x1f46000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f69a8ae3000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=77582, ...}) = 0
mmap(NULL, 77582, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f69a8ad0000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340#\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=92752, ...}) = 0
mmap(NULL, 2187792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f69a86af000
mprotect(0x7f69a86c5000, 2093056, PROT_NONE) = 0
mmap(0x7f69a88c4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f69a88c4000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpci.so.3", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240&\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=52408, ...}) = 0
mmap(NULL, 2147552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f69a84a2000
mprotect(0x7f69a84ad000, 2097152, PROT_NONE) = 0
mmap(0x7f69a86ad000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f69a86ad000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1599504, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f69a8acf000
mmap(NULL, 3713080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f69a8117000
mprotect(0x7f69a8298000, 2097152, PROT_NONE) = 0
mmap(0x7f69a8498000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x181000) = 0x7f69a8498000
mmap(0x7f69a849d000, 18488, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f69a849d000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libresolv.so.2", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3008\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=80712, ...}) = 0
mmap(NULL, 2185864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f69a7f01000
mprotect(0x7f69a7f14000, 2093056, PROT_NONE) = 0
mmap(0x7f69a8113000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f69a8113000
mmap(0x7f69a8115000, 6792, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f69a8115000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f69a8ace000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f69a8acd000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f69a8acc000
arch_prctl(ARCH_SET_FS, 0x7f69a8acd700) = 0
mprotect(0x7f69a8113000, 4096, PROT_READ) = 0
mprotect(0x7f69a8498000, 16384, PROT_READ) = 0
mprotect(0x7f69a86ad000, 4096, PROT_READ) = 0
mprotect(0x7f69a88c4000, 4096, PROT_READ) = 0
mprotect(0x60c000, 4096, PROT_READ) = 0
mprotect(0x7f69a8ae5000, 4096, PROT_READ) = 0
munmap(0x7f69a8ad0000, 77582) = 0
open("/sys/firmware/efi/vars", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
brk(0) = 0x1f46000
brk(0x1f6f000) = 0x1f6f000
brk(0x1f67000) = 0x1f67000
close(3) = 0
open("/sys/firmware/efi/vars", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 79 entries */, 32768) = 5624
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/sys/firmware/efi/vars/Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c/raw_var", O_RDONLY) = 3
read(3, "B\0o\0o\0t\0000\0000\0000\0000\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2084) = 2084
close(3) = 0
open("/sys/firmware/efi/vars/Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c/raw_var", O_RDONLY) = 3
read(3, "B\0o\0o\0t\0000\0000\0000\0001\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2084) = 2084
close(3) = 0
open("/sys/firmware/efi/vars/Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c/raw_var", O_RDONLY) = 3
read(3, "B\0o\0o\0t\0000\0000\0000\0002\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2084) = 2084
close(3) = 0
open("/sys/firmware/efi/vars/Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c/raw_var", O_RDONLY) = 3
read(3, "B\0o\0o\0t\0000\0000\0000\0003\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2084) = 2084
close(3) = 0
open("/sys/firmware/efi/vars/BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c/raw_var", O_RDONLY) = 3
read(3, "B\0o\0o\0t\0O\0r\0d\0e\0r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2084) = 2084
close(3) = 0
open("/sys/firmware/efi/vars/BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c/raw_var", O_WRONLY) = 3
write(3, "B\0o\0o\0t\0O\0r\0d\0e\0r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2084) = 2084
close(3) = 0
open("/sys/firmware/efi/vars/BootNext-8be4df61-93ca-11d2-aa0d-00e098032b8c/raw_var", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/sys/firmware/efi/vars/BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c/raw_var", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/sys/firmware/efi/vars/Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c/raw_var", O_RDONLY) = 3
read(3, "T\0i\0m\0e\0o\0u\0t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2084) = 2084
close(3) = 0
fstat(1, {st_mode=S_IFREG|0644, st_size=22, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f69a8ae2000
open("/sys/firmware/efi/vars/BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c/raw_var", O_RDONLY) = 3
read(3, "B\0o\0o\0t\0O\0r\0d\0e\0r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2084) = 2084
close(3) = 0
write(1, "Timeout: 7 seconds\nBootOrder: 00"..., 172) = 172
exit_group(0) = ?
-------------- next part --------------
execve("/usr/sbin/grub-install", ["grub-install", "--debug", "--recheck", "/dev/sda"], [/* 16 vars */]) = 0
brk(0) = 0x10be000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f59e1f26000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=77972, ...}) = 0
mmap(NULL, 77972, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f59e1f12000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1599504, ...}) = 0
mmap(NULL, 3713080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f59e197e000
mprotect(0x7f59e1aff000, 2097152, PROT_NONE) = 0
mmap(0x7f59e1cff000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x181000) = 0x7f59e1cff000
mmap(0x7f59e1d04000, 18488, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f59e1d04000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f59e1f11000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f59e1f10000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f59e1f0f000
arch_prctl(ARCH_SET_FS, 0x7f59e1f10700) = 0
mprotect(0x7f59e1cff000, 16384, PROT_READ) = 0
mprotect(0x7f59e1f28000, 4096, PROT_READ) = 0
munmap(0x7f59e1f12000, 77972) = 0
getpid() = 4884
rt_sigaction(SIGCHLD, {0x40f270, ~[RTMIN RT_1], SA_RESTORER, 0x7f59e19b01e0}, NULL, 8) = 0
geteuid() = 0
brk(0) = 0x10be000
brk(0x10df000) = 0x10df000
getppid() = 4883
stat("/root", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/usr/sbin/grub-install", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 10
close(3) = 0
fcntl(10, F_SETFD, FD_CLOEXEC) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x40f270, ~[RTMIN RT_1], SA_RESTORER, 0x7f59e19b01e0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f59e19b01e0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f59e19b01e0}, NULL, 8) = 0
read(10, "#! /bin/sh\n\n# Install GRUB on yo"..., 8192) = 8192
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4885
close(4) = 0
read(3, "grub/x86_64-efi\n", 128) = 16
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4885
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4888
close(4) = 0
read(3, "grub-install\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4888
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4889
close(4) = 0
read(3, "grub-setup\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4889
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4892
close(4) = 0
read(3, "grub-mkimage\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4892
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4895
close(4) = 0
read(3, "grub-mkdevicemap\n", 128) = 17
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4895
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4898
close(4) = 0
read(3, "grub-probe\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4898
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4901
close(4) = 0
read(3, "grub-editenv\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4901
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4904
close(4) = 0
read(3, "grub-mkrelpath\n", 128) = 15
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4904
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4907
close(4) = 0
read(3, "/boot/grub\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4907
stat("/etc/default/grub", {st_mode=S_IFREG|0644, st_size=1176, ...}) = 0
open("/etc/default/grub", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 11
close(3) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
read(11, "# If you change this file, run '"..., 8192) = 1176
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4910
close(4) = 0
read(3, "Debian\n", 128) = 7
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4910
read(11, "", 8192) = 0
close(11) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4912
close(4) = 0
read(3, "debian\n", 128) = 7
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4912
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4916
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 4916
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4916
write(2, "+ ", 2) = 2
write(2, "setup_verbose=--verbose", 23) = 23
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efi_quiet=-q", 12) = 12
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " -z", 3) = 3
write(2, " ", 1) = 1
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "bootdir=/boot", 13) = 13
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " -n", 3) = 3
write(2, " ", 1) = 1
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4917
close(4) = 0
read(3, "/boot/grub\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4917
write(2, "+ ", 2) = 2
write(2, "grubdir=/boot/grub", 18) = 18
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "device_map=/boot/grub/device.map", 32) = 32
write(2, "\n", 1) = 1
read(10, " :\n else\n echo \"$1: "..., 8192) = 8192
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-pc", 8) = 8
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " sparc64-ieee1275", 17) = 17
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "set", 3) = 3
write(2, " /usr/bin/grub-mkimage", 22) = 22
write(2, " dummy", 6) = 6
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/bin/grub-mkimage", 22) = 22
write(2, "\n", 1) = 1
stat("/usr/bin/grub-mkimage", {st_mode=S_IFREG|0755, st_size=128568, ...}) = 0
write(2, "+ ", 2) = 2
write(2, ":", 1) = 1
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "set", 3) = 3
write(2, " /usr/sbin/grub-mkdevicemap", 27) = 27
write(2, " dummy", 6) = 6
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/sbin/grub-mkdevicemap", 27) = 27
write(2, "\n", 1) = 1
stat("/usr/sbin/grub-mkdevicemap", {st_mode=S_IFREG|0755, st_size=67144, ...}) = 0
write(2, "+ ", 2) = 2
write(2, ":", 1) = 1
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xefi", 5) = 5
write(2, " =", 2) = 2
write(2, " xefi", 5) = 5
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efidir=", 7) = 7
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -d", 3) = 3
write(2, " /boot/efi", 10) = 10
write(2, "\n", 1) = 1
stat("/boot/efi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4920
close(4) = 0
read(3, "/dev/sda1\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4920
write(2, "+ ", 2) = 2
write(2, "install_device=/dev/sda1", 24) = 24
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4923
close(4) = 0
read(3, "/dev/sda2\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4923
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " x/dev/sda1", 11) = 11
write(2, " !=", 3) = 3
write(2, " x/dev/sda2", 11) = 11
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efidir=/boot/efi", 16) = 16
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -n", 3) = 3
write(2, " /boot/efi", 10) = 10
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4926
close(4) = 0
read(3, "fat\n", 128) = 4
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4926
write(2, "+ ", 2) = 2
write(2, "efi_fs=fat", 10) = 10
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " xfat", 5) = 5
write(2, " =", 2) = 2
write(2, " xfat", 5) = 5
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, ":", 1) = 1
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -n", 3) = 3
write(2, " /boot/efi", 10) = 10
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efi_distributor=debian", 22) = 22
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " no", 3) = 3
write(2, " =", 2) = 2
write(2, " yes", 4) = 4
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efi_file=grubx64.efi", 20) = 20
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efidir=/boot/efi/EFI/debian", 27) = 27
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "mkdir", 5) = 5
write(2, " -p", 3) = 3
write(2, " /boot/efi/EFI/debian", 21) = 21
write(2, "\n", 1) = 1
stat("/usr/local/sbin/mkdir", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/mkdir", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/mkdir", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/usr/bin/mkdir", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/sbin/mkdir", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/bin/mkdir", {st_mode=S_IFREG|0755, st_size=55888, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4927
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4927
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4927
write(2, "+ ", 2) = 2
write(2, "mkdir", 5) = 5
write(2, " -p", 3) = 3
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4928
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4928
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4928
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " yes", 4) = 4
write(2, " =", 2) = 2
write(2, " yes", 4) = 4
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/device.map", 22) = 22
write(2, "\n", 1) = 1
stat("/usr/local/sbin/rm", 0x7ffe20c7bb00) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/rm", 0x7ffe20c7bb00) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/rm", 0x7ffe20c7bb00) = -1 ENOENT (No such file or directory)
stat("/usr/bin/rm", 0x7ffe20c7bb00) = -1 ENOENT (No such file or directory)
stat("/sbin/rm", 0x7ffe20c7bb00) = -1 ENOENT (No such file or directory)
stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=60000, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4929
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4929
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4929
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/device.map", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/device.map", 0x7ffe20c7b9a0) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -n", 3) = 3
write(2, " ", 1) = 1
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "/usr/sbin/grub-mkdevicemap", 26) = 26
write(2, " --device-map=/boot/grub/device."..., 35) = 35
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4930
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4930
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4930
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4931
close(4) = 0
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4931
write(2, "+ ", 2) = 2
write(2, "tmp=", 4) = 4
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -n", 3) = 3
write(2, " ", 1) = 1
write(2, "\n", 1) = 1
open("/boot/grub", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 194 entries */, 32768) = 6584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/boot/grub", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 194 entries */, 32768) = 6584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/boot/grub", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 194 entries */, 32768) = 6584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/boot/grub", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 194 entries */, 32768) = 6584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/acpi.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/acpi.mod", {st_mode=S_IFREG|0644, st_size=17520, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4936
close(4) = 0
read(3, "acpi.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4936
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " acpi.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/acpi.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4937
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4937
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4937
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/adler32.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/adler32.mod", {st_mode=S_IFREG|0644, st_size=2752, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4938
close(4) = 0
read(3, "adler32.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4938
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " adler32.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/adler32.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4939
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4939
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4939
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/affs.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/affs.mod", {st_mode=S_IFREG|0644, st_size=7536, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4940
close(4) = 0
read(3, "affs.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4940
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " affs.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/affs.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4941
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4941
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4941
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/afs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/afs.mod", {st_mode=S_IFREG|0644, st_size=7128, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4942
close(4) = 0
read(3, "afs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4942
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " afs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/afs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4943
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4943
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4943
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/afs_be.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/afs_be.mod", {st_mode=S_IFREG|0644, st_size=7376, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4944
close(4) = 0
read(3, "afs_be.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4944
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " afs_be.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/afs_be.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4945
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4945
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4945
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/aout.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/aout.mod", {st_mode=S_IFREG|0644, st_size=1632, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4946
close(4) = 0
read(3, "aout.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4946
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " aout.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/aout.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4947
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4947
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4947
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/appleldr.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/appleldr.mod", {st_mode=S_IFREG|0644, st_size=4976, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4948
close(4) = 0
read(3, "appleldr.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4948
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " appleldr.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/appleldr.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4949
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4949
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4949
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/at_keyboard.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/at_keyboard.mod", {st_mode=S_IFREG|0644, st_size=7480, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4950
close(4) = 0
read(3, "at_keyboard.mod\n", 128) = 16
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4950
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " at_keyboard.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/at_keyboard.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4951
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4951
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4951
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ata.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/ata.mod", {st_mode=S_IFREG|0644, st_size=13600, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4952
close(4) = 0
read(3, "ata.mod\n", 128) = 8
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4952
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ata.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ata.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4953
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4953
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4953
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ata_pthru.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/ata_pthru.mod", {st_mode=S_IFREG|0644, st_size=3456, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4954
close(4) = 0
read(3, "ata_pthru.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4954
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ata_pthru.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ata_pthru.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4955
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4955
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4955
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/befs.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/befs.mod", {st_mode=S_IFREG|0644, st_size=6976, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4956
close(4) = 0
read(3, "befs.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4956
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " befs.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/befs.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4957
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4957
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4957
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/befs_be.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/befs_be.mod", {st_mode=S_IFREG|0644, st_size=7240, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4958
close(4) = 0
read(3, "befs_be.mod\n", 128) = 12
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4958
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " befs_be.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/befs_be.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4959
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4959
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4959
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/bitmap.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/bitmap.mod", {st_mode=S_IFREG|0644, st_size=3440, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4960
close(4) = 0
read(3, "bitmap.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4960
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " bitmap.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/bitmap.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4961
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4961
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4961
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/bitmap_scale.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/bitmap_scale.mod", {st_mode=S_IFREG|0644, st_size=3840, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4962
close(4) = 0
read(3, "bitmap_scale.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4962
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " bitmap_scale.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/bitmap_scale.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4963
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4963
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4963
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/blocklist.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/blocklist.mod", {st_mode=S_IFREG|0644, st_size=3360, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4964
close(4) = 0
read(3, "blocklist.mod\n", 128) = 14
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4964
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " blocklist.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/blocklist.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4965
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4965
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4965
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/boot.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/boot.mod", {st_mode=S_IFREG|0644, st_size=3688, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4966
close(4) = 0
read(3, "boot.mod\n", 128) = 9
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4966
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " boot.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/boot.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4967
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4967
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4967
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/bsd.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/bsd.mod", {st_mode=S_IFREG|0644, st_size=47456, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4968
close(4) = 0
read(3, "bsd.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4968
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " bsd.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/bsd.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4969
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4969
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4969
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/btrfs.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/btrfs.mod", {st_mode=S_IFREG|0644, st_size=19096, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4970
close(4) = 0
read(3, "btrfs.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4970
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " btrfs.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/btrfs.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4971
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4971
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4971
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/bufio.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/bufio.mod", {st_mode=S_IFREG|0644, st_size=2992, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4972
close(4) = 0
read(3, "bufio.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4972
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " bufio.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/bufio.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4973
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4973
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4973
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/cat.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/cat.mod", {st_mode=S_IFREG|0644, st_size=3840, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4974
close(4) = 0
read(3, "cat.mod\n", 128) = 8
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4974
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " cat.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/cat.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4975
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4975
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4975
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/chain.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/chain.mod", {st_mode=S_IFREG|0644, st_size=7840, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4976
close(4) = 0
read(3, "chain.mod\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4976
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " chain.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/chain.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4977
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4977
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4977
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/cmp.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/cmp.mod", {st_mode=S_IFREG|0644, st_size=3224, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4978
close(4) = 0
read(3, "cmp.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4978
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " cmp.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/cmp.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4979
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4979
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4979
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/configfile.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/configfile.mod", {st_mode=S_IFREG|0644, st_size=3720, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4980
close(4) = 0
read(3, "configfile.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4980
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " configfile.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/configfile.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4981
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4981
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4981
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/cpio.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/cpio.mod", {st_mode=S_IFREG|0644, st_size=4968, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4982
close(4) = 0
read(3, "cpio.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4982
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " cpio.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/cpio.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4983
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4983
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4983
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/cpuid.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/cpuid.mod", {st_mode=S_IFREG|0644, st_size=2528, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4984
close(4) = 0
read(3, "cpuid.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4984
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " cpuid.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/cpuid.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4985
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4985
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4985
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/crypto.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/crypto.mod", {st_mode=S_IFREG|0644, st_size=6208, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4986
close(4) = 0
read(3, "crypto.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4986
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " crypto.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/crypto.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4987
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4987
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4987
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/cs5536.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/cs5536.mod", {st_mode=S_IFREG|0644, st_size=4800, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4988
close(4) = 0
read(3, "cs5536.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4988
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " cs5536.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/cs5536.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4989
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4989
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4989
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/date.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/date.mod", {st_mode=S_IFREG|0644, st_size=3472, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4990
close(4) = 0
read(3, "date.mod\n", 128) = 9
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4990
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " date.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/date.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4991
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4991
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4991
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/datehook.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/datehook.mod", {st_mode=S_IFREG|0644, st_size=3296, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4992
close(4) = 0
read(3, "datehook.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4992
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " datehook.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/datehook.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4993
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4993
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4993
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/datetime.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/datetime.mod", {st_mode=S_IFREG|0644, st_size=2040, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4994
close(4) = 0
read(3, "datetime.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4994
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " datetime.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/datetime.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4995
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4995
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4995
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/dm_nv.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/dm_nv.mod", {st_mode=S_IFREG|0644, st_size=3000, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4996
close(4) = 0
read(3, "dm_nv.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4996
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " dm_nv.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/dm_nv.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4997
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4997
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4997
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/echo.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/echo.mod", {st_mode=S_IFREG|0644, st_size=3264, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4998
close(4) = 0
read(3, "echo.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4998
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " echo.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/echo.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 4999
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4999
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4999
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/efi_gop.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/efi_gop.mod", {st_mode=S_IFREG|0644, st_size=9472, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5000
close(4) = 0
read(3, "efi_gop.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5000
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " efi_gop.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/efi_gop.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5001
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5001
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5001
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/efi_uga.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/efi_uga.mod", {st_mode=S_IFREG|0644, st_size=6920, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5002
close(4) = 0
read(3, "efi_uga.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5002
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " efi_uga.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/efi_uga.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5003
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5003
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5003
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/elf.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/elf.mod", {st_mode=S_IFREG|0644, st_size=7216, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5004
close(4) = 0
read(3, "elf.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5004
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " elf.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/elf.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5005
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5005
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5005
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/example_functional_t"..., 39) = 39
write(2, "\n", 1) = 1
stat("/boot/grub/example_functional_test.mod", {st_mode=S_IFREG|0644, st_size=2680, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5006
close(4) = 0
read(3, "example_functional_test.mod\n", 128) = 28
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 28
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5006
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " example_functional_test.mod", 28) = 28
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/example_functional_t"..., 39) = 39
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5007
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5007
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5007
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ext2.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/ext2.mod", {st_mode=S_IFREG|0644, st_size=9296, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5008
close(4) = 0
read(3, "ext2.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5008
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ext2.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ext2.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5009
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5009
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5009
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/extcmd.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/extcmd.mod", {st_mode=S_IFREG|0644, st_size=7144, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5010
close(4) = 0
read(3, "extcmd.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5010
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " extcmd.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/extcmd.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5011
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5011
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5011
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/fat.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/fat.mod", {st_mode=S_IFREG|0644, st_size=9448, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5012
close(4) = 0
read(3, "fat.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5012
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " fat.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/fat.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5013
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5013
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5013
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/fixvideo.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/fixvideo.mod", {st_mode=S_IFREG|0644, st_size=2952, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5014
close(4) = 0
read(3, "fixvideo.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5014
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " fixvideo.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/fixvideo.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5015
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5015
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5015
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/font.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/font.mod", {st_mode=S_IFREG|0644, st_size=16208, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5016
close(4) = 0
read(3, "font.mod\n", 128) = 9
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5016
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " font.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/font.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5017
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5017
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5017
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/fshelp.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/fshelp.mod", {st_mode=S_IFREG|0644, st_size=4136, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5018
close(4) = 0
read(3, "fshelp.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5018
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " fshelp.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/fshelp.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5019
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5019
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5019
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/functional_test.mod", 31) = 31
write(2, "\n", 1) = 1
stat("/boot/grub/functional_test.mod", {st_mode=S_IFREG|0644, st_size=4144, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5020
close(4) = 0
read(3, "functional_test.mod\n", 128) = 20
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 20
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5020
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " functional_test.mod", 20) = 20
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/functional_test.mod", 31) = 31
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5021
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5021
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5021
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_arcfour.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_arcfour.mod", {st_mode=S_IFREG|0644, st_size=2720, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5022
close(4) = 0
read(3, "gcry_arcfour.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5022
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_arcfour.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_arcfour.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5023
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5023
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5023
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_blowfish.mod", 29) = 29
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_blowfish.mod", {st_mode=S_IFREG|0644, st_size=9992, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5024
close(4) = 0
read(3, "gcry_blowfish.mod\n", 128) = 18
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 18
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5024
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_blowfish.mod", 18) = 18
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_blowfish.mod", 29) = 29
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5025
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5025
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5025
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_camellia.mod", 29) = 29
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_camellia.mod", {st_mode=S_IFREG|0644, st_size=30624, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5026
close(4) = 0
read(3, "gcry_camellia.mod\n", 128) = 18
read(3, "", 128) = 0
close(3) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5026
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_camellia.mod", 18) = 18
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_camellia.mod", 29) = 29
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5027
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5027
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5027
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_cast5.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_cast5.mod", {st_mode=S_IFREG|0644, st_size=15616, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5028
close(4) = 0
read(3, "gcry_cast5.mod\n", 128) = 15
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5028
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_cast5.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_cast5.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5029
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5029
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5029
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_crc.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_crc.mod", {st_mode=S_IFREG|0644, st_size=4152, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5030
close(4) = 0
read(3, "gcry_crc.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5030
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_crc.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_crc.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5031
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5031
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5031
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_des.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_des.mod", {st_mode=S_IFREG|0644, st_size=17528, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5032
close(4) = 0
read(3, "gcry_des.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5032
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_des.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_des.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5033
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5033
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5033
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_md4.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_md4.mod", {st_mode=S_IFREG|0644, st_size=4512, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5034
close(4) = 0
read(3, "gcry_md4.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5034
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_md4.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_md4.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5035
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5035
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5035
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_md5.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_md5.mod", {st_mode=S_IFREG|0644, st_size=5264, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5036
close(4) = 0
read(3, "gcry_md5.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5036
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_md5.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_md5.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5037
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5037
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5037
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rfc2268.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_rfc2268.mod", {st_mode=S_IFREG|0644, st_size=3616, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5038
close(4) = 0
read(3, "gcry_rfc2268.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5038
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_rfc2268.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rfc2268.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5039
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5039
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5039
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rijndael.mod", 29) = 29
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_rijndael.mod", {st_mode=S_IFREG|0644, st_size=20624, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5040
close(4) = 0
read(3, "gcry_rijndael.mod\n", 128) = 18
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 18
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5040
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_rijndael.mod", 18) = 18
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rijndael.mod", 29) = 29
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5041
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5041
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5041
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rmd160.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_rmd160.mod", {st_mode=S_IFREG|0644, st_size=9560, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5042
close(4) = 0
read(3, "gcry_rmd160.mod\n", 128) = 16
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5042
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_rmd160.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rmd160.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5043
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5043
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5043
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_seed.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_seed.mod", {st_mode=S_IFREG|0644, st_size=13624, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5044
close(4) = 0
read(3, "gcry_seed.mod\n", 128) = 14
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5044
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_seed.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_seed.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5045
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5045
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5045
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_serpent.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_serpent.mod", {st_mode=S_IFREG|0644, st_size=18712, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5046
close(4) = 0
read(3, "gcry_serpent.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5046
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_serpent.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_serpent.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5047
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5047
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5047
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha1.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_sha1.mod", {st_mode=S_IFREG|0644, st_size=8240, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5048
close(4) = 0
read(3, "gcry_sha1.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5048
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_sha1.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha1.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5049
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5049
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5049
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha256.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_sha256.mod", {st_mode=S_IFREG|0644, st_size=4952, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5050
close(4) = 0
read(3, "gcry_sha256.mod\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5050
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_sha256.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha256.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5051
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5051
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5051
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha512.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_sha512.mod", {st_mode=S_IFREG|0644, st_size=6104, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5052
close(4) = 0
read(3, "gcry_sha512.mod\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5052
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_sha512.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha512.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5053
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5053
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5053
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_tiger.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_tiger.mod", {st_mode=S_IFREG|0644, st_size=12808, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5054
close(4) = 0
read(3, "gcry_tiger.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5054
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_tiger.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_tiger.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5055
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5055
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5055
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_twofish.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_twofish.mod", {st_mode=S_IFREG|0644, st_size=34288, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5056
close(4) = 0
read(3, "gcry_twofish.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5056
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_twofish.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_twofish.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5057
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5057
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5057
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_whirlpool.mod", 30) = 30
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_whirlpool.mod", {st_mode=S_IFREG|0644, st_size=23352, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5058
close(4) = 0
read(3, "gcry_whirlpool.mod\n", 128) = 19
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 19
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5058
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_whirlpool.mod", 19) = 19
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_whirlpool.mod", 30) = 30
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5059
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5059
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5059
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gettext.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/gettext.mod", {st_mode=S_IFREG|0644, st_size=7416, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5060
close(4) = 0
read(3, "gettext.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5060
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gettext.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gettext.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5061
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5061
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5061
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gfxmenu.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/gfxmenu.mod", {st_mode=S_IFREG|0644, st_size=54224, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5062
close(4) = 0
read(3, "gfxmenu.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5062
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gfxmenu.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gfxmenu.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5063
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5063
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5063
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gfxterm.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/gfxterm.mod", {st_mode=S_IFREG|0644, st_size=21664, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5064
close(4) = 0
read(3, "gfxterm.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5064
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gfxterm.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gfxterm.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5065
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5065
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5065
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gptsync.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/gptsync.mod", {st_mode=S_IFREG|0644, st_size=5432, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5066
close(4) = 0
read(3, "gptsync.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5066
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gptsync.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gptsync.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5067
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5067
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5067
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gzio.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/gzio.mod", {st_mode=S_IFREG|0644, st_size=12168, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5068
close(4) = 0
read(3, "gzio.mod\n", 128) = 9
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5068
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gzio.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gzio.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5069
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5069
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5069
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/halt.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/halt.mod", {st_mode=S_IFREG|0644, st_size=6272, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5070
close(4) = 0
read(3, "halt.mod\n", 128) = 9
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5070
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " halt.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/halt.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5071
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5071
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5071
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hashsum.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/hashsum.mod", {st_mode=S_IFREG|0644, st_size=8808, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5072
close(4) = 0
read(3, "hashsum.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5072
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hashsum.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hashsum.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5073
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5073
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5073
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hdparm.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/hdparm.mod", {st_mode=S_IFREG|0644, st_size=11880, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5074
close(4) = 0
read(3, "hdparm.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5074
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hdparm.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hdparm.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5075
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5075
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5075
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hello.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/hello.mod", {st_mode=S_IFREG|0644, st_size=1992, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5076
close(4) = 0
read(3, "hello.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5076
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hello.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hello.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5077
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5077
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5077
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/help.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/help.mod", {st_mode=S_IFREG|0644, st_size=4000, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5078
close(4) = 0
read(3, "help.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5078
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " help.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/help.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5079
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5079
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5079
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hexdump.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/hexdump.mod", {st_mode=S_IFREG|0644, st_size=4736, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5080
close(4) = 0
read(3, "hexdump.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5080
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hexdump.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hexdump.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5081
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5081
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5081
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hfs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/hfs.mod", {st_mode=S_IFREG|0644, st_size=9688, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5082
close(4) = 0
read(3, "hfs.mod\n", 128) = 8
read(3, "", 128) = 0
close(3) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5082
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hfs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hfs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5083
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5083
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5083
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hfsplus.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/hfsplus.mod", {st_mode=S_IFREG|0644, st_size=9680, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5084
close(4) = 0
read(3, "hfsplus.mod\n", 128) = 12
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5084
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hfsplus.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hfsplus.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5085
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5085
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5085
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/iorw.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/iorw.mod", {st_mode=S_IFREG|0644, st_size=4720, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5086
close(4) = 0
read(3, "iorw.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5086
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " iorw.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/iorw.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5087
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5087
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5087
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/iso9660.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/iso9660.mod", {st_mode=S_IFREG|0644, st_size=10200, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5088
close(4) = 0
read(3, "iso9660.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5088
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " iso9660.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/iso9660.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5089
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5089
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5089
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/jfs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/jfs.mod", {st_mode=S_IFREG|0644, st_size=9400, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5090
close(4) = 0
read(3, "jfs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5090
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " jfs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/jfs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5091
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5091
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5091
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/jpeg.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/jpeg.mod", {st_mode=S_IFREG|0644, st_size=8432, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5092
close(4) = 0
read(3, "jpeg.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5092
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " jpeg.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/jpeg.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5093
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5093
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5093
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/keylayouts.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/keylayouts.mod", {st_mode=S_IFREG|0644, st_size=5976, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5094
close(4) = 0
read(3, "keylayouts.mod\n", 128) = 15
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5094
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " keylayouts.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/keylayouts.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5095
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5095
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5095
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/keystatus.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/keystatus.mod", {st_mode=S_IFREG|0644, st_size=3400, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5096
close(4) = 0
read(3, "keystatus.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5096
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " keystatus.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/keystatus.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5097
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5097
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5097
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/linux.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/linux.mod", {st_mode=S_IFREG|0644, st_size=14352, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5098
close(4) = 0
read(3, "linux.mod\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5098
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " linux.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/linux.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5099
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5099
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5099
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/loadbios.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/loadbios.mod", {st_mode=S_IFREG|0644, st_size=5080, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5100
close(4) = 0
read(3, "loadbios.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5100
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " loadbios.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/loadbios.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5101
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5101
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5101
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/loadenv.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/loadenv.mod", {st_mode=S_IFREG|0644, st_size=9248, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5102
close(4) = 0
read(3, "loadenv.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5102
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " loadenv.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/loadenv.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5103
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5103
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5103
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/loopback.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/loopback.mod", {st_mode=S_IFREG|0644, st_size=4808, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5104
close(4) = 0
read(3, "loopback.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5104
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " loopback.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/loopback.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5105
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5105
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5105
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ls.mod", 18) = 18
write(2, "\n", 1) = 1
stat("/boot/grub/ls.mod", {st_mode=S_IFREG|0644, st_size=7120, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5106
close(4) = 0
read(3, "ls.mod\n", 128) = 7
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 7
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5106
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ls.mod", 7) = 7
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ls.mod", 18) = 18
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5107
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5107
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5107
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsacpi.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/lsacpi.mod", {st_mode=S_IFREG|0644, st_size=5600, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5108
close(4) = 0
read(3, "lsacpi.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5108
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lsacpi.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsacpi.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5109
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5109
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5109
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsefimmap.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/lsefimmap.mod", {st_mode=S_IFREG|0644, st_size=3544, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5110
close(4) = 0
read(3, "lsefimmap.mod\n", 128) = 14
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5110
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lsefimmap.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsefimmap.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5111
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5111
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5111
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsefisystab.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/lsefisystab.mod", {st_mode=S_IFREG|0644, st_size=3848, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5112
close(4) = 0
read(3, "lsefisystab.mod\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5112
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lsefisystab.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsefisystab.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5113
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5113
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5113
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsmmap.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/lsmmap.mod", {st_mode=S_IFREG|0644, st_size=2944, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5114
close(4) = 0
read(3, "lsmmap.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5114
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lsmmap.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsmmap.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5115
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5115
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5115
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lspci.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/lspci.mod", {st_mode=S_IFREG|0644, st_size=7504, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5116
close(4) = 0
read(3, "lspci.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5116
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lspci.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lspci.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5117
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5117
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5117
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lssal.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/lssal.mod", {st_mode=S_IFREG|0644, st_size=4072, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5118
close(4) = 0
read(3, "lssal.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5118
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lssal.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lssal.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5119
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5119
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5119
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lvm.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/lvm.mod", {st_mode=S_IFREG|0644, st_size=11464, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5120
close(4) = 0
read(3, "lvm.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5120
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lvm.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lvm.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5121
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5121
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5121
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lzopio.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/lzopio.mod", {st_mode=S_IFREG|0644, st_size=13032, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5122
close(4) = 0
read(3, "lzopio.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5122
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lzopio.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lzopio.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5123
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5123
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5123
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/mdraid09.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/mdraid09.mod", {st_mode=S_IFREG|0644, st_size=2928, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5124
close(4) = 0
read(3, "mdraid09.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5124
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " mdraid09.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/mdraid09.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5125
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5125
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5125
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/mdraid1x.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/mdraid1x.mod", {st_mode=S_IFREG|0644, st_size=3336, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5126
close(4) = 0
read(3, "mdraid1x.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5126
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " mdraid1x.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/mdraid1x.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5127
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5127
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5127
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/memdisk.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/memdisk.mod", {st_mode=S_IFREG|0644, st_size=3496, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5128
close(4) = 0
read(3, "memdisk.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5128
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " memdisk.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/memdisk.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5129
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5129
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5129
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/memrw.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/memrw.mod", {st_mode=S_IFREG|0644, st_size=4744, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5130
close(4) = 0
read(3, "memrw.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5130
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " memrw.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/memrw.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5131
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5131
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5131
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/minicmd.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/minicmd.mod", {st_mode=S_IFREG|0644, st_size=5704, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5132
close(4) = 0
read(3, "minicmd.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5132
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " minicmd.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/minicmd.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5133
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5133
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5133
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/minix.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/minix.mod", {st_mode=S_IFREG|0644, st_size=6448, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5134
close(4) = 0
read(3, "minix.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5134
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " minix.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/minix.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5135
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5135
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5135
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/minix2.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/minix2.mod", {st_mode=S_IFREG|0644, st_size=6432, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5136
close(4) = 0
read(3, "minix2.mod\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5136
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " minix2.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/minix2.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5137
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5137
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5137
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/mmap.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/mmap.mod", {st_mode=S_IFREG|0644, st_size=10112, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5138
close(4) = 0
read(3, "mmap.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5138
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " mmap.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/mmap.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5139
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5139
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5139
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/msdospart.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/msdospart.mod", {st_mode=S_IFREG|0644, st_size=3880, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5140
close(4) = 0
read(3, "msdospart.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5140
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " msdospart.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/msdospart.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5141
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5141
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5141
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/multiboot.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/multiboot.mod", {st_mode=S_IFREG|0644, st_size=18272, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5142
close(4) = 0
read(3, "multiboot.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5142
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " multiboot.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/multiboot.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5143
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5143
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5143
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/multiboot2.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/multiboot2.mod", {st_mode=S_IFREG|0644, st_size=19672, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5144
close(4) = 0
read(3, "multiboot2.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5144
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " multiboot2.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/multiboot2.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5145
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5145
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5145
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/nilfs2.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/nilfs2.mod", {st_mode=S_IFREG|0644, st_size=10448, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5146
close(4) = 0
read(3, "nilfs2.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5146
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " nilfs2.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/nilfs2.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5147
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5147
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5147
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/normal.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/normal.mod", {st_mode=S_IFREG|0644, st_size=164968, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5148
close(4) = 0
read(3, "normal.mod\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5148
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " normal.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/normal.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5149
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5149
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5149
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ntfs.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/ntfs.mod", {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5150
close(4) = 0
read(3, "ntfs.mod\n", 128) = 9
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5150
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ntfs.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ntfs.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5151
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5151
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5151
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ntfscomp.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/ntfscomp.mod", {st_mode=S_IFREG|0644, st_size=5080, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5152
close(4) = 0
read(3, "ntfscomp.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5152
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ntfscomp.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ntfscomp.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5153
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5153
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5153
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ohci.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/ohci.mod", {st_mode=S_IFREG|0644, st_size=16608, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5154
close(4) = 0
read(3, "ohci.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5154
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ohci.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ohci.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5155
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5155
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5155
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_acorn.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/part_acorn.mod", {st_mode=S_IFREG|0644, st_size=2608, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5156
close(4) = 0
read(3, "part_acorn.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5156
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_acorn.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_acorn.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5157
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5157
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5157
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_amiga.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/part_amiga.mod", {st_mode=S_IFREG|0644, st_size=2824, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5158
close(4) = 0
read(3, "part_amiga.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5158
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_amiga.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_amiga.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5159
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5159
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5159
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_apple.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/part_apple.mod", {st_mode=S_IFREG|0644, st_size=3304, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5160
close(4) = 0
read(3, "part_apple.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5160
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_apple.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_apple.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5161
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5161
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5161
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_bsd.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/part_bsd.mod", {st_mode=S_IFREG|0644, st_size=4560, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5162
close(4) = 0
read(3, "part_bsd.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5162
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_bsd.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_bsd.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5163
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5163
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5163
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_gpt.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/part_gpt.mod", {st_mode=S_IFREG|0644, st_size=3464, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5164
close(4) = 0
read(3, "part_gpt.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5164
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_gpt.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_gpt.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5165
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5165
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5165
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_msdos.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/part_msdos.mod", {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5166
close(4) = 0
read(3, "part_msdos.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5166
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_msdos.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_msdos.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5167
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5167
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5167
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_sun.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/part_sun.mod", {st_mode=S_IFREG|0644, st_size=2512, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5168
close(4) = 0
read(3, "part_sun.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5168
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_sun.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_sun.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5169
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5169
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5169
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_sunpc.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/part_sunpc.mod", {st_mode=S_IFREG|0644, st_size=2752, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5170
close(4) = 0
read(3, "part_sunpc.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5170
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_sunpc.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_sunpc.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5171
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5171
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5171
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/parttool.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/parttool.mod", {st_mode=S_IFREG|0644, st_size=7064, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5172
close(4) = 0
read(3, "parttool.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5172
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " parttool.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/parttool.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5173
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5173
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5173
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/password.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/password.mod", {st_mode=S_IFREG|0644, st_size=3200, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5174
close(4) = 0
read(3, "password.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5174
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " password.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/password.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5175
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5175
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5175
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/password_pbkdf2.mod", 31) = 31
write(2, "\n", 1) = 1
stat("/boot/grub/password_pbkdf2.mod", {st_mode=S_IFREG|0644, st_size=4712, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5176
close(4) = 0
read(3, "password_pbkdf2.mod\n", 128) = 20
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5176
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " password_pbkdf2.mod", 20) = 20
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/password_pbkdf2.mod", 31) = 31
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5177
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5177
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5177
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/pbkdf2.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/pbkdf2.mod", {st_mode=S_IFREG|0644, st_size=2144, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5178
close(4) = 0
read(3, "pbkdf2.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5178
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " pbkdf2.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/pbkdf2.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5179
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5179
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5179
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/pci.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/pci.mod", {st_mode=S_IFREG|0644, st_size=1720, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5180
close(4) = 0
read(3, "pci.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5180
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " pci.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/pci.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5181
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5181
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5181
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/play.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/play.mod", {st_mode=S_IFREG|0644, st_size=4008, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5182
close(4) = 0
read(3, "play.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5182
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " play.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/play.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5183
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5183
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5183
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/png.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/png.mod", {st_mode=S_IFREG|0644, st_size=9928, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5184
close(4) = 0
read(3, "png.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5184
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " png.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/png.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5185
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5185
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5185
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/probe.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/probe.mod", {st_mode=S_IFREG|0644, st_size=4400, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5186
close(4) = 0
read(3, "probe.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5186
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " probe.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/probe.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5187
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5187
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5187
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/raid.mod", {st_mode=S_IFREG|0644, st_size=9936, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5188
close(4) = 0
read(3, "raid.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5188
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " raid.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5189
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5189
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5189
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid5rec.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/raid5rec.mod", {st_mode=S_IFREG|0644, st_size=2232, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5190
close(4) = 0
read(3, "raid5rec.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5190
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " raid5rec.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid5rec.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5191
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5191
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5191
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid6rec.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/raid6rec.mod", {st_mode=S_IFREG|0644, st_size=4552, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5192
close(4) = 0
read(3, "raid6rec.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5192
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " raid6rec.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid6rec.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5193
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5193
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5193
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/read.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/read.mod", {st_mode=S_IFREG|0644, st_size=2608, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5194
close(4) = 0
read(3, "read.mod\n", 128) = 9
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5194
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " read.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/read.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5195
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5195
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5195
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/reboot.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/reboot.mod", {st_mode=S_IFREG|0644, st_size=1840, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5196
close(4) = 0
read(3, "reboot.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5196
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " reboot.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/reboot.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5197
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5197
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5197
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/regexp.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/regexp.mod", {st_mode=S_IFREG|0644, st_size=64912, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5198
close(4) = 0
read(3, "regexp.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5198
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " regexp.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/regexp.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5199
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5199
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5199
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/reiserfs.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/reiserfs.mod", {st_mode=S_IFREG|0644, st_size=15512, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5200
close(4) = 0
read(3, "reiserfs.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5200
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " reiserfs.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/reiserfs.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5201
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5201
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5201
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/relocator.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/relocator.mod", {st_mode=S_IFREG|0644, st_size=26256, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5202
close(4) = 0
read(3, "relocator.mod\n", 128) = 14
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5202
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " relocator.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/relocator.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5203
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5203
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5203
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/scsi.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/scsi.mod", {st_mode=S_IFREG|0644, st_size=6416, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5204
close(4) = 0
read(3, "scsi.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5204
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " scsi.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/scsi.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5205
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5205
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5205
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/search.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/search.mod", {st_mode=S_IFREG|0644, st_size=3936, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5206
close(4) = 0
read(3, "search.mod\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5206
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " search.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/search.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5207
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5207
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5207
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_fs_file.mod", 30) = 30
write(2, "\n", 1) = 1
stat("/boot/grub/search_fs_file.mod", {st_mode=S_IFREG|0644, st_size=4688, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5208
close(4) = 0
read(3, "search_fs_file.mod\n", 128) = 19
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 19
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5208
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " search_fs_file.mod", 19) = 19
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_fs_file.mod", 30) = 30
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5209
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5209
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5209
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_fs_uuid.mod", 30) = 30
write(2, "\n", 1) = 1
stat("/boot/grub/search_fs_uuid.mod", {st_mode=S_IFREG|0644, st_size=4688, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5210
close(4) = 0
read(3, "search_fs_uuid.mod\n", 128) = 19
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 19
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5210
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " search_fs_uuid.mod", 19) = 19
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_fs_uuid.mod", 30) = 30
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5211
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5211
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5211
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_label.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/search_label.mod", {st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5212
close(4) = 0
read(3, "search_label.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5212
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " search_label.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_label.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5213
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5213
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5213
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/serial.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/serial.mod", {st_mode=S_IFREG|0644, st_size=11816, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5214
close(4) = 0
read(3, "serial.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5214
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " serial.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/serial.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5215
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5215
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5215
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/setjmp.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/setjmp.mod", {st_mode=S_IFREG|0644, st_size=1026, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5216
close(4) = 0
read(3, "setjmp.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5216
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " setjmp.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/setjmp.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5217
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5217
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5217
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/setpci.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/setpci.mod", {st_mode=S_IFREG|0644, st_size=9296, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5218
close(4) = 0
read(3, "setpci.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5218
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " setpci.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/setpci.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5219
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5219
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5219
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/sfs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/sfs.mod", {st_mode=S_IFREG|0644, st_size=6792, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5220
close(4) = 0
read(3, "sfs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5220
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " sfs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/sfs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5221
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5221
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5221
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/sleep.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/sleep.mod", {st_mode=S_IFREG|0644, st_size=3592, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5222
close(4) = 0
read(3, "sleep.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5222
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " sleep.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/sleep.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5223
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5223
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5223
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/squash4.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/squash4.mod", {st_mode=S_IFREG|0644, st_size=6040, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5224
close(4) = 0
read(3, "squash4.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5224
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " squash4.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/squash4.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5225
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5225
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5225
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/tar.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/tar.mod", {st_mode=S_IFREG|0644, st_size=5008, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5226
close(4) = 0
read(3, "tar.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5226
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " tar.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/tar.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5227
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5227
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5227
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminal.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/terminal.mod", {st_mode=S_IFREG|0644, st_size=6248, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5228
close(4) = 0
read(3, "terminal.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5228
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " terminal.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminal.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5229
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5229
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5229
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminfo.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/terminfo.mod", {st_mode=S_IFREG|0644, st_size=18152, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5230
close(4) = 0
read(3, "terminfo.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5230
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " terminfo.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminfo.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5231
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5231
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5231
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/test.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/test.mod", {st_mode=S_IFREG|0644, st_size=7896, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5232
close(4) = 0
read(3, "test.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5232
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " test.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/test.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5233
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5233
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5233
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/test_blockarg.mod", 29) = 29
write(2, "\n", 1) = 1
stat("/boot/grub/test_blockarg.mod", {st_mode=S_IFREG|0644, st_size=2312, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5234
close(4) = 0
read(3, "test_blockarg.mod\n", 128) = 18
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 18
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5234
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " test_blockarg.mod", 18) = 18
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/test_blockarg.mod", 29) = 29
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5235
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5235
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5235
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/testload.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/testload.mod", {st_mode=S_IFREG|0644, st_size=4120, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5236
close(4) = 0
read(3, "testload.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5236
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " testload.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/testload.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5237
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5237
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5237
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/tga.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/tga.mod", {st_mode=S_IFREG|0644, st_size=4504, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5238
close(4) = 0
read(3, "tga.mod\n", 128) = 8
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5238
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " tga.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/tga.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5239
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5239
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5239
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/trig.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/trig.mod", {st_mode=S_IFREG|0644, st_size=2091, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5240
close(4) = 0
read(3, "trig.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5240
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " trig.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/trig.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5241
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5241
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5241
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/true.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/true.mod", {st_mode=S_IFREG|0644, st_size=2112, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5242
close(4) = 0
read(3, "true.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5242
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " true.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/true.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5243
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5243
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5243
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/udf.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/udf.mod", {st_mode=S_IFREG|0644, st_size=10016, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5244
close(4) = 0
read(3, "udf.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5244
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " udf.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/udf.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5245
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5245
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5245
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ufs1.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/ufs1.mod", {st_mode=S_IFREG|0644, st_size=7888, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5246
close(4) = 0
read(3, "ufs1.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5246
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ufs1.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ufs1.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5247
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5247
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5247
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ufs2.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/ufs2.mod", {st_mode=S_IFREG|0644, st_size=8288, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5248
close(4) = 0
read(3, "ufs2.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5248
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ufs2.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ufs2.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5249
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5249
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5249
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/uhci.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/uhci.mod", {st_mode=S_IFREG|0644, st_size=9600, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5250
close(4) = 0
read(3, "uhci.mod\n", 128) = 9
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5250
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " uhci.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/uhci.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5251
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5251
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5251
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usb.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/usb.mod", {st_mode=S_IFREG|0644, st_size=14928, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5252
close(4) = 0
read(3, "usb.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5252
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usb.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usb.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5253
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5253
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5253
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usb_keyboard.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/usb_keyboard.mod", {st_mode=S_IFREG|0644, st_size=6504, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5254
close(4) = 0
read(3, "usb_keyboard.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5254
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usb_keyboard.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usb_keyboard.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5255
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5255
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5255
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbms.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/usbms.mod", {st_mode=S_IFREG|0644, st_size=9000, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5256
close(4) = 0
read(3, "usbms.mod\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5256
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usbms.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbms.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5257
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5257
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5257
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_common.mod", 32) = 32
write(2, "\n", 1) = 1
stat("/boot/grub/usbserial_common.mod", {st_mode=S_IFREG|0644, st_size=2896, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5258
close(4) = 0
read(3, "usbserial_common.mod\n", 128) = 21
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 21
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5258
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usbserial_common.mod", 21) = 21
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_common.mod", 32) = 32
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5259
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5259
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5259
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_ftdi.mod", 30) = 30
write(2, "\n", 1) = 1
stat("/boot/grub/usbserial_ftdi.mod", {st_mode=S_IFREG|0644, st_size=3744, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5260
close(4) = 0
read(3, "usbserial_ftdi.mod\n", 128) = 19
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 19
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5260
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usbserial_ftdi.mod", 19) = 19
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_ftdi.mod", 30) = 30
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5261
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5261
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5261
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_pl2303.mod", 32) = 32
write(2, "\n", 1) = 1
stat("/boot/grub/usbserial_pl2303.mod", {st_mode=S_IFREG|0644, st_size=4024, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5262
close(4) = 0
read(3, "usbserial_pl2303.mod\n", 128) = 21
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 21
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5262
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usbserial_pl2303.mod", 21) = 21
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_pl2303.mod", 32) = 32
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5263
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5263
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5263
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbtest.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/usbtest.mod", {st_mode=S_IFREG|0644, st_size=5920, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5264
close(4) = 0
read(3, "usbtest.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5264
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usbtest.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbtest.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5265
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5265
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5265
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/video.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/video.mod", {st_mode=S_IFREG|0644, st_size=17120, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5266
close(4) = 0
read(3, "video.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5266
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " video.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/video.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5267
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5267
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5267
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_bochs.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/video_bochs.mod", {st_mode=S_IFREG|0644, st_size=8088, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5268
close(4) = 0
read(3, "video_bochs.mod\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5268
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " video_bochs.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_bochs.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5269
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5269
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5269
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_cirrus.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/video_cirrus.mod", {st_mode=S_IFREG|0644, st_size=8512, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5270
close(4) = 0
read(3, "video_cirrus.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17611497
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5270
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " video_cirrus.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_cirrus.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5271
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5271
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5271
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_fb.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/video_fb.mod", {st_mode=S_IFREG|0644, st_size=25272, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5272
close(4) = 0
read(3, "video_fb.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5272
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " video_fb.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_fb.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5273
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5273
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5273
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/videoinfo.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/videoinfo.mod", {st_mode=S_IFREG|0644, st_size=4792, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5274
close(4) = 0
read(3, "videoinfo.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5274
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " videoinfo.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/videoinfo.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5275
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5275
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5275
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/videotest.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/videotest.mod", {st_mode=S_IFREG|0644, st_size=6056, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5276
close(4) = 0
read(3, "videotest.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5276
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " videotest.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/videotest.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5277
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5277
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5277
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/xfs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/xfs.mod", {st_mode=S_IFREG|0644, st_size=9128, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5278
close(4) = 0
read(3, "xfs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5278
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xfs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/xfs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5279
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5279
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5279
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/xnu.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/xnu.mod", {st_mode=S_IFREG|0644, st_size=50056, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5280
close(4) = 0
read(3, "xnu.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5280
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xnu.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/xnu.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5281
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5281
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5281
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/xnu_uuid.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/xnu_uuid.mod", {st_mode=S_IFREG|0644, st_size=3112, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5282
close(4) = 0
read(3, "xnu_uuid.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5282
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xnu_uuid.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/xnu_uuid.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5283
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5283
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5283
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/xzio.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/xzio.mod", {st_mode=S_IFREG|0644, st_size=19656, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5284
close(4) = 0
read(3, "xzio.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5284
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xzio.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/xzio.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5285
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5285
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5285
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/zfs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/zfs.mod", {st_mode=S_IFREG|0644, st_size=49696, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5286
close(4) = 0
read(3, "zfs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5286
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " zfs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/zfs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5287
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5287
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5287
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/zfsinfo.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/zfsinfo.mod", {st_mode=S_IFREG|0644, st_size=11072, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5288
close(4) = 0
read(3, "zfsinfo.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5288
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " zfsinfo.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/zfsinfo.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5289
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5289
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5289
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/command.lst", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/command.lst", {st_mode=S_IFREG|0644, st_size=2375, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5290
close(4) = 0
read(3, "command.lst\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5290
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " command.lst", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/command.lst", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5291
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5291
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5291
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/crypto.lst", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/crypto.lst", {st_mode=S_IFREG|0644, st_size=842, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5292
close(4) = 0
read(3, "crypto.lst\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5292
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " crypto.lst", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/crypto.lst", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5293
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5293
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5293
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/fs.lst", 18) = 18
write(2, "\n", 1) = 1
stat("/boot/grub/fs.lst", {st_mode=S_IFREG|0644, st_size=145, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5294
close(4) = 0
read(3, "fs.lst\n", 128) = 7
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 7
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5294
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " fs.lst", 7) = 7
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/fs.lst", 18) = 18
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5295
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5295
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5295
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/moddep.lst", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/moddep.lst", {st_mode=S_IFREG|0644, st_size=3058, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5296
close(4) = 0
read(3, "moddep.lst\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5296
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " moddep.lst", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/moddep.lst", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5297
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5297
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5297
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/partmap.lst", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/partmap.lst", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5298
close(4) = 0
read(3, "partmap.lst\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5298
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " partmap.lst", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/partmap.lst", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5299
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5299
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5299
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/parttool.lst", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/parttool.lst", {st_mode=S_IFREG|0644, st_size=17, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5300
close(4) = 0
read(3, "parttool.lst\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5300
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " parttool.lst", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/parttool.lst", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5301
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5301
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5301
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminal.lst", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/terminal.lst", {st_mode=S_IFREG|0644, st_size=112, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5302
close(4) = 0
read(3, "terminal.lst\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5302
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " terminal.lst", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminal.lst", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5303
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5303
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5303
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/video.lst", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/video.lst", {st_mode=S_IFREG|0644, st_size=41, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5304
close(4) = 0
read(3, "video.lst\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5304
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " video.lst", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/video.lst", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5305
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5305
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5305
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/*.img", 17) = 17
write(2, "\n", 1) = 1
stat("/boot/grub/*.img", 0x7ffe20c7b900) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/efiemu??.o", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/efiemu??.o", 0x7ffe20c7b900) = -1 ENOENT (No such file or directory)
open("/usr/lib/grub/x86_64-efi", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 191 entries */, 32768) = 6496
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/usr/lib/grub/x86_64-efi", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 191 entries */, 32768) = 6496
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/acpi.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
stat("/usr/local/sbin/cp", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/cp", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/cp", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/usr/bin/cp", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/sbin/cp", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/bin/cp", {st_mode=S_IFREG|0755, st_size=130128, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5306
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5306
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5306
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/adler3"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5307
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5307
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5307
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/affs.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5308
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5308
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5308
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/afs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5309
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5309
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5309
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/afs_be"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5310
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5310
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5310
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/aout.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5311
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5311
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5311
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/applel"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5312
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5312
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5312
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/at_key"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5313
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5313
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5313
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ata.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5314
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5314
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5314
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ata_pt"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5315
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5315
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5315
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/befs.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5316
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5316
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5316
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/befs_b"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5317
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5317
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5317
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/bitmap"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5318
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5318
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5318
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/bitmap"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5319
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5319
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5319
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/blockl"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5320
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5320
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5320
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/boot.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5321
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5321
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5321
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/bsd.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5322
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5322
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5322
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/btrfs."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5323
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5323
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5323
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/bufio."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5324
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5324
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5324
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/cat.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5325
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5325
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5325
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/chain."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5326
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5326
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5326
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/cmp.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5327
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5327
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5327
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/config"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5328
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5328
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5328
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/cpio.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5329
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5329
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5329
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/cpuid."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5330
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5330
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5330
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/crypto"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5331
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5331
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5331
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/cs5536"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5332
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5332
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5332
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/date.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5333
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5333
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5333
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/dateho"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5334
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5334
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5334
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/dateti"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5335
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5335
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5335
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/dm_nv."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5336
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5336
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5336
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/echo.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5337
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5337
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5337
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/efi_go"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5338
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5338
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5338
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/efi_ug"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5339
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5339
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5339
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/elf.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5340
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5340
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5340
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/exampl"..., 53) = 53
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5341
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5341
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5341
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ext2.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5342
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5342
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5342
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/extcmd"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5343
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5343
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5343
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/fat.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5344
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5344
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5344
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/fixvid"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5345
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5345
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5345
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/font.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5346
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5346
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5346
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/fshelp"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5347
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5347
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5347
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/functi"..., 45) = 45
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5348
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5348
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5348
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_a"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5349
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5349
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5349
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_b"..., 43) = 43
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5350
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5350
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5350
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_c"..., 43) = 43
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5351
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5351
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5351
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_c"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5352
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5352
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5352
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_c"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5353
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5353
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5353
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_d"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5354
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5354
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5354
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_m"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5355
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5355
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5355
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_m"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5356
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5356
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5356
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_r"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5357
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5357
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5357
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_r"..., 43) = 43
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5358
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5358
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5358
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_r"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5359
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5359
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5359
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_s"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5360
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5360
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5360
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_s"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5361
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5361
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5361
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_s"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5362
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5362
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5362
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_s"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5363
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5363
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5363
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_s"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5364
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5364
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5364
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_t"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5365
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5365
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5365
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_t"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5366
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5366
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5366
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_w"..., 44) = 44
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5367
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5367
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5367
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gettex"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5368
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5368
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5368
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gfxmen"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5369
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5369
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5369
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gfxter"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5370
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5370
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5370
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gptsyn"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5371
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5371
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5371
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gzio.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5372
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5372
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5372
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/halt.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5373
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5373
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5373
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hashsu"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5374
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5374
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5374
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hdparm"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5375
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5375
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5375
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hello."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5376
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5376
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5376
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/help.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5377
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5377
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5377
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hexdum"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5378
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5378
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5378
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hfs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5379
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5379
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5379
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hfsplu"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5380
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5380
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5380
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/iorw.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5381
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5381
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5381
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/iso966"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5382
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5382
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5382
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/jfs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5383
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5383
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5383
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/jpeg.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5384
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5384
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5384
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/keylay"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5385
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5385
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5385
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/keysta"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5386
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5386
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5386
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/linux."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5387
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5387
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5387
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/loadbi"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5388
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5388
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5388
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/loaden"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5389
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5389
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5389
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/loopba"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5390
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5390
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5390
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ls.mod", 32) = 32
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5391
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5391
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5391
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lsacpi"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5392
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5392
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5392
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lsefim"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5393
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5393
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5393
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lsefis"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5394
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5394
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5394
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lsmmap"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5395
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5395
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5395
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lspci."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5396
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5396
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5396
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lssal."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5397
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5397
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5397
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lvm.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5398
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5398
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5398
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lzopio"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5399
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5399
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5399
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/mdraid"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5400
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5400
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5400
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/mdraid"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5401
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5401
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5401
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/memdis"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5402
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5402
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5402
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/memrw."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5403
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5403
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5403
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/minicm"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5404
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5404
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5404
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/minix."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5405
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5405
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5405
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/minix2"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5406
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5406
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5406
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/mmap.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5407
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5407
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5407
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/msdosp"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5408
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5408
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5408
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/multib"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5409
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5409
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5409
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/multib"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5410
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5410
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5410
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/nilfs2"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5411
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5411
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5411
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/normal"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5412
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5412
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5412
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ntfs.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5413
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5413
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5413
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ntfsco"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5414
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5414
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5414
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ohci.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5415
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5415
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5415
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_a"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5416
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5416
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5416
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_a"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5417
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5417
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5417
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_a"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5418
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5418
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5418
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_b"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5419
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5419
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5419
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_g"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5420
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5420
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5420
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_m"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5421
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5421
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5421
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_s"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5422
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5422
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5422
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_s"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5423
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5423
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5423
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/partto"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5424
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5424
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5424
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/passwo"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5425
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5425
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5425
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/passwo"..., 45) = 45
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5426
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5426
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5426
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/pbkdf2"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5427
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5427
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5427
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/pci.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5428
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5428
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5428
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/play.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5429
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5429
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5429
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/png.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5430
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5430
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5430
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/probe."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5431
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5431
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5431
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/raid.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5432
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5432
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5432
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/raid5r"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5433
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5433
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5433
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/raid6r"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5434
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5434
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5434
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/read.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5435
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5435
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5435
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/reboot"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5436
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5436
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5436
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/regexp"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5437
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5437
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5437
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/reiser"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5438
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5438
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5438
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/reloca"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5439
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5439
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5439
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/scsi.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5440
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5440
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5440
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/search"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5441
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5441
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5441
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/search"..., 44) = 44
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5442
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5442
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5442
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/search"..., 44) = 44
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5443
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5443
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5443
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/search"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5444
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5444
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5444
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/serial"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5445
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5445
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5445
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/setjmp"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5446
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5446
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5446
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/setpci"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5447
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5447
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5447
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/sfs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5448
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5448
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5448
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/sleep."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5449
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5449
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5449
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/squash"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5450
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5450
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5450
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/tar.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5451
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5451
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5451
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/termin"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5452
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5452
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5452
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/termin"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5453
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5453
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5453
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/test.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5454
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5454
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5454
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/test_b"..., 43) = 43
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5455
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5455
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5455
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/testlo"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5456
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5456
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5456
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/tga.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5457
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5457
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5457
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/trig.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5458
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5458
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5458
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/true.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5459
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5459
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5459
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/udf.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5460
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5460
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5460
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ufs1.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5461
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5461
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5461
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ufs2.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5462
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5462
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5462
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/uhci.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5463
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5463
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5463
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usb.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5464
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5464
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5464
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usb_ke"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5465
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5465
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5465
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usbms."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5466
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5466
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5466
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usbser"..., 46) = 46
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5467
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5467
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5467
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usbser"..., 44) = 44
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5468
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5468
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5468
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usbser"..., 46) = 46
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5469
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5469
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5469
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usbtes"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5470
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5470
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5470
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/video."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5471
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5471
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5471
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/video_"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5472
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5472
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5472
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/video_"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5473
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5473
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5473
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/video_"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5474
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5474
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5474
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/videoi"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5475
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5475
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5475
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/videot"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5476
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5476
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5476
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/xfs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5477
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5477
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5477
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/xnu.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5478
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5478
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5478
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/xnu_uu"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5479
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5479
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5479
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/xzio.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5480
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5480
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5480
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/zfs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5481
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5481
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5481
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/zfsinf"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5482
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5482
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5482
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/comman"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5483
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5483
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5483
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/crypto"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5484
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5484
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5484
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/fs.lst", 32) = 32
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5485
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5485
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5485
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/moddep"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5486
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5486
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5486
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/partma"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5487
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5487
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5487
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/partto"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5488
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5488
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5488
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/termin"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5489
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5489
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5489
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/video."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5490
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5490
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5490
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-pc", 8) = 8
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " sparc64-ieee1275", 17) = 17
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "mkdir", 5) = 5
write(2, " -p", 3) = 3
write(2, " /boot/grub/locale/", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5491
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5491
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5491
open("/usr/share/locale", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 187 entries */, 32768) = 4808
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ach/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/ach/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/af/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/af/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/am/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/am/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/an/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/an/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ang/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/ang/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ar/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ar/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/as/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/as/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ast/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/ast/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=23380, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ast/LC_MESSAG"..., 42) = 42
write(2, " /boot/grub/locale/ast.mo", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5492
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5492
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5492
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/az/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/az/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/az_IR/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/az_IR/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bal/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/bal/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/be/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/be/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/be at latin/LC_M"..., 47) = 47
write(2, "\n", 1) = 1
stat("/usr/share/locale/be at latin/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bg/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/bg/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bg_BG/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/bg_BG/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bn/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/bn/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bn_IN/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bo/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/bo/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/br/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/br/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bs/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/bs/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/byn/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/byn/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ca/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ca/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=45816, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ca/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/ca.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5493
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5493
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5493
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ca at valencia/L"..., 50) = 50
write(2, "\n", 1) = 1
stat("/usr/share/locale/ca at valencia/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/cgg/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/cgg/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ckb/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/ckb/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/co/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/co/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/crh/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/crh/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/cs/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/cs/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/cs_CZ/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/csb/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/csb/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/cy/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/cy/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/da/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/da/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=42440, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/da/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/da.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5494
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5494
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5494
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/de/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/de/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=45131, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/de/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/de.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5495
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5495
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5495
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/de_AT/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/de_AT/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/de_CH/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/de_CH/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/de_DE/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/de_DE/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/dv/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/dv/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/dz/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/dz/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/el/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/el/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/en/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en at boldquot/L"..., 50) = 50
write(2, "\n", 1) = 1
stat("/usr/share/locale/en at boldquot/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en at quot/LC_ME"..., 46) = 46
write(2, "\n", 1) = 1
stat("/usr/share/locale/en at quot/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en at shaw/LC_ME"..., 46) = 46
write(2, "\n", 1) = 1
stat("/usr/share/locale/en at shaw/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en_AU/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/en_AU/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en_CA/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/en_CA/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en_GB/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/en_GB/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en_NZ/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/en_NZ/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en_US/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/en_US/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/eo/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/eo/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/es/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/es/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/es_AR/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/es_AR/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/es_ES/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/es_ES/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/es_MX/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/es_MX/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/et/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/et/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/et_EE/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/et_EE/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/eu/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/eu/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fa/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/fa/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fa_IR/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/fa_IR/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ff/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ff/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fi/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/fi/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=23422, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fi/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/fi.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5496
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5496
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5496
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fil/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/fil/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fo/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/fo/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fr/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/fr/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=43798, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fr/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/fr.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5497
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5497
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5497
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fur/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/fur/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fy/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/fy/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ga/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ga/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gd/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/gd/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gez/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/gez/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gl/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/gl/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gl_ES/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/gl_ES/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gu/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/gu/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gv/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/gv/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/haw/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/haw/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/he/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/he/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/he_IL/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/he_IL/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/hi/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/hi/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/hr/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/hr/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ht/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ht/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/hu/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/hu/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=46734, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/hu/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/hu.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5498
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5498
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5498
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/hy/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/hy/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ia/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ia/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/id/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/id/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=22816, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/id/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/id.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5499
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5499
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5499
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/io/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/io/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/is/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/is/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/it/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/it/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=44335, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/it/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/it.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5500
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5500
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5500
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/it_IT/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/it_IT/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ja/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ja/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ka/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ka/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/kg/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/kg/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/kk/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/kk/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/km/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/km/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/kmr/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/kmr/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/kn/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/kn/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ko/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ko/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=25317, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ko/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/ko.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5501
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5501
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5501
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/kok/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/kok/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ks/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ks/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ku/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ku/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ky/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ky/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/la/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/la/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/lb/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/lb/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/lg/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/lg/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/li/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/li/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/lo/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/lo/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/locale.alias/"..., 51) = 51
write(2, "\n", 1) = 1
stat("/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOTDIR (Not a directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/lt/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/lt/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/lv/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/lv/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mai/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/mai/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mg/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mg/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mhr/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/mhr/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mi/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mi/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mk/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mk/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ml/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ml/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mn/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mn/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mr/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mr/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ms/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ms/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mt/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mt/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/my/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/my/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nb/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/nb/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nb_NO/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/nb_NO/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nds/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/nds/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ne/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ne/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nl/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/nl/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=44701, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nl/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/nl.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5502
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5502
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5502
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nl_NL/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/nl_NL/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nn/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/nn/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/no/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/no/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nso/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/nso/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/oc/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/oc/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/or/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/or/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pa/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/pa/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pl/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/pl/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=24016, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pl/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/pl.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5503
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5503
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5503
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ps/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ps/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pt/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/pt/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pt_BR/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pt_PT/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/qu/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/qu/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ro/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ro/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ru/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ru/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=58805, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ru/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/ru.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5504
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5504
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5504
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/rw/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/rw/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sc/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sc/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sd/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sd/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/shn/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/shn/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/si/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/si/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sk/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sk/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sl/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sl/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/so/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/so/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sq/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sq/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sr/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sr/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sr at Latn/LC_ME"..., 46) = 46
write(2, "\n", 1) = 1
stat("/usr/share/locale/sr at Latn/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sr at ije/LC_MES"..., 45) = 45
write(2, "\n", 1) = 1
stat("/usr/share/locale/sr at ije/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sr at latin/LC_M"..., 47) = 47
write(2, "\n", 1) = 1
stat("/usr/share/locale/sr at latin/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sv/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sv/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=13316, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sv/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/sv.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5505
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5505
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5505
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sw/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sw/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ta/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ta/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ta_LK/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/ta_LK/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/te/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/te/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tet/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/tet/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tg/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/tg/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/th/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/th/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ti/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ti/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tig/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/tig/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tk/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/tk/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tl/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/tl/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tl_PH/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/tl_PH/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tr/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/tr/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tt/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/tt/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ug/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ug/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/uk/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/uk/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=61170, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/uk/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/uk.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5506
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5506
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5506
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ur/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ur/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ur_PK/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/urd/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/urd/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/uz/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/uz/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/uz at cyrillic/L"..., 50) = 50
write(2, "\n", 1) = 1
stat("/usr/share/locale/uz at cyrillic/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ve/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ve/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/vi/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/vi/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=25875, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/vi/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/vi.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5507
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5507
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5507
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/wa/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/wa/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/wae/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/wae/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/wal/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/wal/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/wo/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/wo/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/xh/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/xh/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/yi/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/yi/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zh/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/zh/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zh_CN/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=37197, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zh_CN/LC_MESS"..., 44) = 44
write(2, " /boot/grub/locale/zh_CN.mo", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5508
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5508
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5508
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zh_HK/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zh_TW/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zu/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/zu/LC_MESSAGES/grub.mo", 0x7ffe20c7b920) = -1 ENOENT (No such file or directory)
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5509
close(4) = 0
read(3, "/dev/sda2\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5509
write(2, "+ ", 2) = 2
write(2, "grub_device=/dev/sda2", 21) = 21
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/grubenv", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/grubenv", {st_mode=S_IFREG|0644, st_size=1024, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5510
close(4) = 0
read(3, "ext2\n", 128) = 5
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5510
write(2, "+ ", 2) = 2
write(2, "fs_module=ext2", 14) = 14
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " xext2", 6) = 6
write(2, " =", 2) = 2
write(2, " x", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "partmap_module=", 15) = 15
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5511
close(4) = 0
read(3, "gpt\n", 128) = 4
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5511
write(2, "+ ", 2) = 2
write(2, "partmap_module= part_gpt", 24) = 24
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5512
close(4) = 0
read(3, "\n", 128) = 1
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5512
write(2, "+ ", 2) = 2
write(2, "devabstraction_module=", 22) = 22
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "modules= ", 9) = 9
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "modules= ext2 part_gpt ", 25) = 25
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5513
close(4) = 0
read(3, "/boot/grub\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5513
write(2, "+ ", 2) = 2
write(2, "relative_grubdir=/boot/grub", 27) = 27
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x/boot/grub", 12) = 12
write(2, " =", 2) = 2
write(2, " x", 2) = 2
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "prefix_drive=", 13) = 13
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "config_opt=", 11) = 11
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/load.cfg", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5514
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5514
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5514
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x", 2) = 2
write(2, " !=", 3) = 3
write(2, " x", 2) = 2
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
read(10, "needed with $platform, but the f"..., 8192) = 5895
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x", 2) = 2
write(2, " =", 2) = 2
write(2, " x", 2) = 2
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x/dev/sda1", 11) = 11
write(2, " !=", 3) = 3
write(2, " x", 2) = 2
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5515
close(4) = 0
stat("/usr/local/sbin/grep", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/grep", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/grep", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/usr/bin/grep", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/sbin/grep", 0x7ffe20c7ba80) = -1 ENOENT (No such file or directory)
stat("/bin/grep", {st_mode=S_IFREG|0755, st_size=175488, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5516
close(3) = 0
close(4294967295) = -1 EBADF (Bad file descriptor)
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5515
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 5516
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5516
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5517
close(4) = 0
read(3, "(hd0,gpt1)\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5517
write(2, "+ ", 2) = 2
write(2, "install_drive=(hd0,gpt1)", 24) = 24
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5518
close(4) = 0
read(3, "(hd0)\n", 128) = 6
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5518
write(2, "+ ", 2) = 2
write(2, "install_drive=(hd0)", 19) = 19
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5521
close(4) = 0
read(3, "(hd0,gpt2)\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5521
write(2, "+ ", 2) = 2
write(2, "grub_drive=(hd0,gpt2)", 21) = 21
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5522
close(4) = 0
read(3, "gpt2\n", 128) = 5
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5522
write(2, "+ ", 2) = 2
write(2, "grub_partition=gpt2", 19) = 19
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5525
close(4) = 0
read(3, "(hd0)\n", 128) = 6
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5525
write(2, "+ ", 2) = 2
write(2, "grub_drive=(hd0)", 16) = 16
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ", 1) = 1
write(2, " =", 2) = 2
write(2, " ata", 4) = 4
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x(hd0)", 7) = 7
write(2, " !=", 3) = 3
write(2, " x(hd0)", 7) = 7
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5528
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 5528
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5528
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xefi", 5) = 5
write(2, " =", 2) = 2
write(2, " xefi", 5) = 5
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xgpt2", 6) = 6
write(2, " =", 2) = 2
write(2, " x", 2) = 2
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "prefix_drive=(,gpt2)", 20) = 20
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "mkimage_target=x86_64-efi", 25) = 25
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "imgext=efi", 10) = 10
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "/usr/bin/grub-mkimage", 21) = 21
write(2, " -d", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi", 25) = 25
write(2, " -O", 3) = 3
write(2, " x86_64-efi", 11) = 11
write(2, " --output=/boot/grub/core.efi", 29) = 29
write(2, " --prefix=(,gpt2)/boot/grub", 27) = 27
write(2, " ext2", 5) = 5
write(2, " part_gpt", 9) = 9
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5529
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5529
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5529
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " mips-yeeloong", 14) = 14
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-ieee1275", 14) = 14
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " powerpc-ieee1275", 17) = 17
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-efi", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " x86_64-efi", 11) = 11
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "/usr/bin/grub-mkimage", 21) = 21
write(2, " -d", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi", 25) = 25
write(2, " -O", 3) = 3
write(2, " x86_64-efi", 11) = 11
write(2, " --output=/boot/grub/grub.efi", 29) = 29
write(2, " --prefix=", 10) = 10
write(2, " ext2", 5) = 5
write(2, " part_gpt", 9) = 9
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5530
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5530
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5530
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-pc", 8) = 8
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " sparc64-ieee1275", 17) = 17
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-ieee1275", 14) = 14
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " powerpc-ieee1275", 17) = 17
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xefi", 5) = 5
write(2, " =", 2) = 2
write(2, " xefi", 5) = 5
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " /boot/grub/core.efi", 20) = 20
write(2, " /boot/efi/EFI/debian/grubx64.ef"..., 33) = 33
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5531
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5531
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5531
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xx86_64", 8) = 8
write(2, " =", 2) = 2
write(2, " xi386", 6) = 6
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5532
close(4) = 0
read(3, "/bin/efibootmgr\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5532
write(2, "+ ", 2) = 2
write(2, "efibootmgr=/bin/efibootmgr", 26) = 26
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " no", 3) = 3
write(2, " =", 2) = 2
write(2, " no", 3) = 3
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -n", 3) = 3
write(2, " debian", 7) = 7
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -n", 3) = 3
write(2, " /bin/efibootmgr", 16) = 16
write(2, "\n", 1) = 1
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
fcntl(2, F_DUPFD, 10) = 11
close(2) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 2) = 2
close(3) = 0
write(11, "+ ", 2) = 2
write(11, "modprobe", 8) = 8
write(11, " -q", 3) = 3
write(11, " efivars", 8) = 8
write(11, "\n", 1) = 1
stat("/usr/local/sbin/modprobe", 0x7ffe20c7b970) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/modprobe", 0x7ffe20c7b970) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/modprobe", 0x7ffe20c7b970) = -1 ENOENT (No such file or directory)
stat("/usr/bin/modprobe", 0x7ffe20c7b970) = -1 ENOENT (No such file or directory)
stat("/sbin/modprobe", {st_mode=S_IFREG|0755, st_size=89248, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5533
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5533
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5533
dup2(11, 2) = 2
close(11) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5534
close(4) = 0
read(3, "0003\n", 128) = 5
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5534
write(2, "+ ", 2) = 2
write(2, "efibootmgr", 10) = 10
write(2, " -q", 3) = 3
write(2, " -b", 3) = 3
write(2, " 0003", 5) = 5
write(2, " -B", 3) = 3
write(2, "\n", 1) = 1
stat("/usr/local/sbin/efibootmgr", 0x7ffe20c7b980) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/efibootmgr", 0x7ffe20c7b980) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/efibootmgr", 0x7ffe20c7b980) = -1 ENOENT (No such file or directory)
stat("/usr/bin/efibootmgr", 0x7ffe20c7b980) = -1 ENOENT (No such file or directory)
stat("/sbin/efibootmgr", 0x7ffe20c7b980) = -1 ENOENT (No such file or directory)
stat("/bin/efibootmgr", {st_mode=S_IFREG|0755, st_size=57816, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5539
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5539
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5539
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5540
close(4) = 0
read(3, "(hd0)\t/dev/disk/by-id/ata-Hitach"..., 128) = 65
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5540
write(2, "+ ", 2) = 2
write(2, "clean_devmap=(hd0)\t/dev/disk/by-"..., 77) = 77
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5541
close(4) = 0
read(3, "(hd0,gpt1)\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5541
write(2, "+ ", 2) = 2
write(2, "efidir_drive=(hd0,gpt1)", 23) = 23
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -z", 3) = 3
write(2, " (hd0,gpt1)", 11) = 11
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5544
close(4) = 0
read(3, "/dev/disk/by-id/ata-Hitachi_HTS5"..., 128) = 59
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5544
write(2, "+ ", 2) = 2
write(2, "efidir_disk=/dev/disk/by-id/ata-"..., 70) = 70
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5551
close(4) = 0
read(3, "1\n", 128) = 2
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5551
write(2, "+ ", 2) = 2
write(2, "efidir_part=1", 13) = 13
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efibootmgr", 10) = 10
write(2, " -q", 3) = 3
write(2, " -c", 3) = 3
write(2, " -d", 3) = 3
write(2, " /dev/disk/by-id/ata-Hitachi_HTS"..., 59) = 59
write(2, " -p", 3) = 3
write(2, " 1", 2) = 2
write(2, " -w", 3) = 3
write(2, " -L", 3) = 3
write(2, " debian", 7) = 7
write(2, " -l", 3) = 3
write(2, " \\EFI\\debian\\grubx64.efi", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f59e1f109d0) = 5554
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5554
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 5554
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -z", 3) = 3
write(2, " ", 1) = 1
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -e", 3) = 3
write(2, " /boot/grub/stage2", 18) = 18
write(2, "\n", 1) = 1
stat("/boot/grub/stage2", 0x7ffe20c7b960) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "echo", 4) = 4
write(2, " Installation finished. No error"..., 42) = 42
write(2, "\n", 1) = 1
write(1, "Installation finished. No error "..., 42) = 42
write(2, "+ ", 2) = 2
write(2, "exit", 4) = 4
write(2, " 0", 2) = 2
write(2, "\n", 1) = 1
exit_group(0) = ?
-------------- next part --------------
execve("/usr/sbin/grub-install", ["grub-install", "--debug", "--removable", "--recheck", "/dev/sda"], [/* 17 vars */]) = 0
brk(0) = 0xfee000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc48ace1000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=77972, ...}) = 0
mmap(NULL, 77972, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fc48accd000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1599504, ...}) = 0
mmap(NULL, 3713080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fc48a739000
mprotect(0x7fc48a8ba000, 2097152, PROT_NONE) = 0
mmap(0x7fc48aaba000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x181000) = 0x7fc48aaba000
mmap(0x7fc48aabf000, 18488, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fc48aabf000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc48accc000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc48accb000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc48acca000
arch_prctl(ARCH_SET_FS, 0x7fc48accb700) = 0
mprotect(0x7fc48aaba000, 16384, PROT_READ) = 0
mprotect(0x7fc48ace3000, 4096, PROT_READ) = 0
munmap(0x7fc48accd000, 77972) = 0
getpid() = 3697
rt_sigaction(SIGCHLD, {0x40f270, ~[RTMIN RT_1], SA_RESTORER, 0x7fc48a76b1e0}, NULL, 8) = 0
geteuid() = 0
brk(0) = 0xfee000
brk(0x100f000) = 0x100f000
getppid() = 3696
stat("/boot/efi/EFI", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/sbin/grub-install", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 10
close(3) = 0
fcntl(10, F_SETFD, FD_CLOEXEC) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x40f270, ~[RTMIN RT_1], SA_RESTORER, 0x7fc48a76b1e0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7fc48a76b1e0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7fc48a76b1e0}, NULL, 8) = 0
read(10, "#! /bin/sh\n\n# Install GRUB on yo"..., 8192) = 8192
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3698
close(4) = 0
read(3, "grub/x86_64-efi\n", 128) = 16
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3698
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3701
close(4) = 0
read(3, "grub-install\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3701
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3702
close(4) = 0
read(3, "grub-setup\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3702
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3705
close(4) = 0
read(3, "grub-mkimage\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3705
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3708
close(4) = 0
read(3, "grub-mkdevicemap\n", 128) = 17
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3708
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3711
close(4) = 0
read(3, "grub-probe\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3711
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3714
close(4) = 0
read(3, "grub-editenv\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3714
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3717
close(4) = 0
read(3, "grub-mkrelpath\n", 128) = 15
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3717
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3720
close(4) = 0
read(3, "/boot/grub\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3720
stat("/etc/default/grub", {st_mode=S_IFREG|0644, st_size=1176, ...}) = 0
open("/etc/default/grub", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 11
close(3) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
read(11, "# If you change this file, run '"..., 8192) = 1176
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3723
close(4) = 0
read(3, "Debian\n", 128) = 7
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3723
read(11, "", 8192) = 0
close(11) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3725
close(4) = 0
read(3, "debian\n", 128) = 7
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3725
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3729
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 3729
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3729
write(2, "+ ", 2) = 2
write(2, "setup_verbose=--verbose", 23) = 23
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efi_quiet=-q", 12) = 12
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " -z", 3) = 3
write(2, " ", 1) = 1
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "bootdir=/boot", 13) = 13
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " -n", 3) = 3
write(2, " ", 1) = 1
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3730
close(4) = 0
read(3, "/boot/grub\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3730
write(2, "+ ", 2) = 2
write(2, "grubdir=/boot/grub", 18) = 18
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "device_map=/boot/grub/device.map", 32) = 32
write(2, "\n", 1) = 1
read(10, " :\n else\n echo \"$1: "..., 8192) = 8192
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-pc", 8) = 8
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " sparc64-ieee1275", 17) = 17
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "set", 3) = 3
write(2, " /usr/bin/grub-mkimage", 22) = 22
write(2, " dummy", 6) = 6
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/bin/grub-mkimage", 22) = 22
write(2, "\n", 1) = 1
stat("/usr/bin/grub-mkimage", {st_mode=S_IFREG|0755, st_size=128568, ...}) = 0
write(2, "+ ", 2) = 2
write(2, ":", 1) = 1
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "set", 3) = 3
write(2, " /usr/sbin/grub-mkdevicemap", 27) = 27
write(2, " dummy", 6) = 6
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/sbin/grub-mkdevicemap", 27) = 27
write(2, "\n", 1) = 1
stat("/usr/sbin/grub-mkdevicemap", {st_mode=S_IFREG|0755, st_size=67144, ...}) = 0
write(2, "+ ", 2) = 2
write(2, ":", 1) = 1
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xefi", 5) = 5
write(2, " =", 2) = 2
write(2, " xefi", 5) = 5
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efidir=", 7) = 7
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -d", 3) = 3
write(2, " /boot/efi", 10) = 10
write(2, "\n", 1) = 1
stat("/boot/efi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3733
close(4) = 0
read(3, "/dev/sda1\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3733
write(2, "+ ", 2) = 2
write(2, "install_device=/dev/sda1", 24) = 24
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3738
close(4) = 0
read(3, "/dev/sda2\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3738
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " x/dev/sda1", 11) = 11
write(2, " !=", 3) = 3
write(2, " x/dev/sda2", 11) = 11
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efidir=/boot/efi", 16) = 16
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -n", 3) = 3
write(2, " /boot/efi", 10) = 10
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3742
close(4) = 0
read(3, "fat\n", 128) = 4
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3742
write(2, "+ ", 2) = 2
write(2, "efi_fs=fat", 10) = 10
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " xfat", 5) = 5
write(2, " =", 2) = 2
write(2, " xfat", 5) = 5
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, ":", 1) = 1
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -n", 3) = 3
write(2, " /boot/efi", 10) = 10
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efi_distributor=debian", 22) = 22
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " yes", 4) = 4
write(2, " =", 2) = 2
write(2, " yes", 4) = 4
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efi_distributor=BOOT", 20) = 20
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efi_file=BOOTX64.EFI", 20) = 20
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "efidir=/boot/efi/EFI/BOOT", 25) = 25
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "mkdir", 5) = 5
write(2, " -p", 3) = 3
write(2, " /boot/efi/EFI/BOOT", 19) = 19
write(2, "\n", 1) = 1
stat("/usr/local/sbin/mkdir", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/mkdir", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/mkdir", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/usr/bin/mkdir", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/sbin/mkdir", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/bin/mkdir", {st_mode=S_IFREG|0755, st_size=55888, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3743
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3743
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3743
write(2, "+ ", 2) = 2
write(2, "mkdir", 5) = 5
write(2, " -p", 3) = 3
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3744
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3744
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3744
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " yes", 4) = 4
write(2, " =", 2) = 2
write(2, " yes", 4) = 4
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/device.map", 22) = 22
write(2, "\n", 1) = 1
stat("/usr/local/sbin/rm", 0x7ffef78396e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/rm", 0x7ffef78396e0) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/rm", 0x7ffef78396e0) = -1 ENOENT (No such file or directory)
stat("/usr/bin/rm", 0x7ffef78396e0) = -1 ENOENT (No such file or directory)
stat("/sbin/rm", 0x7ffef78396e0) = -1 ENOENT (No such file or directory)
stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=60000, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3745
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3745
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3745
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/device.map", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/device.map", 0x7ffef7839580) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -n", 3) = 3
write(2, " ", 1) = 1
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "/usr/sbin/grub-mkdevicemap", 26) = 26
write(2, " --device-map=/boot/grub/device."..., 35) = 35
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3746
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3746
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3746
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3747
close(4) = 0
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3747
write(2, "+ ", 2) = 2
write(2, "tmp=", 4) = 4
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -n", 3) = 3
write(2, " ", 1) = 1
write(2, "\n", 1) = 1
open("/boot/grub", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 194 entries */, 32768) = 6584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/boot/grub", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 194 entries */, 32768) = 6584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/boot/grub", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 194 entries */, 32768) = 6584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/boot/grub", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 194 entries */, 32768) = 6584
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/acpi.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/acpi.mod", {st_mode=S_IFREG|0644, st_size=17520, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3752
close(4) = 0
read(3, "acpi.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3752
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " acpi.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/acpi.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3753
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3753
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3753
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/adler32.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/adler32.mod", {st_mode=S_IFREG|0644, st_size=2752, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3754
close(4) = 0
read(3, "adler32.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3754
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " adler32.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/adler32.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3755
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3755
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3755
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/affs.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/affs.mod", {st_mode=S_IFREG|0644, st_size=7536, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3756
close(4) = 0
read(3, "affs.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3756
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " affs.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/affs.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3757
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3757
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3757
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/afs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/afs.mod", {st_mode=S_IFREG|0644, st_size=7128, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3758
close(4) = 0
read(3, "afs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3758
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " afs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/afs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3759
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3759
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3759
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/afs_be.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/afs_be.mod", {st_mode=S_IFREG|0644, st_size=7376, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3760
close(4) = 0
read(3, "afs_be.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3760
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " afs_be.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/afs_be.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3761
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3761
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3761
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/aout.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/aout.mod", {st_mode=S_IFREG|0644, st_size=1632, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3762
close(4) = 0
read(3, "aout.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3762
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " aout.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/aout.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3763
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3763
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3763
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/appleldr.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/appleldr.mod", {st_mode=S_IFREG|0644, st_size=4976, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3764
close(4) = 0
read(3, "appleldr.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3764
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " appleldr.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/appleldr.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3765
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3765
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3765
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/at_keyboard.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/at_keyboard.mod", {st_mode=S_IFREG|0644, st_size=7480, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3766
close(4) = 0
read(3, "at_keyboard.mod\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3766
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " at_keyboard.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/at_keyboard.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3767
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3767
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3767
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ata.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/ata.mod", {st_mode=S_IFREG|0644, st_size=13600, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3768
close(4) = 0
read(3, "ata.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3768
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ata.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ata.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3769
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3769
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3769
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ata_pthru.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/ata_pthru.mod", {st_mode=S_IFREG|0644, st_size=3456, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3770
close(4) = 0
read(3, "ata_pthru.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3770
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ata_pthru.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ata_pthru.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3771
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3771
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3771
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/befs.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/befs.mod", {st_mode=S_IFREG|0644, st_size=6976, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3772
close(4) = 0
read(3, "befs.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3772
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " befs.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/befs.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3773
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3773
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3773
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/befs_be.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/befs_be.mod", {st_mode=S_IFREG|0644, st_size=7240, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3774
close(4) = 0
read(3, "befs_be.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3774
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " befs_be.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/befs_be.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3775
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3775
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3775
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/bitmap.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/bitmap.mod", {st_mode=S_IFREG|0644, st_size=3440, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3776
close(4) = 0
read(3, "bitmap.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3776
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " bitmap.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/bitmap.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3777
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3777
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3777
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/bitmap_scale.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/bitmap_scale.mod", {st_mode=S_IFREG|0644, st_size=3840, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3778
close(4) = 0
read(3, "bitmap_scale.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3778
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " bitmap_scale.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/bitmap_scale.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3779
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3779
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3779
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/blocklist.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/blocklist.mod", {st_mode=S_IFREG|0644, st_size=3360, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3780
close(4) = 0
read(3, "blocklist.mod\n", 128) = 14
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3780
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " blocklist.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/blocklist.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3781
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3781
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3781
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/boot.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/boot.mod", {st_mode=S_IFREG|0644, st_size=3688, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3782
close(4) = 0
read(3, "boot.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3782
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " boot.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/boot.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3783
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3783
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3783
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/bsd.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/bsd.mod", {st_mode=S_IFREG|0644, st_size=47456, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3784
close(4) = 0
read(3, "bsd.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3784
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " bsd.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/bsd.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3785
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3785
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3785
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/btrfs.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/btrfs.mod", {st_mode=S_IFREG|0644, st_size=19096, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3786
close(4) = 0
read(3, "btrfs.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3786
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " btrfs.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/btrfs.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3787
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3787
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3787
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/bufio.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/bufio.mod", {st_mode=S_IFREG|0644, st_size=2992, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3788
close(4) = 0
read(3, "bufio.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3788
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " bufio.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/bufio.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3789
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3789
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3789
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/cat.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/cat.mod", {st_mode=S_IFREG|0644, st_size=3840, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3790
close(4) = 0
read(3, "cat.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3790
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " cat.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/cat.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3791
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3791
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3791
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/chain.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/chain.mod", {st_mode=S_IFREG|0644, st_size=7840, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3792
close(4) = 0
read(3, "chain.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3792
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " chain.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/chain.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3793
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3793
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3793
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/cmp.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/cmp.mod", {st_mode=S_IFREG|0644, st_size=3224, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3794
close(4) = 0
read(3, "cmp.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3794
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " cmp.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/cmp.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3795
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3795
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3795
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/configfile.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/configfile.mod", {st_mode=S_IFREG|0644, st_size=3720, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3796
close(4) = 0
read(3, "configfile.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3796
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " configfile.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/configfile.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3797
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3797
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3797
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/cpio.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/cpio.mod", {st_mode=S_IFREG|0644, st_size=4968, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3798
close(4) = 0
read(3, "cpio.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3798
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " cpio.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/cpio.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3799
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3799
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3799
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/cpuid.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/cpuid.mod", {st_mode=S_IFREG|0644, st_size=2528, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3800
close(4) = 0
read(3, "cpuid.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3800
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " cpuid.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/cpuid.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3801
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3801
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3801
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/crypto.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/crypto.mod", {st_mode=S_IFREG|0644, st_size=6208, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3802
close(4) = 0
read(3, "crypto.mod\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3802
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " crypto.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/crypto.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3803
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3803
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3803
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/cs5536.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/cs5536.mod", {st_mode=S_IFREG|0644, st_size=4800, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3804
close(4) = 0
read(3, "cs5536.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3804
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " cs5536.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/cs5536.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3805
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3805
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3805
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/date.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/date.mod", {st_mode=S_IFREG|0644, st_size=3472, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3806
close(4) = 0
read(3, "date.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3806
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " date.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/date.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3807
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3807
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3807
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/datehook.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/datehook.mod", {st_mode=S_IFREG|0644, st_size=3296, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3808
close(4) = 0
read(3, "datehook.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3808
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " datehook.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/datehook.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3809
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3809
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3809
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/datetime.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/datetime.mod", {st_mode=S_IFREG|0644, st_size=2040, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3810
close(4) = 0
read(3, "datetime.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3810
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " datetime.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/datetime.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3811
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3811
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3811
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/dm_nv.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/dm_nv.mod", {st_mode=S_IFREG|0644, st_size=3000, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3812
close(4) = 0
read(3, "dm_nv.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3812
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " dm_nv.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/dm_nv.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3813
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3813
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3813
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/echo.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/echo.mod", {st_mode=S_IFREG|0644, st_size=3264, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3814
close(4) = 0
read(3, "echo.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3814
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " echo.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/echo.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3815
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3815
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3815
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/efi_gop.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/efi_gop.mod", {st_mode=S_IFREG|0644, st_size=9472, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3816
close(4) = 0
read(3, "efi_gop.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3816
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " efi_gop.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/efi_gop.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3817
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3817
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3817
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/efi_uga.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/efi_uga.mod", {st_mode=S_IFREG|0644, st_size=6920, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3818
close(4) = 0
read(3, "efi_uga.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3818
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " efi_uga.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/efi_uga.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3819
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3819
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3819
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/elf.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/elf.mod", {st_mode=S_IFREG|0644, st_size=7216, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3820
close(4) = 0
read(3, "elf.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3820
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " elf.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/elf.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3821
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3821
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3821
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/example_functional_t"..., 39) = 39
write(2, "\n", 1) = 1
stat("/boot/grub/example_functional_test.mod", {st_mode=S_IFREG|0644, st_size=2680, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3822
close(4) = 0
read(3, "example_functional_test.mod\n", 128) = 28
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3822
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " example_functional_test.mod", 28) = 28
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/example_functional_t"..., 39) = 39
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3823
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3823
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3823
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ext2.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/ext2.mod", {st_mode=S_IFREG|0644, st_size=9296, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3824
close(4) = 0
read(3, "ext2.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3824
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ext2.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ext2.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3825
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3825
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3825
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/extcmd.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/extcmd.mod", {st_mode=S_IFREG|0644, st_size=7144, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3826
close(4) = 0
read(3, "extcmd.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3826
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " extcmd.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/extcmd.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3827
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3827
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3827
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/fat.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/fat.mod", {st_mode=S_IFREG|0644, st_size=9448, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3828
close(4) = 0
read(3, "fat.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3828
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " fat.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/fat.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3829
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3829
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3829
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/fixvideo.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/fixvideo.mod", {st_mode=S_IFREG|0644, st_size=2952, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3830
close(4) = 0
read(3, "fixvideo.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3830
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " fixvideo.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/fixvideo.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3831
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3831
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3831
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/font.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/font.mod", {st_mode=S_IFREG|0644, st_size=16208, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3832
close(4) = 0
read(3, "font.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3832
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " font.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/font.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3833
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3833
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3833
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/fshelp.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/fshelp.mod", {st_mode=S_IFREG|0644, st_size=4136, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3834
close(4) = 0
read(3, "fshelp.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3834
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " fshelp.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/fshelp.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3835
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3835
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3835
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/functional_test.mod", 31) = 31
write(2, "\n", 1) = 1
stat("/boot/grub/functional_test.mod", {st_mode=S_IFREG|0644, st_size=4144, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3836
close(4) = 0
read(3, "functional_test.mod\n", 128) = 20
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 20
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3836
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " functional_test.mod", 20) = 20
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/functional_test.mod", 31) = 31
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3837
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3837
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3837
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_arcfour.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_arcfour.mod", {st_mode=S_IFREG|0644, st_size=2720, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3838
close(4) = 0
read(3, "gcry_arcfour.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3838
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_arcfour.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_arcfour.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3839
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3839
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3839
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_blowfish.mod", 29) = 29
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_blowfish.mod", {st_mode=S_IFREG|0644, st_size=9992, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3840
close(4) = 0
read(3, "gcry_blowfish.mod\n", 128) = 18
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 18
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3840
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_blowfish.mod", 18) = 18
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_blowfish.mod", 29) = 29
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3841
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3841
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3841
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_camellia.mod", 29) = 29
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_camellia.mod", {st_mode=S_IFREG|0644, st_size=30624, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3842
close(4) = 0
read(3, "gcry_camellia.mod\n", 128) = 18
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 18
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3842
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_camellia.mod", 18) = 18
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_camellia.mod", 29) = 29
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3843
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3843
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3843
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_cast5.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_cast5.mod", {st_mode=S_IFREG|0644, st_size=15616, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3844
close(4) = 0
read(3, "gcry_cast5.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3844
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_cast5.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_cast5.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3845
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3845
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3845
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_crc.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_crc.mod", {st_mode=S_IFREG|0644, st_size=4152, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3846
close(4) = 0
read(3, "gcry_crc.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3846
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_crc.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_crc.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3847
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3847
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3847
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_des.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_des.mod", {st_mode=S_IFREG|0644, st_size=17528, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3848
close(4) = 0
read(3, "gcry_des.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3848
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_des.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_des.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3849
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3849
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3849
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_md4.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_md4.mod", {st_mode=S_IFREG|0644, st_size=4512, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3850
close(4) = 0
read(3, "gcry_md4.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3850
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_md4.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_md4.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3851
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3851
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3851
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_md5.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_md5.mod", {st_mode=S_IFREG|0644, st_size=5264, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3852
close(4) = 0
read(3, "gcry_md5.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3852
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_md5.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_md5.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3853
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3853
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3853
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rfc2268.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_rfc2268.mod", {st_mode=S_IFREG|0644, st_size=3616, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3854
close(4) = 0
read(3, "gcry_rfc2268.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3854
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_rfc2268.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rfc2268.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3855
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3855
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3855
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rijndael.mod", 29) = 29
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_rijndael.mod", {st_mode=S_IFREG|0644, st_size=20624, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3856
close(4) = 0
read(3, "gcry_rijndael.mod\n", 128) = 18
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 18
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3856
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_rijndael.mod", 18) = 18
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rijndael.mod", 29) = 29
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3857
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3857
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3857
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rmd160.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_rmd160.mod", {st_mode=S_IFREG|0644, st_size=9560, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3858
close(4) = 0
read(3, "gcry_rmd160.mod\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3858
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_rmd160.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_rmd160.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3859
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3859
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3859
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_seed.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_seed.mod", {st_mode=S_IFREG|0644, st_size=13624, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3860
close(4) = 0
read(3, "gcry_seed.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3860
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_seed.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_seed.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3861
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3861
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3861
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_serpent.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_serpent.mod", {st_mode=S_IFREG|0644, st_size=18712, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3862
close(4) = 0
read(3, "gcry_serpent.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3862
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_serpent.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_serpent.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3863
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3863
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3863
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha1.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_sha1.mod", {st_mode=S_IFREG|0644, st_size=8240, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3864
close(4) = 0
read(3, "gcry_sha1.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3864
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_sha1.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha1.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3865
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3865
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3865
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha256.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_sha256.mod", {st_mode=S_IFREG|0644, st_size=4952, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3866
close(4) = 0
read(3, "gcry_sha256.mod\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3866
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_sha256.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha256.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3867
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3867
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3867
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha512.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_sha512.mod", {st_mode=S_IFREG|0644, st_size=6104, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3868
close(4) = 0
read(3, "gcry_sha512.mod\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3868
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_sha512.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_sha512.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3869
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3869
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3869
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_tiger.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_tiger.mod", {st_mode=S_IFREG|0644, st_size=12808, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3870
close(4) = 0
read(3, "gcry_tiger.mod\n", 128) = 15
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3870
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_tiger.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_tiger.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3871
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3871
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3871
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_twofish.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_twofish.mod", {st_mode=S_IFREG|0644, st_size=34288, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3872
close(4) = 0
read(3, "gcry_twofish.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3872
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_twofish.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_twofish.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3873
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3873
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3873
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_whirlpool.mod", 30) = 30
write(2, "\n", 1) = 1
stat("/boot/grub/gcry_whirlpool.mod", {st_mode=S_IFREG|0644, st_size=23352, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3874
close(4) = 0
read(3, "gcry_whirlpool.mod\n", 128) = 19
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3874
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gcry_whirlpool.mod", 19) = 19
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gcry_whirlpool.mod", 30) = 30
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3875
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3875
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3875
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gettext.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/gettext.mod", {st_mode=S_IFREG|0644, st_size=7416, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3876
close(4) = 0
read(3, "gettext.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3876
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gettext.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gettext.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3877
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3877
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3877
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gfxmenu.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/gfxmenu.mod", {st_mode=S_IFREG|0644, st_size=54224, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3878
close(4) = 0
read(3, "gfxmenu.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3878
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gfxmenu.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gfxmenu.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3879
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3879
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3879
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gfxterm.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/gfxterm.mod", {st_mode=S_IFREG|0644, st_size=21664, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3880
close(4) = 0
read(3, "gfxterm.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3880
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gfxterm.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gfxterm.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3881
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3881
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3881
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gptsync.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/gptsync.mod", {st_mode=S_IFREG|0644, st_size=5432, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3882
close(4) = 0
read(3, "gptsync.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3882
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gptsync.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gptsync.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3883
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3883
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3883
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/gzio.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/gzio.mod", {st_mode=S_IFREG|0644, st_size=12168, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3884
close(4) = 0
read(3, "gzio.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3884
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " gzio.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/gzio.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3885
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3885
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3885
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/halt.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/halt.mod", {st_mode=S_IFREG|0644, st_size=6272, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3886
close(4) = 0
read(3, "halt.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3886
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " halt.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/halt.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3887
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3887
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3887
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hashsum.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/hashsum.mod", {st_mode=S_IFREG|0644, st_size=8808, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3888
close(4) = 0
read(3, "hashsum.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3888
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hashsum.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hashsum.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3889
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3889
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3889
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hdparm.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/hdparm.mod", {st_mode=S_IFREG|0644, st_size=11880, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3890
close(4) = 0
read(3, "hdparm.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3890
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hdparm.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hdparm.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3891
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3891
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3891
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hello.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/hello.mod", {st_mode=S_IFREG|0644, st_size=1992, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3892
close(4) = 0
read(3, "hello.mod\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3892
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hello.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hello.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3893
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3893
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3893
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/help.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/help.mod", {st_mode=S_IFREG|0644, st_size=4000, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3894
close(4) = 0
read(3, "help.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3894
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " help.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/help.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3895
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3895
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3895
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hexdump.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/hexdump.mod", {st_mode=S_IFREG|0644, st_size=4736, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3896
close(4) = 0
read(3, "hexdump.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3896
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hexdump.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hexdump.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3897
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3897
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3897
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hfs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/hfs.mod", {st_mode=S_IFREG|0644, st_size=9688, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3898
close(4) = 0
read(3, "hfs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3898
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hfs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hfs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3899
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3899
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3899
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/hfsplus.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/hfsplus.mod", {st_mode=S_IFREG|0644, st_size=9680, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3900
close(4) = 0
read(3, "hfsplus.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3900
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " hfsplus.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/hfsplus.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3901
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3901
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3901
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/iorw.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/iorw.mod", {st_mode=S_IFREG|0644, st_size=4720, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3902
close(4) = 0
read(3, "iorw.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3902
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " iorw.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/iorw.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3903
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3903
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3903
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/iso9660.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/iso9660.mod", {st_mode=S_IFREG|0644, st_size=10200, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3904
close(4) = 0
read(3, "iso9660.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3904
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " iso9660.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/iso9660.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3905
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3905
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3905
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/jfs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/jfs.mod", {st_mode=S_IFREG|0644, st_size=9400, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3906
close(4) = 0
read(3, "jfs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3906
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " jfs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/jfs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3907
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3907
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3907
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/jpeg.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/jpeg.mod", {st_mode=S_IFREG|0644, st_size=8432, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3908
close(4) = 0
read(3, "jpeg.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3908
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " jpeg.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/jpeg.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3909
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3909
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3909
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/keylayouts.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/keylayouts.mod", {st_mode=S_IFREG|0644, st_size=5976, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3910
close(4) = 0
read(3, "keylayouts.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3910
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " keylayouts.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/keylayouts.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3911
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3911
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3911
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/keystatus.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/keystatus.mod", {st_mode=S_IFREG|0644, st_size=3400, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3912
close(4) = 0
read(3, "keystatus.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3912
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " keystatus.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/keystatus.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3913
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3913
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3913
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/linux.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/linux.mod", {st_mode=S_IFREG|0644, st_size=14352, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3914
close(4) = 0
read(3, "linux.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3914
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " linux.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/linux.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3915
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3915
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3915
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/loadbios.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/loadbios.mod", {st_mode=S_IFREG|0644, st_size=5080, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3916
close(4) = 0
read(3, "loadbios.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3916
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " loadbios.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/loadbios.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3917
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3917
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3917
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/loadenv.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/loadenv.mod", {st_mode=S_IFREG|0644, st_size=9248, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3918
close(4) = 0
read(3, "loadenv.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3918
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " loadenv.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/loadenv.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3919
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3919
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3919
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/loopback.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/loopback.mod", {st_mode=S_IFREG|0644, st_size=4808, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3920
close(4) = 0
read(3, "loopback.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3920
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " loopback.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/loopback.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3921
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3921
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3921
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ls.mod", 18) = 18
write(2, "\n", 1) = 1
stat("/boot/grub/ls.mod", {st_mode=S_IFREG|0644, st_size=7120, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3922
close(4) = 0
read(3, "ls.mod\n", 128) = 7
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 7
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3922
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ls.mod", 7) = 7
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ls.mod", 18) = 18
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3923
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3923
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3923
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsacpi.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/lsacpi.mod", {st_mode=S_IFREG|0644, st_size=5600, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3924
close(4) = 0
read(3, "lsacpi.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3924
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lsacpi.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsacpi.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3925
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3925
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3925
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsefimmap.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/lsefimmap.mod", {st_mode=S_IFREG|0644, st_size=3544, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3926
close(4) = 0
read(3, "lsefimmap.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3926
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lsefimmap.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsefimmap.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3927
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3927
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3927
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsefisystab.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/lsefisystab.mod", {st_mode=S_IFREG|0644, st_size=3848, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3928
close(4) = 0
read(3, "lsefisystab.mod\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3928
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lsefisystab.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsefisystab.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3929
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3929
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3929
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsmmap.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/lsmmap.mod", {st_mode=S_IFREG|0644, st_size=2944, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3930
close(4) = 0
read(3, "lsmmap.mod\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3930
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lsmmap.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lsmmap.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3931
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3931
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3931
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lspci.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/lspci.mod", {st_mode=S_IFREG|0644, st_size=7504, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3932
close(4) = 0
read(3, "lspci.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3932
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lspci.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lspci.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3933
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3933
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3933
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lssal.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/lssal.mod", {st_mode=S_IFREG|0644, st_size=4072, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3934
close(4) = 0
read(3, "lssal.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3934
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lssal.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lssal.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3935
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3935
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3935
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lvm.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/lvm.mod", {st_mode=S_IFREG|0644, st_size=11464, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3936
close(4) = 0
read(3, "lvm.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3936
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lvm.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lvm.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3937
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3937
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3937
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/lzopio.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/lzopio.mod", {st_mode=S_IFREG|0644, st_size=13032, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3938
close(4) = 0
read(3, "lzopio.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3938
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " lzopio.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/lzopio.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3939
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3939
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3939
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/mdraid09.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/mdraid09.mod", {st_mode=S_IFREG|0644, st_size=2928, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3940
close(4) = 0
read(3, "mdraid09.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3940
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " mdraid09.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/mdraid09.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3941
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3941
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3941
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/mdraid1x.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/mdraid1x.mod", {st_mode=S_IFREG|0644, st_size=3336, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3942
close(4) = 0
read(3, "mdraid1x.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3942
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " mdraid1x.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/mdraid1x.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3943
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3943
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3943
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/memdisk.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/memdisk.mod", {st_mode=S_IFREG|0644, st_size=3496, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3944
close(4) = 0
read(3, "memdisk.mod\n", 128) = 12
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3944
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " memdisk.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/memdisk.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3945
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3945
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3945
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/memrw.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/memrw.mod", {st_mode=S_IFREG|0644, st_size=4744, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3946
close(4) = 0
read(3, "memrw.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3946
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " memrw.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/memrw.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3947
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3947
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3947
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/minicmd.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/minicmd.mod", {st_mode=S_IFREG|0644, st_size=5704, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3948
close(4) = 0
read(3, "minicmd.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3948
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " minicmd.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/minicmd.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3949
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3949
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3949
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/minix.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/minix.mod", {st_mode=S_IFREG|0644, st_size=6448, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3950
close(4) = 0
read(3, "minix.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3950
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " minix.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/minix.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3951
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3951
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3951
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/minix2.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/minix2.mod", {st_mode=S_IFREG|0644, st_size=6432, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3952
close(4) = 0
read(3, "minix2.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3952
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " minix2.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/minix2.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3953
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3953
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3953
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/mmap.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/mmap.mod", {st_mode=S_IFREG|0644, st_size=10112, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3954
close(4) = 0
read(3, "mmap.mod\n", 128) = 9
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3954
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " mmap.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/mmap.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3955
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3955
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3955
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/msdospart.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/msdospart.mod", {st_mode=S_IFREG|0644, st_size=3880, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3956
close(4) = 0
read(3, "msdospart.mod\n", 128) = 14
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3956
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " msdospart.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/msdospart.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3957
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3957
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3957
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/multiboot.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/multiboot.mod", {st_mode=S_IFREG|0644, st_size=18272, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3958
close(4) = 0
read(3, "multiboot.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3958
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " multiboot.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/multiboot.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3959
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3959
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3959
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/multiboot2.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/multiboot2.mod", {st_mode=S_IFREG|0644, st_size=19672, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3960
close(4) = 0
read(3, "multiboot2.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3960
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " multiboot2.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/multiboot2.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3961
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3961
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3961
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/nilfs2.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/nilfs2.mod", {st_mode=S_IFREG|0644, st_size=10448, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3962
close(4) = 0
read(3, "nilfs2.mod\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3962
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " nilfs2.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/nilfs2.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3963
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3963
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3963
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/normal.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/normal.mod", {st_mode=S_IFREG|0644, st_size=164968, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3964
close(4) = 0
read(3, "normal.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3964
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " normal.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/normal.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3965
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3965
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3965
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ntfs.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/ntfs.mod", {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3966
close(4) = 0
read(3, "ntfs.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3966
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ntfs.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ntfs.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3967
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3967
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3967
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ntfscomp.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/ntfscomp.mod", {st_mode=S_IFREG|0644, st_size=5080, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3968
close(4) = 0
read(3, "ntfscomp.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3968
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ntfscomp.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ntfscomp.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3969
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3969
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3969
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ohci.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/ohci.mod", {st_mode=S_IFREG|0644, st_size=16608, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3970
close(4) = 0
read(3, "ohci.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3970
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ohci.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ohci.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3971
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3971
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3971
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_acorn.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/part_acorn.mod", {st_mode=S_IFREG|0644, st_size=2608, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3972
close(4) = 0
read(3, "part_acorn.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3972
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_acorn.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_acorn.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3973
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3973
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3973
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_amiga.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/part_amiga.mod", {st_mode=S_IFREG|0644, st_size=2824, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3974
close(4) = 0
read(3, "part_amiga.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3974
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_amiga.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_amiga.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3975
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3975
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3975
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_apple.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/part_apple.mod", {st_mode=S_IFREG|0644, st_size=3304, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3976
close(4) = 0
read(3, "part_apple.mod\n", 128) = 15
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3976
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_apple.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_apple.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3977
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3977
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3977
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_bsd.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/part_bsd.mod", {st_mode=S_IFREG|0644, st_size=4560, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3978
close(4) = 0
read(3, "part_bsd.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3978
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_bsd.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_bsd.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3979
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3979
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3979
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_gpt.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/part_gpt.mod", {st_mode=S_IFREG|0644, st_size=3464, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3980
close(4) = 0
read(3, "part_gpt.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3980
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_gpt.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_gpt.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3981
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3981
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3981
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_msdos.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/part_msdos.mod", {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3982
close(4) = 0
read(3, "part_msdos.mod\n", 128) = 15
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3982
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_msdos.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_msdos.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3983
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3983
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3983
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_sun.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/part_sun.mod", {st_mode=S_IFREG|0644, st_size=2512, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3984
close(4) = 0
read(3, "part_sun.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3984
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_sun.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_sun.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3985
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3985
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3985
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_sunpc.mod", 26) = 26
write(2, "\n", 1) = 1
stat("/boot/grub/part_sunpc.mod", {st_mode=S_IFREG|0644, st_size=2752, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3986
close(4) = 0
read(3, "part_sunpc.mod\n", 128) = 15
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 15
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3986
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " part_sunpc.mod", 15) = 15
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/part_sunpc.mod", 26) = 26
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3987
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3987
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3987
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/parttool.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/parttool.mod", {st_mode=S_IFREG|0644, st_size=7064, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3988
close(4) = 0
read(3, "parttool.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3988
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " parttool.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/parttool.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3989
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3989
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3989
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/password.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/password.mod", {st_mode=S_IFREG|0644, st_size=3200, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3990
close(4) = 0
read(3, "password.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3990
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " password.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/password.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3991
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3991
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3991
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/password_pbkdf2.mod", 31) = 31
write(2, "\n", 1) = 1
stat("/boot/grub/password_pbkdf2.mod", {st_mode=S_IFREG|0644, st_size=4712, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3992
close(4) = 0
read(3, "password_pbkdf2.mod\n", 128) = 20
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 20
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3992
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " password_pbkdf2.mod", 20) = 20
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/password_pbkdf2.mod", 31) = 31
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3993
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3993
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3993
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/pbkdf2.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/pbkdf2.mod", {st_mode=S_IFREG|0644, st_size=2144, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3994
close(4) = 0
read(3, "pbkdf2.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3994
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " pbkdf2.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/pbkdf2.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3995
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3995
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3995
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/pci.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/pci.mod", {st_mode=S_IFREG|0644, st_size=1720, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3996
close(4) = 0
read(3, "pci.mod\n", 128) = 8
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3996
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " pci.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/pci.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3997
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3997
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3997
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/play.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/play.mod", {st_mode=S_IFREG|0644, st_size=4008, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3998
close(4) = 0
read(3, "play.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3998
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " play.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/play.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 3999
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3999
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 3999
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/png.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/png.mod", {st_mode=S_IFREG|0644, st_size=9928, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4000
close(4) = 0
read(3, "png.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4000
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " png.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/png.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4001
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4001
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4001
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/probe.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/probe.mod", {st_mode=S_IFREG|0644, st_size=4400, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4002
close(4) = 0
read(3, "probe.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4002
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " probe.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/probe.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4003
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4003
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4003
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/raid.mod", {st_mode=S_IFREG|0644, st_size=9936, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4004
close(4) = 0
read(3, "raid.mod\n", 128) = 9
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4004
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " raid.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4005
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4005
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4005
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid5rec.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/raid5rec.mod", {st_mode=S_IFREG|0644, st_size=2232, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4006
close(4) = 0
read(3, "raid5rec.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4006
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " raid5rec.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid5rec.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4007
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4007
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4007
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid6rec.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/raid6rec.mod", {st_mode=S_IFREG|0644, st_size=4552, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4008
close(4) = 0
read(3, "raid6rec.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4008
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " raid6rec.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/raid6rec.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4009
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4009
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4009
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/read.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/read.mod", {st_mode=S_IFREG|0644, st_size=2608, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4010
close(4) = 0
read(3, "read.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4010
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " read.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/read.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4011
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4011
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4011
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/reboot.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/reboot.mod", {st_mode=S_IFREG|0644, st_size=1840, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4012
close(4) = 0
read(3, "reboot.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4012
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " reboot.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/reboot.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4013
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4013
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4013
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/regexp.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/regexp.mod", {st_mode=S_IFREG|0644, st_size=64912, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4014
close(4) = 0
read(3, "regexp.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4014
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " regexp.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/regexp.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4015
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4015
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4015
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/reiserfs.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/reiserfs.mod", {st_mode=S_IFREG|0644, st_size=15512, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4016
close(4) = 0
read(3, "reiserfs.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4016
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " reiserfs.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/reiserfs.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4017
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4017
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4017
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/relocator.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/relocator.mod", {st_mode=S_IFREG|0644, st_size=26256, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4018
close(4) = 0
read(3, "relocator.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4018
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " relocator.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/relocator.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4019
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4019
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4019
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/scsi.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/scsi.mod", {st_mode=S_IFREG|0644, st_size=6416, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4020
close(4) = 0
read(3, "scsi.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4020
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " scsi.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/scsi.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4021
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4021
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4021
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/search.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/search.mod", {st_mode=S_IFREG|0644, st_size=3936, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4022
close(4) = 0
read(3, "search.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4022
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " search.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/search.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4023
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4023
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4023
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_fs_file.mod", 30) = 30
write(2, "\n", 1) = 1
stat("/boot/grub/search_fs_file.mod", {st_mode=S_IFREG|0644, st_size=4688, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4024
close(4) = 0
read(3, "search_fs_file.mod\n", 128) = 19
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4024
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " search_fs_file.mod", 19) = 19
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_fs_file.mod", 30) = 30
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4025
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4025
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4025
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_fs_uuid.mod", 30) = 30
write(2, "\n", 1) = 1
stat("/boot/grub/search_fs_uuid.mod", {st_mode=S_IFREG|0644, st_size=4688, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4026
close(4) = 0
read(3, "search_fs_uuid.mod\n", 128) = 19
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 19
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4026
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " search_fs_uuid.mod", 19) = 19
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_fs_uuid.mod", 30) = 30
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4027
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4027
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4027
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_label.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/search_label.mod", {st_mode=S_IFREG|0644, st_size=4656, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4028
close(4) = 0
read(3, "search_label.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4028
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " search_label.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/search_label.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4029
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4029
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4029
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/serial.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/serial.mod", {st_mode=S_IFREG|0644, st_size=11816, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4030
close(4) = 0
read(3, "serial.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4030
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " serial.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/serial.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4031
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4031
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4031
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/setjmp.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/setjmp.mod", {st_mode=S_IFREG|0644, st_size=1026, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4032
close(4) = 0
read(3, "setjmp.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4032
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " setjmp.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/setjmp.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4033
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4033
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4033
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/setpci.mod", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/setpci.mod", {st_mode=S_IFREG|0644, st_size=9296, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4034
close(4) = 0
read(3, "setpci.mod\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4034
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " setpci.mod", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/setpci.mod", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4035
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4035
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4035
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/sfs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/sfs.mod", {st_mode=S_IFREG|0644, st_size=6792, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4036
close(4) = 0
read(3, "sfs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4036
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " sfs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/sfs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4037
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4037
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4037
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/sleep.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/sleep.mod", {st_mode=S_IFREG|0644, st_size=3592, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4038
close(4) = 0
read(3, "sleep.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4038
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " sleep.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/sleep.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4039
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4039
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4039
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/squash4.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/squash4.mod", {st_mode=S_IFREG|0644, st_size=6040, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4040
close(4) = 0
read(3, "squash4.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4040
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " squash4.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/squash4.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4041
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4041
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4041
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/tar.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/tar.mod", {st_mode=S_IFREG|0644, st_size=5008, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4042
close(4) = 0
read(3, "tar.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4042
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " tar.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/tar.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4043
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4043
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4043
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminal.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/terminal.mod", {st_mode=S_IFREG|0644, st_size=6248, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4044
close(4) = 0
read(3, "terminal.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4044
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " terminal.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminal.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4045
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4045
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4045
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminfo.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/terminfo.mod", {st_mode=S_IFREG|0644, st_size=18152, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4046
close(4) = 0
read(3, "terminfo.mod\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4046
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " terminfo.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminfo.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4047
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4047
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4047
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/test.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/test.mod", {st_mode=S_IFREG|0644, st_size=7896, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4048
close(4) = 0
read(3, "test.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4048
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " test.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/test.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4049
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4049
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4049
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/test_blockarg.mod", 29) = 29
write(2, "\n", 1) = 1
stat("/boot/grub/test_blockarg.mod", {st_mode=S_IFREG|0644, st_size=2312, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4050
close(4) = 0
read(3, "test_blockarg.mod\n", 128) = 18
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 18
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4050
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " test_blockarg.mod", 18) = 18
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/test_blockarg.mod", 29) = 29
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4051
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4051
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4051
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/testload.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/testload.mod", {st_mode=S_IFREG|0644, st_size=4120, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4052
close(4) = 0
read(3, "testload.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4052
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " testload.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/testload.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4053
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4053
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4053
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/tga.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/tga.mod", {st_mode=S_IFREG|0644, st_size=4504, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4054
close(4) = 0
read(3, "tga.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4054
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " tga.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/tga.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4055
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4055
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4055
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/trig.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/trig.mod", {st_mode=S_IFREG|0644, st_size=2091, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4056
close(4) = 0
read(3, "trig.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4056
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " trig.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/trig.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4057
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4057
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4057
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/true.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/true.mod", {st_mode=S_IFREG|0644, st_size=2112, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4058
close(4) = 0
read(3, "true.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4058
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " true.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/true.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4059
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4059
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4059
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/udf.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/udf.mod", {st_mode=S_IFREG|0644, st_size=10016, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4060
close(4) = 0
read(3, "udf.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4060
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " udf.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/udf.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4061
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4061
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4061
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ufs1.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/ufs1.mod", {st_mode=S_IFREG|0644, st_size=7888, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4062
close(4) = 0
read(3, "ufs1.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4062
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ufs1.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ufs1.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4063
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4063
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4063
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/ufs2.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/ufs2.mod", {st_mode=S_IFREG|0644, st_size=8288, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4064
close(4) = 0
read(3, "ufs2.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4064
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ufs2.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/ufs2.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4065
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4065
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4065
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/uhci.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/uhci.mod", {st_mode=S_IFREG|0644, st_size=9600, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4066
close(4) = 0
read(3, "uhci.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4066
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " uhci.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/uhci.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4067
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4067
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4067
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usb.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/usb.mod", {st_mode=S_IFREG|0644, st_size=14928, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4068
close(4) = 0
read(3, "usb.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4068
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usb.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usb.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4069
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4069
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4069
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usb_keyboard.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/usb_keyboard.mod", {st_mode=S_IFREG|0644, st_size=6504, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4070
close(4) = 0
read(3, "usb_keyboard.mod\n", 128) = 17
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4070
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usb_keyboard.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usb_keyboard.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4071
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4071
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4071
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbms.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/usbms.mod", {st_mode=S_IFREG|0644, st_size=9000, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4072
close(4) = 0
read(3, "usbms.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4072
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usbms.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbms.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4073
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4073
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4073
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_common.mod", 32) = 32
write(2, "\n", 1) = 1
stat("/boot/grub/usbserial_common.mod", {st_mode=S_IFREG|0644, st_size=2896, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4074
close(4) = 0
read(3, "usbserial_common.mod\n", 128) = 21
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 21
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4074
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usbserial_common.mod", 21) = 21
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_common.mod", 32) = 32
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4075
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4075
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4075
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_ftdi.mod", 30) = 30
write(2, "\n", 1) = 1
stat("/boot/grub/usbserial_ftdi.mod", {st_mode=S_IFREG|0644, st_size=3744, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4076
close(4) = 0
read(3, "usbserial_ftdi.mod\n", 128) = 19
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4076
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usbserial_ftdi.mod", 19) = 19
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_ftdi.mod", 30) = 30
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4077
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4077
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4077
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_pl2303.mod", 32) = 32
write(2, "\n", 1) = 1
stat("/boot/grub/usbserial_pl2303.mod", {st_mode=S_IFREG|0644, st_size=4024, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4078
close(4) = 0
read(3, "usbserial_pl2303.mod\n", 128) = 21
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 21
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4078
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usbserial_pl2303.mod", 21) = 21
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbserial_pl2303.mod", 32) = 32
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4079
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4079
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4079
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbtest.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/usbtest.mod", {st_mode=S_IFREG|0644, st_size=5920, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4080
close(4) = 0
read(3, "usbtest.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4080
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " usbtest.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/usbtest.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4081
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4081
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4081
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/video.mod", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/video.mod", {st_mode=S_IFREG|0644, st_size=17120, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4082
close(4) = 0
read(3, "video.mod\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4082
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " video.mod", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/video.mod", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4083
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4083
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4083
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_bochs.mod", 27) = 27
write(2, "\n", 1) = 1
stat("/boot/grub/video_bochs.mod", {st_mode=S_IFREG|0644, st_size=8088, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4084
close(4) = 0
read(3, "video_bochs.mod\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16759577
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4084
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " video_bochs.mod", 16) = 16
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_bochs.mod", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4085
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4085
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4085
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_cirrus.mod", 28) = 28
write(2, "\n", 1) = 1
stat("/boot/grub/video_cirrus.mod", {st_mode=S_IFREG|0644, st_size=8512, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4086
close(4) = 0
read(3, "video_cirrus.mod\n", 128) = 17
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 17
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4086
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " video_cirrus.mod", 17) = 17
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_cirrus.mod", 28) = 28
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4087
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4087
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4087
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_fb.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/video_fb.mod", {st_mode=S_IFREG|0644, st_size=25272, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4088
close(4) = 0
read(3, "video_fb.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4088
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " video_fb.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/video_fb.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4089
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4089
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4089
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/videoinfo.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/videoinfo.mod", {st_mode=S_IFREG|0644, st_size=4792, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4090
close(4) = 0
read(3, "videoinfo.mod\n", 128) = 14
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 14
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4090
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " videoinfo.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/videoinfo.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4091
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4091
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4091
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/videotest.mod", 25) = 25
write(2, "\n", 1) = 1
stat("/boot/grub/videotest.mod", {st_mode=S_IFREG|0644, st_size=6056, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4092
close(4) = 0
read(3, "videotest.mod\n", 128) = 14
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4092
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " videotest.mod", 14) = 14
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/videotest.mod", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4093
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4093
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4093
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/xfs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/xfs.mod", {st_mode=S_IFREG|0644, st_size=9128, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4094
close(4) = 0
read(3, "xfs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4094
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xfs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/xfs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4095
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4095
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4095
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/xnu.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/xnu.mod", {st_mode=S_IFREG|0644, st_size=50056, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4096
close(4) = 0
read(3, "xnu.mod\n", 128) = 8
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4096
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xnu.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/xnu.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4097
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4097
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4097
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/xnu_uuid.mod", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/xnu_uuid.mod", {st_mode=S_IFREG|0644, st_size=3112, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4098
close(4) = 0
read(3, "xnu_uuid.mod\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4098
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xnu_uuid.mod", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/xnu_uuid.mod", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4099
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4099
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4099
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/xzio.mod", 20) = 20
write(2, "\n", 1) = 1
stat("/boot/grub/xzio.mod", {st_mode=S_IFREG|0644, st_size=19656, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4100
close(4) = 0
read(3, "xzio.mod\n", 128) = 9
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 9
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4100
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xzio.mod", 9) = 9
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/xzio.mod", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4101
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4101
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4101
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/zfs.mod", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/zfs.mod", {st_mode=S_IFREG|0644, st_size=49696, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4102
close(4) = 0
read(3, "zfs.mod\n", 128) = 8
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 8
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4102
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " zfs.mod", 8) = 8
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/zfs.mod", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4103
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4103
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4103
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/zfsinfo.mod", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/zfsinfo.mod", {st_mode=S_IFREG|0644, st_size=11072, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4104
close(4) = 0
read(3, "zfsinfo.mod\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4104
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " zfsinfo.mod", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/zfsinfo.mod", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4105
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4105
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4105
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/command.lst", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/command.lst", {st_mode=S_IFREG|0644, st_size=2375, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4106
close(4) = 0
read(3, "command.lst\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4106
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " command.lst", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/command.lst", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4107
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4107
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4107
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/crypto.lst", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/crypto.lst", {st_mode=S_IFREG|0644, st_size=842, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4108
close(4) = 0
read(3, "crypto.lst\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4108
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " crypto.lst", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/crypto.lst", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4109
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4109
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4109
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/fs.lst", 18) = 18
write(2, "\n", 1) = 1
stat("/boot/grub/fs.lst", {st_mode=S_IFREG|0644, st_size=145, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4110
close(4) = 0
read(3, "fs.lst\n", 128) = 7
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 7
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4110
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " fs.lst", 7) = 7
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/fs.lst", 18) = 18
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4111
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4111
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4111
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/moddep.lst", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/moddep.lst", {st_mode=S_IFREG|0644, st_size=3058, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4112
close(4) = 0
read(3, "moddep.lst\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4112
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " moddep.lst", 11) = 11
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/moddep.lst", 22) = 22
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4113
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4113
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4113
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/partmap.lst", 23) = 23
write(2, "\n", 1) = 1
stat("/boot/grub/partmap.lst", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4114
close(4) = 0
read(3, "partmap.lst\n", 128) = 12
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 12
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4114
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " partmap.lst", 12) = 12
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/partmap.lst", 23) = 23
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4115
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4115
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4115
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/parttool.lst", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/parttool.lst", {st_mode=S_IFREG|0644, st_size=17, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4116
close(4) = 0
read(3, "parttool.lst\n", 128) = 13
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4116
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " parttool.lst", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/parttool.lst", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4117
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4117
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4117
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminal.lst", 24) = 24
write(2, "\n", 1) = 1
stat("/boot/grub/terminal.lst", {st_mode=S_IFREG|0644, st_size=112, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4118
close(4) = 0
read(3, "terminal.lst\n", 128) = 13
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 13
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4118
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " terminal.lst", 13) = 13
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/terminal.lst", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4119
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4119
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4119
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/video.lst", 21) = 21
write(2, "\n", 1) = 1
stat("/boot/grub/video.lst", {st_mode=S_IFREG|0644, st_size=41, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4120
close(4) = 0
read(3, "video.lst\n", 128) = 10
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 10
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4120
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " video.lst", 10) = 10
write(2, " !=", 3) = 3
write(2, " menu.lst", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/video.lst", 21) = 21
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4121
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4121
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4121
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/*.img", 17) = 17
write(2, "\n", 1) = 1
stat("/boot/grub/*.img", 0x7ffef78394e0) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/efiemu??.o", 22) = 22
write(2, "\n", 1) = 1
stat("/boot/grub/efiemu??.o", 0x7ffef78394e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/grub/x86_64-efi", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 191 entries */, 32768) = 6496
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
open("/usr/lib/grub/x86_64-efi", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 191 entries */, 32768) = 6496
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/acpi.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
stat("/usr/local/sbin/cp", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/cp", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/cp", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/usr/bin/cp", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/sbin/cp", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/bin/cp", {st_mode=S_IFREG|0755, st_size=130128, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4122
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4122
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4122
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/adler3"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4123
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4123
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4123
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/affs.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4124
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4124
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4124
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/afs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4125
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4125
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4125
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/afs_be"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4126
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4126
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4126
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/aout.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4127
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4127
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4127
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/applel"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4128
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4128
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4128
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/at_key"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4129
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4129
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4129
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ata.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4130
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4130
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4130
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ata_pt"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4131
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4131
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4131
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/befs.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4132
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4132
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4132
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/befs_b"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4133
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4133
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4133
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/bitmap"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4134
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4134
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4134
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/bitmap"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4135
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4135
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4135
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/blockl"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4136
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4136
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4136
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/boot.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4137
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4137
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4137
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/bsd.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4138
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4138
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4138
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/btrfs."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4139
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4139
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4139
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/bufio."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4140
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4140
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4140
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/cat.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4141
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4141
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4141
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/chain."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4142
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4142
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4142
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/cmp.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4143
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4143
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4143
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/config"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4144
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4144
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4144
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/cpio.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4145
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4145
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4145
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/cpuid."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4146
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4146
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4146
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/crypto"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4147
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4147
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4147
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/cs5536"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4148
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4148
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4148
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/date.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4149
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4149
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4149
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/dateho"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4150
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4150
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4150
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/dateti"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4151
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4151
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4151
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/dm_nv."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4152
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4152
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4152
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/echo.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4153
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4153
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4153
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/efi_go"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4154
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4154
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4154
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/efi_ug"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4155
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4155
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4155
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/elf.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4156
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4156
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4156
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/exampl"..., 53) = 53
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4157
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4157
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4157
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ext2.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4158
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4158
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4158
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/extcmd"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4159
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4159
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4159
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/fat.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4160
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4160
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4160
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/fixvid"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4161
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4161
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4161
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/font.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4162
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4162
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4162
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/fshelp"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4163
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4163
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4163
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/functi"..., 45) = 45
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4164
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4164
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4164
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_a"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4165
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4165
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4165
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_b"..., 43) = 43
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4166
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4166
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4166
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_c"..., 43) = 43
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4167
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4167
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4167
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_c"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4168
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4168
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4168
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_c"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4169
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4169
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4169
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_d"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4170
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4170
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4170
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_m"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4171
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4171
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4171
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_m"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4172
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4172
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4172
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_r"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4173
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4173
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4173
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_r"..., 43) = 43
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4174
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4174
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4174
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_r"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4175
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4175
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4175
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_s"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4176
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4176
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4176
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_s"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4177
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4177
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4177
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_s"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4178
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4178
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4178
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_s"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4179
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4179
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4179
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_s"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4180
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4180
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4180
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_t"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4181
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4181
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4181
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_t"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4182
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4182
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4182
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gcry_w"..., 44) = 44
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4183
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4183
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4183
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gettex"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4184
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4184
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4184
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gfxmen"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4185
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4185
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4185
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gfxter"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4186
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4186
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4186
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gptsyn"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4187
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4187
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4187
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/gzio.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4188
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4188
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4188
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/halt.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4189
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4189
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4189
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hashsu"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4190
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4190
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4190
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hdparm"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4191
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4191
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4191
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hello."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4192
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4192
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4192
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/help.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4193
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4193
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4193
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hexdum"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4194
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4194
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4194
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hfs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4195
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4195
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4195
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/hfsplu"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4196
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4196
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4196
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/iorw.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4197
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4197
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4197
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/iso966"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4198
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4198
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4198
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/jfs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4199
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4199
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4199
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/jpeg.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4200
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4200
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4200
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/keylay"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4201
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4201
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4201
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/keysta"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4202
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4202
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4202
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/linux."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4203
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4203
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4203
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/loadbi"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4204
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4204
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4204
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/loaden"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4205
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4205
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4205
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/loopba"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4206
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4206
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4206
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ls.mod", 32) = 32
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4207
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4207
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4207
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lsacpi"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4208
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4208
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4208
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lsefim"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4209
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4209
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4209
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lsefis"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4210
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4210
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4210
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lsmmap"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4211
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4211
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4211
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lspci."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4212
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4212
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4212
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lssal."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4213
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4213
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4213
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lvm.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4214
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4214
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4214
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/lzopio"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4215
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4215
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4215
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/mdraid"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4216
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4216
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4216
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/mdraid"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4217
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4217
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4217
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/memdis"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4218
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4218
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4218
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/memrw."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4219
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4219
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4219
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/minicm"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4220
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4220
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4220
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/minix."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4221
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4221
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4221
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/minix2"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4222
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4222
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4222
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/mmap.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4223
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4223
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4223
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/msdosp"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4224
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4224
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4224
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/multib"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4225
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4225
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4225
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/multib"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4226
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4226
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4226
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/nilfs2"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4227
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4227
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4227
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/normal"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4228
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4228
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4228
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ntfs.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4229
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4229
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4229
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ntfsco"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4230
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4230
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4230
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ohci.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4231
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4231
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4231
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_a"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4232
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4232
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4232
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_a"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4233
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4233
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4233
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_a"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4234
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4234
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4234
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_b"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4235
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4235
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4235
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_g"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4236
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4236
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4236
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_m"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4237
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4237
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4237
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_s"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4238
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4238
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4238
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/part_s"..., 40) = 40
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4239
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4239
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4239
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/partto"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4240
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4240
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4240
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/passwo"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4241
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4241
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4241
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/passwo"..., 45) = 45
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4242
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4242
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4242
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/pbkdf2"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4243
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4243
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4243
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/pci.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4244
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4244
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4244
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/play.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4245
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4245
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4245
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/png.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4246
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4246
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4246
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/probe."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4247
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4247
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4247
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/raid.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4248
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4248
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4248
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/raid5r"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4249
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4249
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4249
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/raid6r"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4250
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4250
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4250
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/read.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4251
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4251
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4251
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/reboot"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4252
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4252
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4252
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/regexp"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4253
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4253
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4253
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/reiser"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4254
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4254
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4254
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/reloca"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4255
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4255
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4255
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/scsi.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4256
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4256
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4256
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/search"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4257
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4257
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4257
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/search"..., 44) = 44
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4258
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4258
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4258
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/search"..., 44) = 44
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4259
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4259
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4259
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/search"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4260
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4260
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4260
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/serial"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4261
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4261
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4261
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/setjmp"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4262
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4262
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4262
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/setpci"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4263
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4263
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4263
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/sfs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4264
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4264
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4264
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/sleep."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4265
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4265
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4265
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/squash"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4266
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4266
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4266
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/tar.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4267
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4267
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4267
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/termin"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4268
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4268
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4268
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/termin"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4269
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4269
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4269
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/test.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4270
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4270
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4270
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/test_b"..., 43) = 43
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4271
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4271
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4271
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/testlo"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4272
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4272
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4272
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/tga.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4273
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4273
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4273
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/trig.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4274
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4274
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4274
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/true.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4275
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4275
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4275
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/udf.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4276
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4276
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4276
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ufs1.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4277
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4277
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4277
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/ufs2.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4278
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4278
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4278
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/uhci.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4279
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4279
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4279
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usb.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4280
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4280
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4280
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usb_ke"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4281
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4281
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4281
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usbms."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4282
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4282
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4282
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usbser"..., 46) = 46
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4283
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4283
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4283
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usbser"..., 44) = 44
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4284
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4284
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4284
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usbser"..., 46) = 46
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4285
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4285
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4285
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/usbtes"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4286
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4286
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4286
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/video."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4287
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4287
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4287
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/video_"..., 41) = 41
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4288
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4288
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4288
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/video_"..., 42) = 42
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4289
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4289
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4289
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/video_"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4290
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4290
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4290
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/videoi"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4291
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4291
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4291
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/videot"..., 39) = 39
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4292
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4292
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4292
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/xfs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4293
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4293
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4293
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/xnu.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4294
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4294
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4294
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/xnu_uu"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4295
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4295
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4295
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/xzio.m"..., 34) = 34
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4296
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4296
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4296
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/zfs.mo"..., 33) = 33
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4297
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4297
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4297
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/zfsinf"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4298
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4298
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4298
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/comman"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4299
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4299
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4299
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/crypto"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4300
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4300
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4300
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/fs.lst", 32) = 32
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4301
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4301
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4301
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/moddep"..., 36) = 36
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4302
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4302
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4302
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/partma"..., 37) = 37
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4303
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4303
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4303
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/partto"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4304
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4304
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4304
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/termin"..., 38) = 38
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4305
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4305
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4305
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi/video."..., 35) = 35
write(2, " /boot/grub", 11) = 11
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4306
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4306
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4306
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-pc", 8) = 8
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " sparc64-ieee1275", 17) = 17
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "mkdir", 5) = 5
write(2, " -p", 3) = 3
write(2, " /boot/grub/locale/", 19) = 19
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4307
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4307
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4307
open("/usr/share/locale", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 187 entries */, 32768) = 4808
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ach/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/ach/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/af/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/af/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/am/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/am/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/an/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/an/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ang/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/ang/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ar/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ar/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/as/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/as/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ast/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/ast/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=23380, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ast/LC_MESSAG"..., 42) = 42
write(2, " /boot/grub/locale/ast.mo", 25) = 25
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4308
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4308
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4308
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/az/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/az/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/az_IR/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/az_IR/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bal/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/bal/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/be/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/be/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/be at latin/LC_M"..., 47) = 47
write(2, "\n", 1) = 1
stat("/usr/share/locale/be at latin/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bg/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/bg/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bg_BG/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/bg_BG/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bn/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/bn/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bn_IN/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bo/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/bo/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/br/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/br/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/bs/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/bs/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/byn/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/byn/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ca/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ca/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=45816, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ca/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/ca.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4309
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4309
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4309
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ca at valencia/L"..., 50) = 50
write(2, "\n", 1) = 1
stat("/usr/share/locale/ca at valencia/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/cgg/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/cgg/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ckb/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/ckb/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/co/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/co/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/crh/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/crh/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/cs/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/cs/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/cs_CZ/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/cs_CZ/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/csb/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/csb/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/cy/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/cy/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/da/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/da/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=42440, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/da/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/da.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4310
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4310
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4310
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/de/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/de/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=45131, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/de/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/de.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4311
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4311
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4311
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/de_AT/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/de_AT/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/de_CH/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/de_CH/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/de_DE/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/de_DE/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/dv/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/dv/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/dz/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/dz/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/el/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/el/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/en/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en at boldquot/L"..., 50) = 50
write(2, "\n", 1) = 1
stat("/usr/share/locale/en at boldquot/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en at quot/LC_ME"..., 46) = 46
write(2, "\n", 1) = 1
stat("/usr/share/locale/en at quot/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en at shaw/LC_ME"..., 46) = 46
write(2, "\n", 1) = 1
stat("/usr/share/locale/en at shaw/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en_AU/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/en_AU/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en_CA/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/en_CA/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en_GB/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/en_GB/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en_NZ/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/en_NZ/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/en_US/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/en_US/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/eo/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/eo/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/es/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/es/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/es_AR/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/es_AR/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/es_ES/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/es_ES/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/es_MX/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/es_MX/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/et/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/et/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/et_EE/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/et_EE/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/eu/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/eu/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fa/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/fa/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fa_IR/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/fa_IR/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ff/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ff/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fi/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/fi/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=23422, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fi/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/fi.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4313
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4313
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4313
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fil/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/fil/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fo/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/fo/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fr/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/fr/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=43798, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fr/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/fr.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4314
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4314
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4314
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fur/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/fur/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/fy/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/fy/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ga/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ga/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gd/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/gd/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gez/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/gez/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gl/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/gl/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gl_ES/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/gl_ES/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gu/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/gu/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/gv/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/gv/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/haw/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/haw/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/he/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/he/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/he_IL/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/he_IL/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/hi/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/hi/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/hr/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/hr/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ht/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ht/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/hu/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/hu/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=46734, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/hu/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/hu.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4315
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4315
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4315
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/hy/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/hy/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ia/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ia/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/id/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/id/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=22816, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/id/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/id.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4316
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4316
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4316
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/io/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/io/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/is/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/is/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/it/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/it/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=44335, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/it/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/it.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4317
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4317
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4317
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/it_IT/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/it_IT/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ja/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ja/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ka/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ka/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/kg/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/kg/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/kk/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/kk/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/km/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/km/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/kmr/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/kmr/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/kn/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/kn/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ko/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ko/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=25317, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ko/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/ko.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4318
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4318
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4318
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/kok/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/kok/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ks/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ks/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ku/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ku/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ky/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ky/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/la/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/la/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/lb/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/lb/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/lg/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/lg/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/li/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/li/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/lo/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/lo/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/locale.alias/"..., 51) = 51
write(2, "\n", 1) = 1
stat("/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOTDIR (Not a directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/lt/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/lt/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/lv/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/lv/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mai/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/mai/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mg/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mg/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mhr/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/mhr/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mi/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mi/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mk/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mk/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ml/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ml/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mn/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mn/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mr/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mr/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ms/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ms/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/mt/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/mt/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/my/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/my/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nb/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/nb/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nb_NO/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/nb_NO/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nds/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/nds/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ne/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ne/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nl/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/nl/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=44701, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nl/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/nl.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4319
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4319
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4319
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nl_NL/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/nl_NL/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nn/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/nn/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/no/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/no/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/nso/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/nso/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/oc/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/oc/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/or/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/or/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pa/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/pa/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pl/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/pl/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=24016, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pl/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/pl.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4320
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4320
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4320
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ps/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ps/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pt/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/pt/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pt_BR/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/pt_PT/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/qu/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/qu/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ro/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ro/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ru/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ru/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=58805, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ru/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/ru.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4321
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4321
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4321
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/rw/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/rw/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sc/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sc/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sd/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sd/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/shn/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/shn/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/si/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/si/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sk/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sk/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sl/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sl/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/so/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/so/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sq/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sq/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sr/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sr/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sr at Latn/LC_ME"..., 46) = 46
write(2, "\n", 1) = 1
stat("/usr/share/locale/sr at Latn/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sr at ije/LC_MES"..., 45) = 45
write(2, "\n", 1) = 1
stat("/usr/share/locale/sr at ije/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sr at latin/LC_M"..., 47) = 47
write(2, "\n", 1) = 1
stat("/usr/share/locale/sr at latin/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sv/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sv/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=13316, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sv/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/sv.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4322
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4322
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4322
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/sw/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/sw/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ta/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ta/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ta_LK/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/ta_LK/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/te/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/te/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tet/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/tet/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tg/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/tg/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/th/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/th/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ti/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ti/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tig/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/tig/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tk/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/tk/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tl/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/tl/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tl_PH/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/tl_PH/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tr/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/tr/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/tt/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/tt/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ug/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ug/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/uk/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/uk/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=61170, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/uk/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/uk.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4323
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4323
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4323
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ur/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ur/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ur_PK/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/urd/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/urd/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/uz/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/uz/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/uz at cyrillic/L"..., 50) = 50
write(2, "\n", 1) = 1
stat("/usr/share/locale/uz at cyrillic/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/ve/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/ve/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/vi/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/vi/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=25875, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/vi/LC_MESSAGE"..., 41) = 41
write(2, " /boot/grub/locale/vi.mo", 24) = 24
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4324
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4324
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4324
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/wa/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/wa/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/wae/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/wae/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/wal/LC_MESSAG"..., 42) = 42
write(2, "\n", 1) = 1
stat("/usr/share/locale/wal/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/wo/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/wo/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/xh/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/xh/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/yi/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/yi/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zh/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/zh/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zh_CN/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo", {st_mode=S_IFREG|0644, st_size=37197, ...}) = 0
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zh_CN/LC_MESS"..., 44) = 44
write(2, " /boot/grub/locale/zh_CN.mo", 27) = 27
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4325
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4325
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4325
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zh_HK/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zh_TW/LC_MESS"..., 44) = 44
write(2, "\n", 1) = 1
stat("/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /usr/share/locale/zu/LC_MESSAGE"..., 41) = 41
write(2, "\n", 1) = 1
stat("/usr/share/locale/zu/LC_MESSAGES/grub.mo", 0x7ffef7839500) = -1 ENOENT (No such file or directory)
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4326
close(4) = 0
read(3, "/dev/sda2\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4326
write(2, "+ ", 2) = 2
write(2, "grub_device=/dev/sda2", 21) = 21
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -f", 3) = 3
write(2, " /boot/grub/grubenv", 19) = 19
write(2, "\n", 1) = 1
stat("/boot/grub/grubenv", {st_mode=S_IFREG|0644, st_size=1024, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4327
close(4) = 0
read(3, "ext2\n", 128) = 5
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4327
write(2, "+ ", 2) = 2
write(2, "fs_module=ext2", 14) = 14
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " xext2", 6) = 6
write(2, " =", 2) = 2
write(2, " x", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "partmap_module=", 15) = 15
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4328
close(4) = 0
read(3, "gpt\n", 128) = 4
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4328
write(2, "+ ", 2) = 2
write(2, "partmap_module= part_gpt", 24) = 24
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4329
close(4) = 0
read(3, "\n", 128) = 1
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16709582
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4329
write(2, "+ ", 2) = 2
write(2, "devabstraction_module=", 22) = 22
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "modules= ", 9) = 9
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "modules= ext2 part_gpt ", 25) = 25
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4330
close(4) = 0
read(3, "/boot/grub\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4330
write(2, "+ ", 2) = 2
write(2, "relative_grubdir=/boot/grub", 27) = 27
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x/boot/grub", 12) = 12
write(2, " =", 2) = 2
write(2, " x", 2) = 2
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "prefix_drive=", 13) = 13
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "config_opt=", 11) = 11
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "rm", 2) = 2
write(2, " -f", 3) = 3
write(2, " /boot/grub/load.cfg", 20) = 20
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4331
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4331
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4331
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x", 2) = 2
write(2, " !=", 3) = 3
write(2, " x", 2) = 2
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
read(10, "needed with $platform, but the f"..., 8192) = 5895
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x", 2) = 2
write(2, " =", 2) = 2
write(2, " x", 2) = 2
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x/dev/sda1", 11) = 11
write(2, " !=", 3) = 3
write(2, " x", 2) = 2
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4332
close(4) = 0
stat("/usr/local/sbin/grep", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/grep", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/grep", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/usr/bin/grep", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = -1 ENOENT (No such file or directory)
stat("/sbin/grep", 0x7ffef7839660) = -1 ENOENT (No such file or directory)
stat("/bin/grep", {st_mode=S_IFREG|0755, st_size=175488, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4333
close(3) = 0
close(4294967295) = -1 EBADF (Bad file descriptor)
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4332
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 4333
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4333
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4334
close(4) = 0
read(3, "(hd0,gpt1)\n", 128) = 11
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 11
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4334
write(2, "+ ", 2) = 2
write(2, "install_drive=(hd0,gpt1)", 24) = 24
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4335
close(4) = 0
read(3, "(hd0)\n", 128) = 6
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4335
write(2, "+ ", 2) = 2
write(2, "install_drive=(hd0)", 19) = 19
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4338
close(4) = 0
read(3, "(hd0,gpt2)\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4338
write(2, "+ ", 2) = 2
write(2, "grub_drive=(hd0,gpt2)", 21) = 21
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4339
close(4) = 0
read(3, "gpt2\n", 128) = 5
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4339
write(2, "+ ", 2) = 2
write(2, "grub_partition=gpt2", 19) = 19
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4342
close(4) = 0
read(3, "(hd0)\n", 128) = 6
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4342
write(2, "+ ", 2) = 2
write(2, "grub_drive=(hd0)", 16) = 16
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " ", 1) = 1
write(2, " =", 2) = 2
write(2, " ata", 4) = 4
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x(hd0)", 7) = 7
write(2, " !=", 3) = 3
write(2, " x(hd0)", 7) = 7
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4345
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 4345
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4345
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xefi", 5) = 5
write(2, " =", 2) = 2
write(2, " xefi", 5) = 5
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xgpt2", 6) = 6
write(2, " =", 2) = 2
write(2, " x", 2) = 2
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "prefix_drive=(,gpt2)", 20) = 20
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "mkimage_target=x86_64-efi", 25) = 25
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "imgext=efi", 10) = 10
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "/usr/bin/grub-mkimage", 21) = 21
write(2, " -d", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi", 25) = 25
write(2, " -O", 3) = 3
write(2, " x86_64-efi", 11) = 11
write(2, " --output=/boot/grub/core.efi", 29) = 29
write(2, " --prefix=(,gpt2)/boot/grub", 27) = 27
write(2, " ext2", 5) = 5
write(2, " part_gpt", 9) = 9
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4346
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4346
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4346
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " mips-yeeloong", 14) = 14
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-ieee1275", 14) = 14
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " powerpc-ieee1275", 17) = 17
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-efi", 9) = 9
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " x86_64-efi", 11) = 11
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "/usr/bin/grub-mkimage", 21) = 21
write(2, " -d", 3) = 3
write(2, " /usr/lib/grub/x86_64-efi", 25) = 25
write(2, " -O", 3) = 3
write(2, " x86_64-efi", 11) = 11
write(2, " --output=/boot/grub/grub.efi", 29) = 29
write(2, " --prefix=", 10) = 10
write(2, " ext2", 5) = 5
write(2, " part_gpt", 9) = 9
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4347
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4347
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4347
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-pc", 8) = 8
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " sparc64-ieee1275", 17) = 17
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " i386-ieee1275", 14) = 14
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " x86_64-efi", 11) = 11
write(2, " =", 2) = 2
write(2, " powerpc-ieee1275", 17) = 17
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xefi", 5) = 5
write(2, " =", 2) = 2
write(2, " xefi", 5) = 5
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "cp", 2) = 2
write(2, " /boot/grub/core.efi", 20) = 20
write(2, " /boot/efi/EFI/BOOT/BOOTX64.EFI", 31) = 31
write(2, "\n", 1) = 1
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4348
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4348
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4348
write(2, "+ ", 2) = 2
write(2, "[", 1) = 1
write(2, " xx86_64", 8) = 8
write(2, " =", 2) = 2
write(2, " xi386", 6) = 6
write(2, " ]", 2) = 2
write(2, "\n", 1) = 1
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc48accb9d0) = 4349
close(4) = 0
read(3, "/bin/efibootmgr\n", 128) = 16
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 16
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4349
write(2, "+ ", 2) = 2
write(2, "efibootmgr=/bin/efibootmgr", 26) = 26
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " yes", 4) = 4
write(2, " =", 2) = 2
write(2, " no", 3) = 3
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -z", 3) = 3
write(2, " ", 1) = 1
write(2, "\n", 1) = 1
write(2, "+ ", 2) = 2
write(2, "test", 4) = 4
write(2, " -e", 3) = 3
write(2, " /boot/grub/stage2", 18) = 18
write(2, "\n", 1) = 1
stat("/boot/grub/stage2", 0x7ffef7839540) = -1 ENOENT (No such file or directory)
write(2, "+ ", 2) = 2
write(2, "echo", 4) = 4
write(2, " Installation finished. No error"..., 42) = 42
write(2, "\n", 1) = 1
write(1, "Installation finished. No error "..., 42) = 42
write(2, "+ ", 2) = 2
write(2, "exit", 4) = 4
write(2, " 0", 2) = 2
write(2, "\n", 1) = 1
exit_group(0) = ?
-------------- next part --------------
execve("/usr/sbin/update-grub", ["update-grub"], [/* 16 vars */]) = 0
brk(0) = 0xc64000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe9e0a19000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=77972, ...}) = 0
mmap(NULL, 77972, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe9e0a05000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1599504, ...}) = 0
mmap(NULL, 3713080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe9e0471000
mprotect(0x7fe9e05f2000, 2097152, PROT_NONE) = 0
mmap(0x7fe9e07f2000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x181000) = 0x7fe9e07f2000
mmap(0x7fe9e07f7000, 18488, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe9e07f7000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe9e0a04000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe9e0a03000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe9e0a02000
arch_prctl(ARCH_SET_FS, 0x7fe9e0a03700) = 0
mprotect(0x7fe9e07f2000, 16384, PROT_READ) = 0
mprotect(0x7fe9e0a1b000, 4096, PROT_READ) = 0
munmap(0x7fe9e0a05000, 77972) = 0
getpid() = 4131
rt_sigaction(SIGCHLD, {0x40f270, ~[RTMIN RT_1], SA_RESTORER, 0x7fe9e04a31e0}, NULL, 8) = 0
geteuid() = 0
brk(0) = 0xc64000
brk(0xc85000) = 0xc85000
getppid() = 4130
stat("/root", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/usr/sbin/update-grub", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 10
close(3) = 0
fcntl(10, F_SETFD, FD_CLOEXEC) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x40f270, ~[RTMIN RT_1], SA_RESTORER, 0x7fe9e04a31e0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7fe9e04a31e0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7fe9e04a31e0}, NULL, 8) = 0
read(10, "#!/bin/sh\nset -e\nexec grub-mkcon"..., 8192) = 64
execve("/usr/local/sbin/grub-mkconfig", ["grub-mkconfig", "-o", "/boot/grub/grub.cfg"], [/* 16 vars */]) = -1 ENOENT (No such file or directory)
execve("/usr/local/bin/grub-mkconfig", ["grub-mkconfig", "-o", "/boot/grub/grub.cfg"], [/* 16 vars */]) = -1 ENOENT (No such file or directory)
execve("/usr/sbin/grub-mkconfig", ["grub-mkconfig", "-o", "/boot/grub/grub.cfg"], [/* 16 vars */]) = 0
brk(0) = 0xc26000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4f3f6e8000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=77972, ...}) = 0
mmap(NULL, 77972, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4f3f6d4000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\357\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1599504, ...}) = 0
mmap(NULL, 3713080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4f3f140000
mprotect(0x7f4f3f2c1000, 2097152, PROT_NONE) = 0
mmap(0x7f4f3f4c1000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x181000) = 0x7f4f3f4c1000
mmap(0x7f4f3f4c6000, 18488, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4f3f4c6000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4f3f6d3000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4f3f6d2000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4f3f6d1000
arch_prctl(ARCH_SET_FS, 0x7f4f3f6d2700) = 0
mprotect(0x7f4f3f4c1000, 16384, PROT_READ) = 0
mprotect(0x7f4f3f6ea000, 4096, PROT_READ) = 0
munmap(0x7f4f3f6d4000, 77972) = 0
getpid() = 4131
rt_sigaction(SIGCHLD, {0x40f270, ~[RTMIN RT_1], SA_RESTORER, 0x7f4f3f1721e0}, NULL, 8) = 0
geteuid() = 0
brk(0) = 0xc26000
brk(0xc47000) = 0xc47000
getppid() = 4130
stat("/root", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/usr/sbin/grub-mkconfig", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 10
close(3) = 0
fcntl(10, F_SETFD, FD_CLOEXEC) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x40f270, ~[RTMIN RT_1], SA_RESTORER, 0x7f4f3f1721e0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f4f3f1721e0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f4f3f1721e0}, NULL, 8) = 0
read(10, "#! /bin/sh\nset -e\n\n# Generate gr"..., 8192) = 8149
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4132
close(4) = 0
read(3, "grub\n", 128) = 5
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4132
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4135
close(4) = 0
read(3, "grub-mkconfig\n", 128) = 14
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4135
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4136
close(4) = 0
read(3, "grub-mkdevicemap\n", 128) = 17
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4136
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4139
close(4) = 0
read(3, "grub-probe\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4139
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4142
close(4) = 0
read(3, "grub-script-check\n", 128) = 18
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4142
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4145
close(4) = 0
read(3, "/boot/grub\n", 128) = 11
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4145
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4148
close(4) = 0
read(3, "/boot/grub/grub.cfg\n", 128) = 20
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 20
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4148
open("/usr/share/grub/grub-mkconfig_lib", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 11
close(3) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
read(11, "# Helper library for grub-mkconf"..., 8192) = 6500
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4149
close(4) = 0
read(3, "grub\n", 128) = 5
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4149
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4152
close(4) = 0
read(3, "grub-mkrelpath\n", 128) = 15
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4152
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4155
close(4) = 0
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4155
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4155
read(11, "", 8192) = 0
close(11) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4156
close(4) = 0
read(3, "0\n", 128) = 2
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 2
read(3, "", 128) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4156
stat("/usr/sbin/grub-mkdevicemap", {st_mode=S_IFREG|0755, st_size=67144, ...}) = 0
stat("/usr/sbin/grub-probe", {st_mode=S_IFREG|0755, st_size=312536, ...}) = 0
stat("/usr/local/sbin/mkdir", 0x7fffe8cc38b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/mkdir", 0x7fffe8cc38b0) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/mkdir", 0x7fffe8cc38b0) = -1 ENOENT (No such file or directory)
stat("/usr/bin/mkdir", 0x7fffe8cc38b0) = -1 ENOENT (No such file or directory)
stat("/sbin/mkdir", 0x7fffe8cc38b0) = -1 ENOENT (No such file or directory)
stat("/bin/mkdir", {st_mode=S_IFREG|0755, st_size=55888, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4157
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4157
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4157
stat("/boot/grub/device.map", {st_mode=S_IFREG|0644, st_size=65, ...}) = 0
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4158
close(4) = 0
read(3, "/dev/sda2\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4158
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4159
close(4) = 0
read(3, "96f741d2-efd4-4b6d-a1c9-a050c86d"..., 128) = 37
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4159
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4160
close(4) = 0
read(3, "/dev/sda2\n", 128) = 10
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4160
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4161
close(4) = 0
read(3, "96f741d2-efd4-4b6d-a1c9-a050c86d"..., 128) = 37
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4161
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4162
close(4) = 0
read(3, "ext2\n", 128) = 5
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4162
stat("/etc/default/grub", {st_mode=S_IFREG|0644, st_size=1176, ...}) = 0
open("/etc/default/grub", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10) = 11
close(3) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
read(11, "# If you change this file, run '"..., 8192) = 1176
pipe([3, 4]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4164
close(4) = 0
read(3, "Debian\n", 128) = 7
read(3, "", 128) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 0
close(3) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4164
read(11, "", 8192) = 0
close(11) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
fcntl(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
stat("/usr/share/grub/unicode.pf2", {st_mode=S_IFREG|0644, st_size=2226340, ...}) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
fcntl(1, F_DUPFD, 10) = 12
close(1) = 0
fcntl(12, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
fcntl(2, F_DUPFD, 10) = 13
close(2) = 0
fcntl(13, F_SETFD, FD_CLOEXEC) = 0
dup2(1, 2) = 2
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4166
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4166
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4166
dup2(12, 1) = 1
close(12) = 0
dup2(13, 2) = 2
close(13) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
fcntl(1, F_DUPFD, 10) = 12
close(1) = 0
fcntl(12, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
fcntl(2, F_DUPFD, 10) = 13
close(2) = 0
fcntl(13, F_SETFD, FD_CLOEXEC) = 0
dup2(1, 2) = 2
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4167
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4167
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4167
dup2(12, 1) = 1
close(12) = 0
dup2(13, 2) = 2
close(13) = 0
dup2(11, 1) = 1
close(11) = 0
stat("/usr/local/sbin/rm", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/rm", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/rm", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/usr/bin/rm", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/sbin/rm", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=60000, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4168
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4168
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4168
open("/boot/grub/grub.cfg.new", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
fcntl(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
close(11) = 0
stat("/usr/local/sbin/chmod", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/chmod", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/chmod", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/usr/bin/chmod", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/sbin/chmod", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/bin/chmod", {st_mode=S_IFREG|0755, st_size=55872, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4169
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4169
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4169
fcntl(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
dup2(2, 1) = 1
write(1, "Generating grub.cfg ...\n", 24) = 24
dup2(11, 1) = 1
close(11) = 0
pipe([3, 4]) = 0
write(4, "#\n# DO NOT EDIT THIS FILE\n#\n# It"..., 150) = 150
close(4) = 0
fcntl(0, F_DUPFD, 10) = 11
close(0) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 0) = 0
close(3) = 0
stat("/usr/local/sbin/cat", 0x7fffe8cc38b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/cat", 0x7fffe8cc38b0) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/cat", 0x7fffe8cc38b0) = -1 ENOENT (No such file or directory)
stat("/usr/bin/cat", 0x7fffe8cc38b0) = -1 ENOENT (No such file or directory)
stat("/sbin/cat", 0x7fffe8cc38b0) = -1 ENOENT (No such file or directory)
stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=51856, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4170
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4170
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4170
dup2(11, 0) = 0
close(11) = 0
open("/etc/grub.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
getdents(3, /* 10 entries */, 32768) = 312
getdents(3, /* 0 entries */, 32768) = 0
close(3) = 0
stat("/etc/grub.d/00_header", {st_mode=S_IFREG|0755, st_size=6728, ...}) = 0
geteuid() = 0
stat("/etc/grub.d/00_header", {st_mode=S_IFREG|0755, st_size=6728, ...}) = 0
faccessat(AT_FDCWD, "/etc/grub.d/00_header", X_OK) = 0
write(1, "\n", 1) = 1
write(1, "### BEGIN /etc/grub.d/00_header "..., 36) = 36
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4171
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4171
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4171
write(1, "### END /etc/grub.d/00_header ##"..., 34) = 34
stat("/etc/grub.d/05_debian_theme", {st_mode=S_IFREG|0755, st_size=5407, ...}) = 0
geteuid() = 0
stat("/etc/grub.d/05_debian_theme", {st_mode=S_IFREG|0755, st_size=5407, ...}) = 0
faccessat(AT_FDCWD, "/etc/grub.d/05_debian_theme", X_OK) = 0
write(1, "\n", 1) = 1
write(1, "### BEGIN /etc/grub.d/05_debian_"..., 42) = 42
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4224
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4224
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4224
write(1, "### END /etc/grub.d/05_debian_th"..., 40) = 40
stat("/etc/grub.d/10_linux", {st_mode=S_IFREG|0755, st_size=5977, ...}) = 0
geteuid() = 0
stat("/etc/grub.d/10_linux", {st_mode=S_IFREG|0755, st_size=5977, ...}) = 0
faccessat(AT_FDCWD, "/etc/grub.d/10_linux", X_OK) = 0
write(1, "\n", 1) = 1
write(1, "### BEGIN /etc/grub.d/10_linux #"..., 35) = 35
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4248
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4248
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4248
write(1, "### END /etc/grub.d/10_linux ###"..., 33) = 33
stat("/etc/grub.d/20_linux_xen", {st_mode=S_IFREG|0755, st_size=6335, ...}) = 0
geteuid() = 0
stat("/etc/grub.d/20_linux_xen", {st_mode=S_IFREG|0755, st_size=6335, ...}) = 0
faccessat(AT_FDCWD, "/etc/grub.d/20_linux_xen", X_OK) = 0
write(1, "\n", 1) = 1
write(1, "### BEGIN /etc/grub.d/20_linux_x"..., 39) = 39
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4340
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4340
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4340
write(1, "### END /etc/grub.d/20_linux_xen"..., 37) = 37
stat("/etc/grub.d/30_os-prober", {st_mode=S_IFREG|0755, st_size=6522, ...}) = 0
geteuid() = 0
stat("/etc/grub.d/30_os-prober", {st_mode=S_IFREG|0755, st_size=6522, ...}) = 0
faccessat(AT_FDCWD, "/etc/grub.d/30_os-prober", X_OK) = 0
write(1, "\n", 1) = 1
write(1, "### BEGIN /etc/grub.d/30_os-prob"..., 39) = 39
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4371
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4371
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4371
write(1, "### END /etc/grub.d/30_os-prober"..., 37) = 37
stat("/etc/grub.d/40_custom", {st_mode=S_IFREG|0755, st_size=214, ...}) = 0
geteuid() = 0
stat("/etc/grub.d/40_custom", {st_mode=S_IFREG|0755, st_size=214, ...}) = 0
faccessat(AT_FDCWD, "/etc/grub.d/40_custom", X_OK) = 0
write(1, "\n", 1) = 1
write(1, "### BEGIN /etc/grub.d/40_custom "..., 36) = 36
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4732
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4732
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4732
write(1, "### END /etc/grub.d/40_custom ##"..., 34) = 34
stat("/etc/grub.d/41_custom", {st_mode=S_IFREG|0755, st_size=95, ...}) = 0
geteuid() = 0
stat("/etc/grub.d/41_custom", {st_mode=S_IFREG|0755, st_size=95, ...}) = 0
faccessat(AT_FDCWD, "/etc/grub.d/41_custom", X_OK) = 0
write(1, "\n", 1) = 1
write(1, "### BEGIN /etc/grub.d/41_custom "..., 36) = 36
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4733
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4733
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4733
write(1, "### END /etc/grub.d/41_custom ##"..., 34) = 34
stat("/etc/grub.d/README", {st_mode=S_IFREG|0644, st_size=483, ...}) = 0
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
fcntl(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
dup2(3, 1) = 1
close(3) = 0
stat("/usr/local/sbin/grep", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/grep", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/grep", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/usr/bin/grep", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/sbin/grep", 0x7fffe8cc3850) = -1 ENOENT (No such file or directory)
stat("/bin/grep", {st_mode=S_IFREG|0755, st_size=175488, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4735
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 4735
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4735
dup2(11, 1) = 1
close(11) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4736
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4736
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4736
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4737
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4737
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4737
stat("/usr/local/sbin/mv", 0x7fffe8cc3870) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/mv", 0x7fffe8cc3870) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/mv", 0x7fffe8cc3870) = -1 ENOENT (No such file or directory)
stat("/usr/bin/mv", 0x7fffe8cc3870) = -1 ENOENT (No such file or directory)
stat("/sbin/mv", 0x7fffe8cc3870) = -1 ENOENT (No such file or directory)
stat("/bin/mv", {st_mode=S_IFREG|0755, st_size=121896, ...}) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4f3f6d29d0) = 4738
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4738
--- SIGCHLD (Child exited) @ 0 (0) ---
rt_sigreturn(0x11) = 4738
fcntl(1, F_DUPFD, 10) = 11
close(1) = 0
fcntl(11, F_SETFD, FD_CLOEXEC) = 0
dup2(2, 1) = 1
write(1, "done\n", 5) = 5
dup2(11, 1) = 1
close(11) = 0
read(10, "", 8192) = 0
exit_group(0) = ?
More information about the Pkg-grub-devel
mailing list