2015-01-17 12:29:33 +01:00
|
|
|
default l0
|
|
|
|
prompt 1
|
|
|
|
timeout 50
|
|
|
|
|
|
|
|
|
|
|
|
label l0
|
|
|
|
menu label Debian GNU/Linux, kernel {kernel_version}
|
2015-01-21 22:32:04 +01:00
|
|
|
linux {boot_prefix}/vmlinuz-{kernel_version}
|
|
|
|
append initrd={boot_prefix}/initrd.img-{kernel_version} root=UUID={root_uuid} ro quiet console=ttyS0
|
2015-01-17 12:29:33 +01:00
|
|
|
|
|
|
|
label l0r
|
|
|
|
menu label Debian GNU/Linux, kernel {kernel_version} (recovery mode)
|
2015-01-21 22:32:04 +01:00
|
|
|
linux {boot_prefix}/vmlinuz-{kernel_version}
|
|
|
|
append initrd={boot_prefix}/initrd.img-{kernel_version} root=UUID={root_uuid} ro console=ttyS0 single
|
2015-01-17 12:29:33 +01:00
|
|
|
text help
|
|
|
|
This option boots the system into recovery mode (single-user)
|
|
|
|
endtext
|