Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bootinfoscript(8) [debian man page]

BOOTINFOSCRIPT(8)														 BOOTINFOSCRIPT(8)

NAME
bootinfoscript - tool for debugging bootloader problems SYNOPSIS
bootinfoscript [options] INTRODUCTION
bootinfoscript inspects your boot environment, that is your partitions and your boot loader. It produces a report which is easy to read and easy to send to someone else who might be able to help you if you can't fix the problem yourself. OPTIONS
-v Show version and exit. -h Show help text and exit. -g or --gzip Gzip report file after creation. The plain text file will be kept, too. --this Force bootinfoscript to run, even if you have another copy of bootinfoscript in your local directory. SEE ALSO
gzip(1), grub-install(8). AUTHOR
This man page was written by Christian Hofstaedtler. 05/07/2012 BOOTINFOSCRIPT(8)

Check Out this Related Man Page

extlinux(1)						      General Commands Manual						       extlinux(1)

NAME
extlinux - install the SYSLINUX bootloader on a ext2/ext3 filesystem SYNOPSIS
extlinux [options] directory DESCRIPTION
EXTLINUX is a new syslinux derivative, which boots from a Linux ext2/ext3 filesystem. It works the same way as SYSLINUX, with a few slight modifications. It is intended to simplify first-time installation of Linux, and for creation of rescue and other special-purpose boot disks. The installer is designed to be run on a mounted directory. For example, if you have an ext2 or ext3 usb key mounted on /mnt, you can run the following command: extlinux --install /mnt OPTIONS
-H, --heads=# Force the number of heads. -i, --install Install over the current bootsector. -O, --clear-once Clear the boot-once command. -o, --once=command Execute a command once upon boot. -r, --raid Fall back to the next device on boot failure. --reset-adv Reset auxiliary data. -S, --sectors=# Force the number of sectors per track. -U, --update Updates a previous EXTLINUX installation. -z, --zip Force zipdrive geometry (-H 64 -S 32). BUGS
I would appreciate hearing of any problems you have with SYSLINUX. I would also like to hear from you if you have successfully used SYS- LINUX, especially if you are using it for a distribution. If you are reporting problems, please include all possible information about your system and your BIOS; the vast majority of all problems reported turn out to be BIOS or hardware bugs, and I need as much information as possible in order to diagnose the problems. There is a mailing list for discussion among SYSLINUX users and for announcements of new and test versions. To join, send a message to majordomo@linux.kernel.org with the line: SEE ALSO
syslinux(1) SYSLINUX for ext2/ext3 filesystem 18 December 2007 extlinux(1)
Man Page