how to reinstall rh90 grub starter into floppy ,boot from floppy using grub sta
my first thread in here. not good, forgive me. when i normal installation about rh90 is not installed the grub starter. now i want to reinstall grub starter , let the directory /boot/grub/ have something ,or related grub starter files.
my first thread in here. not good, forgive me.
when i normal installation about rh90 is not installed the
grub starter.
now i want to reinstall grub starter , let the directory /boot/grub/ have something ,or related grub starter files.
what should i do???
i using the command,i write #grub-install /dev/fd0
,no useful. the floppy you make is not booted rh90.
tell me somthing else to do that.
finish it.
it has taked me lots of time to study this issues.
my disk drive and disk partition instance like this.
___________________
[root@aaa root]# fdisk -l
Disk /dev/hdc: 122.9 GB, 122942324736 bytes
226 heads, 63 sectors/track, 16864 cylinders
Units = cylinders of 14238 * 512 = 7289856 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 16865 120060832+ a9 NetBSD
Disk /dev/hda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 1 0 0 Empty
/dev/hda3 1266 2693 11470410 b5 Unknown
Partition 3 does not end on cylinder boundary.
/dev/hda4 2694 14947 98428837+ 5 Extended
Partition 4 does not end on cylinder boundary.
/dev/hda5 * 2694 3751 8498353+ 83 Linux
/dev/hda6 3752 3856 843381 82 Linux swap
/dev/hda7 * 3857 4761 7269381 83 Linux
/dev/hda8 4762 5928 9366808+ 83 Linux
/dev/hda9 11137 13786 21281368+ b Win95 FAT32
/dev/hda10 13787 14946 9317668+ b Win95 FAT32
Disk /dev/hdb: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 1020 8193118+ 17 Hidden HPFS/NTFS
/dev/hdb2 1021 9964 71842680 5 Extended
/dev/hdb3 1 1 0 0 Empty
/dev/hdb5 1021 2040 8193118+ b Win95 FAT32
/dev/hdb6 2041 3953 15366141 7 HPFS/NTFS
/dev/hdb7 3954 5866 15366141 b Win95 FAT32
/dev/hdb8 5867 8416 20482843+ 7 HPFS/NTFS
/dev/hdb9 8417 9964 12434278+ 7 HPFS/NTFS
[root@aaa root]# grub-install /dev/hda8
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdb
(hd2) /dev/hdc
[root@aaa root]#
_____________________________________
my rh90 is installed /dev/hda8 partition,why dont the drvie map dont list at the table. maybe i should manually modify it,adding the /dev/hda8 ,or like below:
(fd0) /dev/fd0
(hd0) /dev/hda1
(hd1) /dev/hda2
(hd2) /dev/hda3
(hd3) /dev/hda4
(hd4) /dev/hda5
(hd5) /dev/hda6
etc.
what i guess is true????
when i normal installation about rh90 is not installed the
grub starter.
now i want to reinstall grub starter , let the directory /boot/grub/ have something ,or related grub starter files.
what should i do???
i using the command,i write #grub-install /dev/fd0
,no useful. the floppy you make is not booted rh90.
tell me somthing else to do that.
finish it.
it has taked me lots of time to study this issues.
my disk drive and disk partition instance like this.
___________________
[root@aaa root]# fdisk -l
Disk /dev/hdc: 122.9 GB, 122942324736 bytes
226 heads, 63 sectors/track, 16864 cylinders
Units = cylinders of 14238 * 512 = 7289856 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 16865 120060832+ a9 NetBSD
Disk /dev/hda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 1 0 0 Empty
/dev/hda3 1266 2693 11470410 b5 Unknown
Partition 3 does not end on cylinder boundary.
/dev/hda4 2694 14947 98428837+ 5 Extended
Partition 4 does not end on cylinder boundary.
/dev/hda5 * 2694 3751 8498353+ 83 Linux
/dev/hda6 3752 3856 843381 82 Linux swap
/dev/hda7 * 3857 4761 7269381 83 Linux
/dev/hda8 4762 5928 9366808+ 83 Linux
/dev/hda9 11137 13786 21281368+ b Win95 FAT32
/dev/hda10 13787 14946 9317668+ b Win95 FAT32
Disk /dev/hdb: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 1020 8193118+ 17 Hidden HPFS/NTFS
/dev/hdb2 1021 9964 71842680 5 Extended
/dev/hdb3 1 1 0 0 Empty
/dev/hdb5 1021 2040 8193118+ b Win95 FAT32
/dev/hdb6 2041 3953 15366141 7 HPFS/NTFS
/dev/hdb7 3954 5866 15366141 b Win95 FAT32
/dev/hdb8 5867 8416 20482843+ 7 HPFS/NTFS
/dev/hdb9 8417 9964 12434278+ 7 HPFS/NTFS
[root@aaa root]# grub-install /dev/hda8
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdb
(hd2) /dev/hdc
[root@aaa root]#
_____________________________________
my rh90 is installed /dev/hda8 partition,why dont the drvie map dont list at the table. maybe i should manually modify it,adding the /dev/hda8 ,or like below:
(fd0) /dev/fd0
(hd0) /dev/hda1
(hd1) /dev/hda2
(hd2) /dev/hda3
(hd3) /dev/hda4
(hd4) /dev/hda5
(hd5) /dev/hda6
etc.
what i guess is true????
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
right,
not this bios problem,
i know this basic bios settling .i have studied and being a computer engineer for a company over 8 years long time.
my question is my the boot floppy image problem.
from the rh0 installing wizip guide from cdrom,i selected no
installed the grub starter in the hard drive.after i finish installing ,the directory /boot/grub/ have nothing files inside.
now i want to install the grub starter into floppy ,using this floppy boot rh90,also say via the grub boot floppy start up my rh nine point zero operating system.
not this bios problem,
i know this basic bios settling .i have studied and being a computer engineer for a company over 8 years long time.
my question is my the boot floppy image problem.
from the rh0 installing wizip guide from cdrom,i selected no
installed the grub starter in the hard drive.after i finish installing ,the directory /boot/grub/ have nothing files inside.
now i want to install the grub starter into floppy ,using this floppy boot rh90,also say via the grub boot floppy start up my rh nine point zero operating system.
In the /boot/grub directory, do you have a grub.conf file?
If so, can you post the contents?
I assume that you saw the RedHat guide here?
If not, and I am going by remote memory, try typing on as root user;
redhat-config-boot
See if this package is installed. If it is not, try installing it off the cd.
If it is installed, you should be able to install grub to a floppy.
If so, can you post the contents?
I assume that you saw the RedHat guide here?
If not, and I am going by remote memory, try typing on as root user;
redhat-config-boot
See if this package is installed. If it is not, try installing it off the cd.
If it is installed, you should be able to install grub to a floppy.
have the directory /boot/grub/ on my rh90,in this directory ,have lots of named stage file,and .map file,
just not have grub.conf, emphasize again---------
just HAVENT grub.conf
.
i have read lots of material about grub install,lots of material refer to the grub.conf file.and then ,why doesnt my computer have this file---grub.conf???
really feeling confusing.what happen???
using command #grub-install /dev/fd0
making the diskette doesnt boot successfully.
maybe casue this file:grub.conf???????????????????
just not have grub.conf, emphasize again---------
just HAVENT grub.conf
.
i have read lots of material about grub install,lots of material refer to the grub.conf file.and then ,why doesnt my computer have this file---grub.conf???
really feeling confusing.what happen???
using command #grub-install /dev/fd0
making the diskette doesnt boot successfully.
maybe casue this file:grub.conf???????????????????
complementarity two points:
figure 1:
i have right using root user login.
figure 2:
i have entire installed rh90 OS.
figure 1:
i have right using root user login.
figure 2:
i have entire installed rh90 OS.