Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
Hoosier Penguin: "Capitalizing on a pre-existing channel in developing nations, Red Hat instead announced their new Global Desktop program, geared to deploy on Intel's Classmate, Affordable, Community, and Low-Cost PC product line..."
Review: Elisa media center
Linux.com: "Fluendo's Elisa is a free software media center application that can play your DVDs, video files, music, and pictures. Since it is designed for extensibility, Elisa has the potential to do much more. It does not handle television or video recording functions, but it is a slick and promising project."
Bend Nokia's N800/770 To Your Will
Tweako: "This is a full how to on how to configure your Nokia internet tablet and create you own package foir it. This will allow you large scale deployment of standard configuration and to create a package that will contain your settings as you want them so that you can restore and apply each time you upgrade the firmware with a single click!"
Red Hat Summit: "The Desktop Paradigm is Dead"
Hoosier Penguin: "You have to wonder what the heck Red Hat is thinking when CTO and VP of Engineering Brian Stevens says to the keynote attendees 'we believe the desktop paradigm is dead...'"
Red Hat to Build 'Online Desktop'
vnunet: "Red Hat has started development of a new 'Online Desktop' project that attempts to build an online desktop that will integrate online services into a client desktop platform..."
2.4. can you install using the cd-rom?
there are several methods that can be used to install red hat enterprise linux.
installing from a cd-rom requires that you have purchased a red hat enterprise linux 4 product, or you have a red hat enterprise linux cd-rom, and you have a cd-rom drive. most new computers allow booting from the cd-rom. if your system supports booting from the cd-rom, it is an easy way to begin a local cd-rom installation.
your bios may need to be changed to allow booting from your cd-rom drive. for more information about changing your bios, refer to section 4.3.1 booting the installation program on x86, amd64, and intel® em64t systems.
2.4.1. alternative boot methods
- boot cd-rom
if you can boot using the cd-rom drive, you can create your own cd-rom to boot the installation program. this may be useful, for example, if you are performing an installation over a network or from a hard drive. refer to section 2.4.2 making an installation boot cd-rom for further instructions.
- usb pen drive
if you cannot boot from the cd-rom drive, but you can boot using a usb device, such as a usb pen drive, the following alternative boot method is available:
to boot using a usb pen drive, use the dd command to copy the diskboot.img image file from the /images/ directory on cd-rom 1. for example:
dd if=diskboot.img of=/dev/sda
your bios must support booting from a usb device in order for this boot method to work.
2.4.2. making an installation boot cd-rom
isolinux (not available for itanium systems) is used for booting the red hat enterprise linux installation cd. to create your own cd-rom to boot the installation program, use the following instructions:
copy the isolinux/ directory from the red hat enterprise linux cd #1 into a temporary directory (referred to here as <path-to-workspace>) using the following command:
cp -r <path-to-cd>/isolinux/ <path-to-workspace> |
change directories to the <path-to-workspace> directory you have created:
cd <path-to-workspace> |
make sure the files you have copied have appropriate permissions:
chmod u+w isolinux/* |
finally, issue the following command to create the iso image file:
mkisofs -o file.iso -b isolinux.bin -c boot.cat -no-emul-boot \ -boot-load-size 4 -boot-info-table -r -j -v -t isolinux/ |
![]() | note |
|---|---|
the above command was split into two lines for printing purposes only. when you execute this command, be sure to type it as a single command, all on the same line. |
burn the resulting iso image (named file.iso and located in <path-to-workspace>) to a cd-rom as you normally would.
