-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 17 Mar 2003 9:21:50 +0800, winglion wrote:

> Sorry that I mixed the device name of grub and linux!
> this is the partition tabel I got,using parted command:
> Disk geometry for /dev/hdb: 0.000-38166.679 megabytes
>
> Disk label type: msdos
> Minor    Start       End     Type      Filesystem  Flags
> 1          0.031   9546.438  primary   FAT         boot, lba
> 2       9546.438  38162.219  extended              lba
> 5       9546.500  14543.217  logical   ext3        
> 6      14543.249  15539.436  logical   linux-swap  
> 7      15539.467  16041.467  logical   ext3        
> 8      16041.498  19092.875  logical   FAT         
> 9      19092.907  28639.313  logical   FAT         
> 10     28639.345  38162.219  logical   FAT 
>  
> this is the device.map
> # this device map was generated by anaconda
> (fd0)     /dev/fd0
> (hd0)     /dev/hdb
> 
> now the thing get worse after my trying to use "grub-install" command to install 
> grub! 
> I type :grub-install -recheck /dev/hdb
> it told me :/boot/grub/stag1 not read correctly!

Is your grub.conf correct? Does it specify the correct GRUB root?
The full output of the installation attempt would be interesting.

> I had try to copy the /usr/share/grub/i386-pc/stage1 stage2 to overwrite the them,
> but the result is the same error!   Adding the "--force-lba" to the command didn't 
> work either! 

I can't and won't comment on problems caused by messing with the
files of your grub package. You must not move files around or try to
"fix" anything that isn't broken. This only puts your installation
into a state that is not reproducible elsewhere.

In your case, if you want to install GRUB into Master Boot Record
(MBR), running "grub-install /dev/hdb" would be correct, provided
that your grub.conf is correct.

By changing the subject line of your mails _and_ using a mailer that
doesn't maintain the headers needed for threaded display, it is
difficult to keep track of your previous mails.

> Now that I had to use a floppy to boot my pc(Thanks god ,I had made one after setup)!
> the command I use to boot linux is 
> root(hd0,5)
> kernel /boot/vmlinuz-2.4.18-14 root=/dev/hdb5

I don't believe this, because root(hd0,5) would specify your boot
partition to be /dev/hd6, which is a swap partition according to
your partition table. Correct for your setup would be root(hd0,4).

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+dahi0iMVcrivHFQRAknzAJ0Y2U6bzNfDkG2BjJe2che0xz6qfgCeJ0FT
53hEcQOrNvLLi40Wmwa5/NE=
=rotf
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to