[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re:Linux boot disk editing?
Hi Adam,
Gee thanks for the help! I looked at my disk information and noticed the
following:
"/" is device /dev/hda5 2893Meg partition
"/boot" is device /dev/hda1 19 Meg partition
These are the default partitions (including my 68 Meg swap partition)
created from the "workstation" settings during installation.
I made the boot disk changes as you advised ("rdev /dev/fd0 /dev/hdb5") and
it did boot the LILO and much of the root system but I got this error:
"Kernel Panic: VFS: Unable to Mount root fs on 03:05"
I am guessing that since I have a "/boot" partition I needed to add this
command: "bdev /dev/fd0 /dev/hda1" ??????
The problem now is that I can't reboot with this disk and edit as planned I
will tinker with making a boot disk from the CD but I was wondering if you
could make a boot disk and bring it to tomorrow's meeting. I will be there
regardless. I could also just bring my disk and perhaps someone can bring a
laptop and it can be edited at the meeting??!!
Regardless I am learning a lot and appreciate the configuration capabilities
of Linux.
Thanks a ton.
Pat
----- Original Message -----
From: Adam <adam@morrison.iserv.net>
To: <klug@klug.armintl.com>
Sent: Monday, June 28, 1999 8:38 AM
Subject: Re:Linux boot disk editing?
> >I installed Linux on my new 3.2 gig hard drive which I have since set up
=
> >as the slave drive. Since I made the boot disk while my new hard drive =
> >was the master it is recognized as such on the boot disk. My problem =
> >now is that I have made that linux drive the slave and if I use the boot
=
> >disk it can not locate the drive D. Is it possible to edit the drive =
> >data on my boot disk to read my new D drive or is there another way to =
> >solve this problem without using LILO. =20
>
> What it can't fine is technically refered to as the "root device". "Drive
D"
> is NOT the second disk, it refers to the second DOS partition found on all
> the drives in the system. This could still be on the first disk, or on
the
> fifth. In Linux (and in fact in Windows) the first IDE disk is reffered
to as
> hda, the second hdb, and the third as hdc, etc, etc. When your disk was
> primary it was hda, now that it is secondary it is hdb. So if your root
> paritition was hda1 (first partition on first disk) it is now hdb1. You
> should be able to use the "rdev" command to change the root device on your
> boot disk. For example "rdev /dev/fd0 /dev/hdb1" will set the root device
> of the kernel found on /dev/fd0 to /dev/hdb1.
>