Re: boot the system without the help of boot floppy(again)
From: Kasper Dupont (kasperd@daimi.au.dk)Date: 12/16/01
- Next message: Kasper Dupont: "Re: how to sincronise my server time?"
- Previous message: Miguel Cruz: "Re: Security Issues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Kasper Dupont <kasperd@daimi.au.dk> Date: Sun, 16 Dec 2001 11:39:46 +0100
karthikeyan wrote:
>
> but this is not loading linux but instead it runs the setup from
> CDROM
>
> I have to load linux and ban the setup of Linux
> Help me
> Thanks in adv ...
The RedHat installer will run a bash shell on another VC.
You can switch with ALT + an F-key. Notice that the shell
will not be opened at once, you have to go through the
first steps finding the CD.
>
> Did you make the partition active in fdisk?
If you want to load LILO from a partition it should be a
primary partition. (An extended is posible but not a
good idea, a logical partition I don't think will work.)
You must activate the partition and install the standard
mbr code. If you don't have one I have placed one here:
http://www.daimi.au.dk/~kasperd/mbr. The one I could find
is with error messages in Danish, but you should be
able to use it anyway. Just write the file to the disk
with "cat mbr >/dev/hda". AFAIK this is equivalent to the
fdisk/mbr command in some DOS versions.
> >
> > fdisk /dev/hda
> >
> > But i get the error message "cannot open /dev/hda"
Try "mknod /dev/hda b 3 0"
> >
> > I tried
> >
> > mount -t proc /proc /proc for mounting the devices
No, proc filesystem is not at all related to device
inodes. (Hint: /proc != /dev)
-- Kasper Dupont
- Next message: Kasper Dupont: "Re: how to sincronise my server time?"
- Previous message: Miguel Cruz: "Re: Security Issues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|