Home | History | Annotate | Download | only in stage2

Lines Matching defs:stage1

2295   "install [--stage2=STAGE2_FILE] [--force-lba] STAGE1 [d] DEVICE STAGE2 [ADDR] [p] [CONFIG_FILE] [REAL_CONFIG_FILE]",
2296 "Install STAGE1 on DEVICE, and install a blocklist for loading STAGE2"
3895 char stage1[64];
4055 /* Check if stage1 exists. If the user doesn't specify the option
4062 grub_sprintf (stage1, "%s%s", prefix, "/stage1");
4063 if (! check_file (stage1))
4067 grub_sprintf (stage1, "%s%s", prefix, "/stage1");
4068 if (! check_file (stage1))
4074 grub_sprintf (stage1, "%s%s", prefix, "/stage1");
4075 if (! check_file (stage1))
4129 stage1,
4138 however, stage1 could trash a booting drive when checking LBA support,
4147 stage1,