How to install linux in a system without cdrom, usb boot, floppy, other OS?


 
Thread Tools Search this Thread
Operating Systems Linux How to install linux in a system without cdrom, usb boot, floppy, other OS?
Prev   Next
# 1  
Old 11-28-2009
How to install linux in a system without cdrom, usb boot, floppy, other OS?

Hello to everyone,

I am new to linux and I want to move to this system after bad experiences with windows.
I have also a particular problem. An old laptop is probably able to handle just linux at this point of its life.

The cdrom is gone, the bios doesn't have usb boot support, there is no floppy or pxe network boot ability, so I was wondering what other way I can have to install linux on a barebone hd (nothing on it).

The only Idea I had was to copy some files on the hd via a ide cable adapter, connecting the laptop hd to the mobo of a desktop. I did the same in the past to install xp: I used msdos 7 to boot the machine and then launch the xp setup from withing the hd (copied before the installation files).

So my question is, can I do the same with linux? in such case, of course I will have a hd formatted with fat32 to boot in msdos, and what files should I copy on this partition to launch the installation?

If this is not the best path to follow and some guru here can advise me a better way I am looking for his helps. I look on the net but everywhere at least they require a previous operative system on it or some kind of boot support (usb, cdrom, floppy...)

Thanks again
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Red Hat

install redhat linux 5 into usb disk

Hi, I have 2 question. 1)how can I install the redhat linux 5 into USB disk and boot from USB disk forever. 2) how can I backup an existing redhat linux from hd to USB by disk image and make the USB bootable afterward , so I can use usb disk to boot the linux in another machine .... Please... (0 Replies)
Discussion started by: chuikingman
0 Replies

2. Solaris

Boot cdrom - install

Hi community, Does anyone can tell me the difference between "boot cdrom" and "boot cdrom - install" ? Thank you very much:D (3 Replies)
Discussion started by: Sunb3
3 Replies

3. UNIX for Dummies Questions & Answers

How to install a new system from a usb key

Hi everybody, I have several computers that are configured to install when I plug them on the network. The hard drive come's empty, but I think they have a parameter in the BIOS that allow the machines to install from the network. My problem is that in most cases, available bw is weak and... (5 Replies)
Discussion started by: chebarbudo
5 Replies

4. Linux

How to Install Linux os from USB pen drive

can any body tell simple steps to install linux from pen drive (4gb) fat32 ( with out dvd rom ) (3 Replies)
Discussion started by: seshumohan
3 Replies

5. Solaris

"boot cdrom - install" is not possible

Hi all, I've this problem: I want to install Solaris 10 on Sun Enterprise 450 but when I type "boot cdrom - install" command from OK PROMPT I read this message. "Can't open input device". I attempt to change "cdrom" with its "alias", after to have typing "devalias" command, but nothing! ... (6 Replies)
Discussion started by: Sunb3
6 Replies

6. UNIX for Dummies Questions & Answers

red hat linux installation boot floppy disk

Hi, My dear friends, I am trying to install red hat linux. I have downloaded its disc1. On the instructions page, the next stage is to make the boot disk, so that I can boot from the floppy. However, I am unable to locate the boot image iso file. I tried on google, but I got a few files which... (3 Replies)
Discussion started by: linuxpenguin
3 Replies

7. UNIX for Dummies Questions & Answers

Floppy , CDrom

We use #eject cdrom to eject the cdrom . Is there a way to "close" it after using that command ? is there a command to eject floppy ? Thanks (7 Replies)
Discussion started by: hitlermom
7 Replies
Login or Register to Ask a Question
CTRLALTDEL(8)						       System Administration						     CTRLALTDEL(8)

NAME
ctrlaltdel - set the function of the Ctrl-Alt-Del combination SYNOPSIS
ctrlaltdel hard|soft DESCRIPTION
Based on examination of the linux/kernel/sys.c code, it is clear that there are two supported functions that the Ctrl-Alt-Del sequence can perform: a hard reset, which immediately reboots the computer without calling sync(2) and without any other preparation; and a soft reset, which sends the SIGINT (interrupt) signal to the init process (this is always the process with PID 1). If this option is used, the init(8) program must support this feature. Since there are now several init(8) programs in the Linux community, please consult the documentation for the version that you are currently using. ctrlaltdel is usually used in the /etc/rc.local file. FILES
/etc/rc.local SEE ALSO
simpleinit(8), init(8) AUTHOR
Peter Orbaek (poe@daimi.aau.dk) AVAILABILITY
The ctrlaltdel command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux October 1993 CTRLALTDEL(8)