当前位置: 技术问答>linux和unix
怎么用Win XP的loader双重引导XP和linux?
来源: 互联网 发布时间:2014-11-10
本文导语: 哪位高手能给出详细说明?十分感谢! 我的WinXP的os loader装在MBR,Redhat7.2的grub装在/dev/hda3的first sector,然后 dd if=/dev/hda3 of=linuxboot.sect bs=512 count=1 并将linuxboot.sect拷到了C: C:Boot.ini如下 [boot loader] timeout=30 default=mu...
哪位高手能给出详细说明?十分感谢!
我的WinXP的os loader装在MBR,Redhat7.2的grub装在/dev/hda3的first sector,然后
dd if=/dev/hda3 of=linuxboot.sect bs=512 count=1
并将linuxboot.sect拷到了C:
C:Boot.ini如下
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Microsoft Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)linux.sect="Redhat Linux 7.2"
但是当选择“Redhat Linux 7.2”,系统报错,说找不到windows系统文件!
我的WinXP的os loader装在MBR,Redhat7.2的grub装在/dev/hda3的first sector,然后
dd if=/dev/hda3 of=linuxboot.sect bs=512 count=1
并将linuxboot.sect拷到了C:
C:Boot.ini如下
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Microsoft Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)linux.sect="Redhat Linux 7.2"
但是当选择“Redhat Linux 7.2”,系统报错,说找不到windows系统文件!
|
应该写成C:linuxboot.sect="Redhat Linux 7.2"吧
|
MyLILO:
boot=/dev/hda
prompt
timeout = 500
default = linux
image = /boot/vmlinuz
label = linux
root = /dev/hda9
readonly
other = /dev/hda1
label = winxp
table = /dev/hda
boot=/dev/hda
prompt
timeout = 500
default = linux
image = /boot/vmlinuz
label = linux
root = /dev/hda9
readonly
other = /dev/hda1
label = winxp
table = /dev/hda
|
同意楼上!