- 論壇徽章:
- 0
|
我的電腦最近安裝了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 device hd0,2)
請(qǐng)問應(yīng)該如何解決才能讓3個(gè)系統(tǒng)都能正常登陸?
[ 本帖最后由 Mira 于 2009-4-15 15:54 編輯 ] |
|