QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 580|回复: 6

重了装win2000,我的RH7.2找不到了!请高手指点!!

[复制链接]
发表于 2003-7-16 14:23:06 | 显示全部楼层 |阅读模式
因为意外,我原来和redhat7.2共存的98挂了。后来我选择装win2000。但装了2000我的RH7.2找不到了!我用了很多方法都没成功。
请问各位高手,如何恢复我的RH??(特殊情况:我的RH是7.2的,而我现在手里只有9.0的安装盘,2000下没有纯dos状态,另外我对linux的指令输入还不是很了解,见笑!!)
 楼主| 发表于 2003-7-16 14:25:18 | 显示全部楼层
help me!!!!!!!!!!!!!
回复

使用道具 举报

 楼主| 发表于 2003-7-16 15:23:12 | 显示全部楼层
help
no hope!
回复

使用道具 举报

发表于 2003-7-16 15:42:02 | 显示全部楼层
你可以去这看看

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=26671&highlight=

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&p=3818492#3818492
回复

使用道具 举报

发表于 2003-7-17 09:06:59 | 显示全部楼层
同意楼上!
回复

使用道具 举报

发表于 2003-7-19 11:33:51 | 显示全部楼层
下面的用ntloader引导linux的方法
#grub
grub> root (hd0, //在这里按Tab键就可以显示下表,选择linux引导分区我分区号,我的分区号为1
Possible partitions are:
Partition num: 0, Filesystem type unknown, partition type 0x7
Partition num: 1, Filesystem type is ext2fs, partition type 0x83
Partition num: 4, Filesystem type unknown, partition type 0x7
Partition num: 5, Filesystem type is ext2fs, partition type 0x83
Partition num: 6, Filesystem type is fat, partition type 0xb
Partition num: 7, Filesystem type is fat, partition type 0xb
Partition num: 8, Filesystem type unknown, partition type 0x82
Partition num: 9, Filesystem type unknown, partition type 0x7

grub> root (hd0,1)   
Filesystem type is ext2fs, partition type 0x83

grub> setup (hd0,1) //如是要安在mbr,就是root (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0,1)"... failed (this is not fatal)
Running "embed /boot/grub/e2fs_stage1_5 (hd0,1)"... failed (this is not fatal)
Running "install /boot/grub/stage1 (hd0,1) /boot/grub/stage2 p /boot/grub/grub.conf "... succeeded
Done.

grub>quit
这样就把grub安在了linux引导分区的第一个扇区,然后
# fdisk /dev/hda

The number of cylinders for this disk is set to 4865.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p //p为显示分区的情况

Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 653 5245191 7 HPFS/NTFS
/dev/hda2 654 1307 5253255 83 Linux
/dev/hda3 1308 4865 28579635 f Win95 Ext'd (LBA)
/dev/hda5 1308 2091 6297448+ 7 HPFS/NTFS
/dev/hda6 2092 2876 6305481 83 Linux
/dev/hda7 2877 3661 6305481 b Win95 FAT32
/dev/hda8 3662 4577 7357738+ b Win95 FAT32
/dev/hda9 4578 4642 522081 82 Linux swap
/dev/hda10 4643 4865 1791216 7 HPFS/NTFS

Command (m for help): q //退出
比如我的linux引导分区是hda2就执行
#dd if=/dev/hda2 of=linux.sec bs=512 count=1
执行这步就会输出linux.sec这个文件,就在你当前的目录下,把它复制到windows的C盘下,再修改boot.ini就可以了。(最后一行加上c:\linux.sec="linux",引号里的东西可以随便)
回复

使用道具 举报

 楼主| 发表于 2003-7-19 22:38:32 | 显示全部楼层
感谢恨水前辈,代表我们几个linux新人感谢你的大力支持。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-10-1 17:27 , Processed in 0.037401 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表