diff --git a/intel/hw/src/uinit/main.go b/intel/hw/src/uinit/main.go index f83628b..3d1493b 100644 --- a/intel/hw/src/uinit/main.go +++ b/intel/hw/src/uinit/main.go @@ -68,6 +68,7 @@ func main() { bootcmds = append(bootcmds, exec.Command(f[0], args...)) } } + bootcmds = append(bootcmds, exec.Command("boot","/dev/sda1")) for _, c := range bootcmds { v("Run %v", c) c.Stdout, c.Stderr = os.Stdout, os.Stderr