Palm84 某所の日記

死のうは一定、しのびクマには何しよぞ...

SystemRescueCd 1.0.3

メモリ256MBでオンメモリ、ネットワークブート(DHCP/TFTPサーバのみ)が可能になってた。

1.1.3 では 320 MB 必要でした。

  • 【私的】ネットブート用vesamenu.cfg
DEFAULT /syslinux/menu.c32
APPEND /syslinux/syslinux.cfg
PROMPT 0
KBDMAP /syslinux/jp106.kbd
MENU TITLE SystemRescueCd 1.0.3
MENU TABMSG -- F1 - F7 boot options --
# MENU HELPMSGROW 20
# MENU HELPMSGENDROW 24
F1 /sysres10/f1boot.msg
F2 /sysres10/f2images.msg
F3 /sysres10/f3params.msg
F4 /sysres10/f4arun.msg
F5 /sysres10/f5troubl.msg
F6 /sysres10/f6pxe.msg
F7 /sysres10/f7net.msg


label back
	MENU LABEL ^0. --- back to Main Menu ---
	KERNEL /syslinux/vesamenu.c32
	APPEND /syslinux/netw.cfg
	TEXT HELP
			 * back to Main menu
	ENDTEXT


LABEL default 
	MENU LABEL ^1. default
	KERNEL /sysres10/rescuecd
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL default2 
	MENU LABEL ^2. default setkmap=jp dodhcp dostartx
	KERNEL /sysres10/rescuecd
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz setkmap=jp dodhcp dostartx scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL vesa 
	MENU LABEL ^3. vesa
	KERNEL /sysres10/rescuecd
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz forcevesa scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL tftp
	MENU LABEL ^4. boot from tftp-server
	KERNEL /sysres10/rescuecd
	APPEND scandelay=5 netboot=tftp:/192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz
	TEXT HELP
* edit IPaddress -- netboot=tftp:/192.168.0.100/sysres10/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL rescue64
	MENU LABEL ^5. Kernel for amd64
	KERNEL /sysres10/rescue64
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL altker32
	MENU LABEL ^6. Alternative 32 bits kernel
	KERNEL /sysres10/altker32
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz video=ofonly scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL altker64
	MENU LABEL ^7. Alternative 64 bits kernel
	KERNEL /sysres10/altker64
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz video=ofonly scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL vmlinuz2
	MENU LABEL ^8. vmlinuz2
	KERNEL /sysres10/altker32
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz video=ofonly scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL fr
	MENU LABEL ^9. setkmap=fr
	KERNEL /sysres10/rescuecd
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz setkmap=fr scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL uk
	MENU LABEL ^A. setkmap=uk
	KERNEL /sysres10/rescuecd
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz setkmap=uk scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL us
	MENU LABEL ^B. setkmap=us
	KERNEL /sysres10/rescuecd
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz setkmap=us scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL nokeymap
	MENU LABEL ^C. nokeymap
	KERNEL /sysres10/rescuecd
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz setkmap=us scandelay=5
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL minishell
	MENU LABEL ^D. minishell
	KERNEL /sysres10/rescuecd
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat initrd=/sysres10/initram.igz scandelay=5 minishell=/bin/ash
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL rescuehd
	MENU LABEL ^E. rescuehd
	KERNEL /sysres10/rescuecd
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat init=/sbin/init
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL reschd32
	MENU LABEL ^F. reschd32
	KERNEL /sysres10/rescuecd
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat init=/sbin/init
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL reschd64
	MENU LABEL ^G. reschd64
	KERNEL /sysres10/rescue64
	APPEND netboot=tftp://192.168.0.100/sysres10/sysrcd.dat init=/sbin/init
	TEXT HELP
* edit IPaddress -- netboot=tftp://192.168.0.100/sysrcd.dat
       *** add options ***
        forcevesa , acpi=off , noapic , irqpool ,
        docache   --  copy to ram
        boothd=/dev/sdxx --- boot from HDD(or USB-Flash)
	ENDTEXT


LABEL freedos
	MENU LABEL ^H. FreeDOS
	KERNEL /sysres10/memdisk
	APPEND initrd=/sysres10//bootdisk/freedos.img floppy


LABEL memtest
	MENU LABEL ^I. Memtest+
	KERNEL /sysres10/memdisk
	APPEND initrd=/sysres10//bootdisk/memtestp.img floppy


LABEL ranish
	MENU LABEL ^J. Ranish Partition Manager
	KERNEL /sysres10/memdisk
	APPEND initrd=/sysres10//bootdisk/ranish.img floppy


LABEL aida
	MENU LABEL ^K. AIDA (an hardware diagnostic tool)
	KERNEL /sysres10/memdisk
	APPEND initrd=/sysres10//bootdisk/aida.img floppy


LABEL ntpass
	MENU LABEL ^L. Edit/reset Windows passwords even on NTFS disks
	KERNEL /sysres10/memdisk
	APPEND initrd=/sysres10//bootdisk/ntpass.img floppy c=3 h=64 s=32


LABEL gag
	MENU LABEL ^M. GAG (Graphical Boot Manager)
	KERNEL /sysres10/memdisk
	APPEND initrd=/sysres10//bootdisk/gag.img floppy


LABEL dban
	MENU LABEL ^N. dban (wipes all data of a computer)
	KERNEL /sysres10/memdisk
	APPEND initrd=/sysres10//bootdisk/dban.img floppy