Linux / UNIX Tech Support Forum
This is a discussion on Installation of RHEL4 WS using a boot floppy within the Linux software forums, part of the Linux Getting Started category; Hi all, I wanted to install RHEL4 WS in my Laptop. Unfortunately my Laptop's internal CDROM is defective and also ...
|
Register free or login to your existing account and remove all advertisements. |
|
|||||||
| Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi all,
I wanted to install RHEL4 WS in my Laptop. Unfortunately my Laptop's internal CDROM is defective and also my Laptop doesn't have the option of booting from USB. The only thing I can do is to load it by starting the system with the Installation boot floppy and then pointing it to an FTP or an NFS Server in the network. My problem is...They done have boot floppy images in the installation CDROM anymore. |
| Sponsored Links | ||
|
|
|
||||
|
I guess you can boot using a USB pen. To boot using a USB pen you need to put raw image called /images/diskboot.img to the usdb pen. Use dd command (don’t just copy using cp command)
Code:
# mount /mnt/cdrom # dd if=/mnt/cdrom/images/diskboot.img of=/dev/sda Then go to BIOS setup and set booting from USB and save BIOS and start installation from USB.
__________________
Vivek Gite Linux Evangelist |
|
||||
|
Ok.
You can try out pxeboot option (Provided that your laptop support network booting option in BIOS). If you can do pxeboot they I shell post a small tutorial for RHEL AS Another option is to copy all files to DOS and then run installer from DOS and install it from hard disk.
__________________
Rocky Jr. What's wrong? I hope I am not making you uncomfortable... Never send a boy to do a mans job. |
|
|||
|
Thanks rocky,
Not sure whether it supports PXE boot. I will check if it can. Anyways, its always nice to learn how to do it. I guess we need so many things to boot from the network. Like, a DHCP server, Boot Server..etc.... ricc |
|
|||
|
Rocky,
My Laptop sure supports PXE boot. When I choose netwrok boot, it shows PXE 2.0, DHCP xx.xx.xx.xx ( MAC Address) and a cursor just keeps flipping. What all do I need to install this way?. ricc |
|
||||
|
Nice
__________________
Rocky Jr. What's wrong? I hope I am not making you uncomfortable... Never send a boy to do a mans job. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install Linux / Windows without a CDROM or Floppy drive | lacloai | Linux software | 11 | 08-25-2007 08:07 AM |
| RHEL4 RHEL 5 update rc.d | chiku | Getting started tutorials | 0 | 08-11-2007 01:42 AM |
| Redhat rhel4 backup script using tar | raj | Linux software | 1 | 08-02-2007 11:15 PM |
| Ubuntu Linux network installation using a boot server | tom | Getting started tutorials | 1 | 07-13-2006 06:56 PM |
| USB pen in Rescue mode in RHEL4 | Rustem | Linux software | 1 | 12-20-2005 02:31 AM |