- 論壇徽章:
- 0
|
各位大神,懇請,懇求你們幫助一下,
下面我詳細說明一下情況,我用Ultraiso制作了U盤引導,下了一個RED HAT5.0 安裝后,發(fā)現(xiàn)U盤不能拔,拔掉就無法啟動系統(tǒng)。所以在網(wǎng)上找了個教程配置下GRUB這是教程http://blog.sina.com.cn/s/blog_411fb33701013whv.html
但是 grub> root (hd0,0)
Error 22: No such partition
grub> root (hd0,3)
Filesystem type is fat, partition type 0xc (HD0,1)或者其他的什么2,4,5,6都是錯誤22 無法找到分區(qū)
grub> root (hd1,0)
Filesystem type is ext2fs, partition type 0x83
下面是我的DF命令和FDISK命令詳細數(shù)據(jù)
[root@localhost ~]# df -lh
文件系統(tǒng) 容量 已用 可用 已用% 掛載點
/dev/mapper/VolGroup00-LogVol00
537G 12G 497G 3% /
/dev/cciss/c0d0p1 97M 12M 80M 14% /boot
tmpfs 6.0G 0 6.0G 0% /dev/shm
root@localhost ~]# fdisk -l
Disk /dev/cciss/c0d0: 599.9 GB, 599932844032 bytes
255 heads, 32 sectors/track, 143596 cylinders
Units = cylinders of 8160 * 512 = 4177920 bytes
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 25 101984 83 Linux
/dev/cciss/c0d0p2 26 143596 585769680 8e Linux LVM
Disk /dev/sda: 15.5 GB, 15552479232 bytes
255 heads, 63 sectors/track, 1890 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda4 * 1 1891 15187840 c W95 FAT32 (LBA)
還有一個情況,我拔掉U盤用secureCRI無法連接到服務器,插上U盤才行。
我是個小白,所以我真的很想知道為什么會出現(xiàn)這樣的情況 , 哪怕是要重裝我也想知道原因,請滿足我的求知欲。
我的問題是,1,假如HD0,0是第一硬盤第一分區(qū),為什么會找不到,
2,是否我把U盤也劃分在邏輯分區(qū)里面了。
3,除了重裝,還有沒有辦法可以把U盤拔下而能成功啟動系統(tǒng)的。
大神如果想幫忙解決,我愿意提供Teamviewer賬號密碼,可以遠程控制 |
|