亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
12下一頁(yè)
最近訪問板塊 發(fā)新帖
查看: 2273 | 回復(fù): 11
打印 上一主題 下一主題

編輯OPENSOLARIS的MENU.LST 后,無(wú)法引導(dǎo)linux [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2009-04-15 15:50 |只看該作者 |倒序?yàn)g覽
我的電腦最近安裝了xp、Fedora core9 linux以及opensolaris2008.11三種系統(tǒng)。
安裝完成后,編輯OPENSOLARIS的menu.lst文件后,無(wú)法引導(dǎo)linux了。請(qǐng)大家?guī)臀铱纯磫栴}在什么地方?
以下是安裝過程:首先備份xp,然后卸載linux。接著分區(qū)。
硬盤分為2個(gè)主要分區(qū),(第一個(gè)主分區(qū)安裝xp,文件系統(tǒng)FAT32第二個(gè)主分區(qū)文件系統(tǒng)未知,留待最后用于安裝Solaris。)擴(kuò)展分區(qū)分出5個(gè)邏輯分區(qū)。其中中前3個(gè)邏輯分區(qū)文件系統(tǒng)為FAT32最后兩個(gè)分別為EXT3和SWAP用于安裝LINUX
把備份的數(shù)據(jù)恢復(fù)的xp系統(tǒng)中。
安裝linux,分區(qū)時(shí),選擇了自定義分區(qū),并把其中ext3類型的邏輯分區(qū)設(shè)置為掛載于/
安裝完之后,兩種系統(tǒng)都可以正常登陸。最后安裝opensolaris 。在選擇分區(qū)時(shí),使用了未確定分區(qū)(即第二個(gè)主分區(qū))并調(diào)整為Solaris。安裝完成后,編輯OPENSOLARIS系統(tǒng)的/rpool/boot /grub/menu.lst,在其中加入了如下內(nèi)容
tltle Fedora(2.6.25-14.fc9.x86_64)
root(hd0,7)
kernel /boot/vmlinuz-2.6.25-14.fc9.x86_64 ro=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.25-14.fc9.x86_64.img
重啟后,三種系統(tǒng)的啟動(dòng)菜單都出現(xiàn)了。但是啟動(dòng)linux時(shí),卻出現(xiàn)了提示
kernel /boot/vmlinuz-2.6.25-14.fc9.x86_64 ro=LABEL=/ rhgb quiet
ERROR:15
FILE NOT FOUND

以下是安裝opensolaris前l(fā)inux的grub 內(nèi)容
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,7)
#          kernel /boot/vmlinuz-version ro root=/dev/sda8
#          initrd /boot/initrd-version.img
#boot=/dev/sda
default=1
timeout=13
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.25-14.fc9.x86_64)
        root (hd0,7)
        kernel /boot/vmlinuz-2.6.25-14.fc9.x86_64 ro root=LABEL=/ rhgb quiet
        initrd /boot/initrd-2.6.25-14.fc9.x86_64.img
title XP
        rootnoverify (hd0,0)
        chainloader +1

現(xiàn)在opensolaris的 menu.lst內(nèi)容如下:
Splashimage /boot/grub/splash.xpm.gz
background 215ECA
timeout 30
default 0
#---ADDED BY BOOTADM-DO NOT EDIT---
title OpenSolaris 2008.11snv_98 x86
findroot (pool_rpool,1,a)
bootfs
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS
module$ /platform/i86pc/$ISADIR/boot-archive
#---END BOOTADM---
title Windows
rootnoverify(hd0,0)
chainloader +1
tltle Fedora (2.6.25-14.fc9.x86_64)
root(hd0,7)
kernel /boot/vmlinuz-2.6.25-14.fc9.x86_64 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.25-14.fc9.x86_64.img

#Unknown Partition of type 15 found on /dev/rdsk/c4d0p0 partition:3
#It maps to the GRUB devicehd0,2)

請(qǐng)問應(yīng)該如何解決才能讓3個(gè)系統(tǒng)都能正常登陸?

[ 本帖最后由 Mira 于 2009-4-15 15:54 編輯 ]

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2009-04-15 15:57 |只看該作者
title Fedora (2.6.25-14.fc9.x86_64)
        root (hd0,7)
        kernel /boot/vmlinuz-2.6.25-14.fc9.x86_64 ro root=LABEL=/ rhgb quiet
        initrd /boot/initrd-2.6.25-14.fc9.x86_64.img


改成


  1.         title Fedora (2.6.25-14.fc9.x86_64)
  2.         root (hd0,7)
  3.         kernel /boot/vmlinuz-2.6.25-14.fc9.x86_64 ro root=/dev/hda8  rhgb quiet
  4.         initrd /boot/initrd-2.6.25-14.fc9.x86_64.img

復(fù)制代碼


看看

[ 本帖最后由 diyself 于 2009-4-15 16:07 編輯 ]

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2009-04-15 17:24 |只看該作者
你去編輯模式下,
用kernel /直接按tab看看能否找到你的文件

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2009-04-16 00:42 |只看該作者
原帖由 emmoblin 于 2009-4-15 17:24 發(fā)表
你去編輯模式下,
用kernel /直接按tab看看能否找到你的文件

Error 15:file not found
找不到文件

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2009-04-16 01:33 |只看該作者

回復(fù) #4 Mira 的帖子

先執(zhí)行root (0,7)

當(dāng)然,這之前你最好 find /boot/grub/stage1

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2009-04-16 16:47 |只看該作者
我去試一下

論壇徽章:
1
操作系統(tǒng)版塊每日發(fā)帖之星
日期:2015-07-11 22:20:00
7 [報(bào)告]
發(fā)表于 2009-04-16 17:31 |只看該作者
solaris的grub配置的一些參數(shù)linux是不能識(shí)別的。
我想知道你的grub程序是linux裝上去的,還是solaris裝上去的。
建議用solaris的grub來(lái)引導(dǎo)系統(tǒng)。

或者把其中一個(gè)grub裝在MBR,一個(gè)裝在分區(qū),層次引導(dǎo)。

[ 本帖最后由 cst05001 于 2009-4-16 17:32 編輯 ]

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2009-04-17 11:27 |只看該作者
原帖由 cst05001 于 2009-4-16 17:31 發(fā)表
solaris的grub配置的一些參數(shù)linux是不能識(shí)別的。
我想知道你的grub程序是linux裝上去的,還是solaris裝上去的。
建議用solaris的grub來(lái)引導(dǎo)系統(tǒng)。

或者把其中一個(gè)grub裝在MBR,一個(gè)裝在分區(qū),層次引導(dǎo)。

我的GRUB 是linux裝上去的。裝完后,把GURB.CONF文件中關(guān)于linux的部分記錄下。安裝OPENSOLARIS以后,添加進(jìn)/rpool/boot/grub/menu.lst

論壇徽章:
0
9 [報(bào)告]
發(fā)表于 2009-04-18 02:23 |只看該作者
原帖由 rhlei 于 2009-4-16 01:33 發(fā)表
先執(zhí)行root (0,7)

當(dāng)然,這之前你最好 find /boot/grub/stage1

grub>find /boot/grub/stage1
(hd0,1,a)
(hd0,7)
grub>root(hd0,7)
Filesystem type is ext2fs, partition type 0x83

論壇徽章:
0
10 [報(bào)告]
發(fā)表于 2009-04-18 02:25 |只看該作者
原帖由 cst05001 于 2009-4-16 17:31 發(fā)表
solaris的grub配置的一些參數(shù)linux是不能識(shí)別的。
我想知道你的grub程序是linux裝上去的,還是solaris裝上去的。
建議用solaris的grub來(lái)引導(dǎo)系統(tǒng)。

或者把其中一個(gè)grub裝在MBR,一個(gè)裝在分區(qū),層次引導(dǎo)。

那么,這兩種辦法應(yīng)該怎么做呢?
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP