ラベル Linux の投稿を表示しています。 すべての投稿を表示
ラベル Linux の投稿を表示しています。 すべての投稿を表示

GRUB and RawWrite

GNU GRUB

http://www.gnu.org/software/grub/
http://www.gnu.org/
ftp://alpha.gnu.org/gnu/grub/

http://www.atmarkit.co.jp/flinux/rensai/linuxtips/800grubbootfd.html
ftp://alpha.gnu.org/gnu/grub/grub-0.97-i386-pc.ext2fs
GRUBの起動ディスクを作成するには

http://uranus.chrysocome.net/linux/rawwrite.htm
RawWrite for Windows


download


Syslinux

Syslinux
syslinux.exe

http://www.syslinux.org/wiki/index.php/The_Syslinux_Project
The Syslinux Project

http://www.syslinux.org/wiki/index.php/SYSLINUX
Creating a Bootable Disk

http://www.kernel.org/pub/linux/utils/boot/syslinux/
syslinux-4.05.zip

SYSLINUX.CFG
DEFAULT linux
LABEL linux
SAY Now booting the kernel from SYSLINUX...
KERNEL vmlinuz.img
APPEND ro root=/dev/sda1 initrd=initrd.img

BOOT image Bootstrap program (.bs, .bin)
BSS image BSS image (.bss)
PXE image PXE Network Bootstrap Program (.0)
FDIMAGE image Floppy disk image (.img)

MEMTEST 例
PROMPT 1
TIMEOUT 60
DISPLAY boot.txt

DEFAULT 1

LABEL 1
kernel memtest

LABEL 2
kernel memtest.p


BOOT.TXT
Memtest86 Version 4.0a CD
------------------------

Select Version:

1) Boot V4.0a (Default)

2) Boot V3.5b (Previous Version)