Change the error message from the command "embed" to "No spare sectors on
the disk".
This commit is contained in:
parent
4232395f9f
commit
f51d8ce561
8 changed files with 25 additions and 7 deletions
|
@ -3056,6 +3056,12 @@ enter a correct password before running such an entry.
|
|||
@item 33 : Serial device not configured
|
||||
This error is returned if you try to change your terminal to a serial
|
||||
one before initializing any serial device.
|
||||
|
||||
@item 34 : No spare sectors on the disk
|
||||
This error is returned if a disk doesn't have enough spare space. This
|
||||
happens when you try to embed Stage 1.5 into the unused sectors after
|
||||
the MBR, but the first partition starts right after the MBR or they are
|
||||
used by EZ-BIOS.
|
||||
@end table
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
||||
.TH MBCHK "1" "November 2001" "mbchk (GNU GRUB 0.90)" FSF
|
||||
.TH MBCHK "1" "December 2001" "mbchk (GNU GRUB 0.90)" FSF
|
||||
.SH NAME
|
||||
mbchk \- check the format of a Multiboot kernel
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@set UPDATED 12 November 2001
|
||||
@set UPDATED-MONTH November 2001
|
||||
@set UPDATED 10 December 2001
|
||||
@set UPDATED-MONTH December 2001
|
||||
@set EDITION 0.90
|
||||
@set VERSION 0.90
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@set UPDATED 12 November 2001
|
||||
@set UPDATED-MONTH November 2001
|
||||
@set UPDATED 10 December 2001
|
||||
@set UPDATED-MONTH December 2001
|
||||
@set EDITION 0.90
|
||||
@set VERSION 0.90
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue