Re: boot the system without the help of boot floppy(again)

From: Kasper Dupont (kasperd@daimi.au.dk)
Date: 12/16/01


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



Relevant Pages

  • RE: FW: FW: [SLE] Urgent! Need help!
    ... >> Setup ... >> Booting 'linux' ... >> (hd0) and got a message back saying everything was successful when I did ... Error 17: Cannot mount selected partition ...
    (SuSE)
  • Re: Is it possible??
    ... You can do it by doing them in succession, ME, XP, then Linux. ... fdisk to create a primary DOS partition from part of the drive for the ME ... setup to create an NTFS partition, format and install there. ...
    (microsoft.public.windowsxp.newusers)
  • Re: any linux distro that sets up like windows?
    ... How did you copy the cd to a partition on your hard drive? ... understand that linux can read fat32 partition. ... This is because Windows ... Some manufactures include a real Windows setup CD, too, but as of now a ...
    (comp.os.linux.setup)
  • Linux nach Windows installieren
    ... ich habe mir die aktuelle Linux Version von www.opensuse.org besorgt und ... wollte sie gestern auf eine eigene Partition installieren. ... Beim erneuten Linux Setup wurde dies auch erkannt und die Installation lief ... Daraufhin habe ich versucht Linux "Sicher" zu installieren wie es im Setup ...
    (de.comp.os.unix.linux.misc)
  • Re: gjournal: journaled slices vs. journaled partitions
    ... I didn't want to only put gmirror and have full drives rebuild ... I went with this setup anyway and I made some reset tests to see what ... provider is directly on the mirror provider for all mirrored filesystems ... the ill-advised journaled small partition issue been successfully overcome ...
    (freebsd-questions)

Loading