Linux-1U Features

Linux-1U Chassis

Linux-1U Systems

Linux-1U Comparason

Linux-1U LCD FrontPanels

IDE vs SCSI
CPU Specs
Memory Specs


Store-Testing

24x7 Server Admin

FREE 1U Systems

Other 1U Systems

1U Power Supplies
1U MotherBoard
1U Riser Cards
HeatSinks/Fans
BarCodes
1U Misc Parts

Racks-n-Cabinets
SerialConsole
KVM

InstallationSupport

DiagnosticTesting
Tuning-Optimization


About/Contact Us

LegalInfo


1U Rackmount Chassis

Custom-Chassis.com

Linux-1U.net

1U-ITX.net


ITX-Blades.net


Small PC cases

Mini-Box.net

Wrap-Box.net

Wrap-OS.net


Wan-Sim.net



Linux-Consulting.com

Linux-CAE.net

Linux-Sec.net

Linux-Boot.net

Linux-Backup.net

Linux-Wireless.org

Linux-Office.net

Linux-Video.net

Linux-VOIP.net

Linux-Jobs.net

Linux-Diff.net

1U-Raid5.net

Linux-Howto.net


Spam Reporting



Free Linux CDs

ISO9660.org

Distro-CD.org

Patch-CD.org



Linux-Distributions






















Contact



Linux is a registered trademark of
Linus Torvalds

More Linux Legalese


Linux-1U.net/CDRW


Supported CDRW Drives


CDRW Apps


CDRW Howto


Kernel Config Options


CDRW Modules


Lilo/Grub Boot Options

Writing a CDRW


Standalone Bootable CDROM


Testing Your CDROM



Make Sure You can Boot Your System When Testing Kernels
  • You might want to make a separate boot floppy for testing your kernels
Booting Your CDRW-capable Kernel w/ Lilo
  • Lets assume /dev/hda is your system disk
  • Lets assume /dev/hdc is your cdrw disk

  • vi /etc/lilo.conf
      ....
      #
      # Build a 2.4.22 kernel that supports writing to cdrom
      #
      image=/boot/vmlinuz-2.4.22
      label=Linux-2.4.22-CDRW
      read-only
      #
      # Pass the kernel options to support cdrw
      #
      append="hdc=ide-scsi"
      # append="hdc=scsi"
      #
      #
      # If you unplug your cdrw and use a ide hard disk instead
      #
      image=/boot/vmlinuz-2.4.22
      label=Linux-2.4.22
      read-only
      #
      # leave these cdrw options commented out
      # append="hdc=ide-scsi"
      # append="hdc=scsi"
      ....

  • lilo

Booting Your CDRW-capable Kernel w/ Grub
  • Lets assume /dev/hda is your system disk
  • Lets assume /dev/hdc is your cdrw disk

  • vi /boot/grub/grub.conf
      #
      root (hd0,0)
      install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) \
      /boot/grub/stage2 0x8000 (hd0,0)
      /boot/grub/menu.lst
      quit
      #

  • vi /boot/grub/menu.lst
      #
      boot=/dev/hda
      #
      default=4
      timeout=10
      #
      splashimage=(hd1,0)/boot/grub/splash.xpm.gz
      #
      title Linux (2.4.22p4)
      root (hd1,0)
      kernel /boot/vmlinuz-2.4.22p4 ro root=/dev/hda1
      #
      #
      # Pass the kernel options to support cdrw
      #
      title Linux (2.4.22cd)
      root (hd1,0)
      kernel /boot/vmlinuz-2.4.22p4 ro root=/dev/hda1 hdc=ide-scsi
      #

  • grub-install /dev/hda

/etc/modules.conf and /etc/rc.d/rc.local


Copyright © 2000
Linux-1U
All Rights Reserved.
Updated: Sat Feb 5 19:23:06 2005 PDT