首页 > 系统 > Linux > 正文

从boot.ini引导进入ubuntu7.04的解决

2024-08-28 00:22:20
字体:
来源:转载
供稿:网友
昨天根据网上搜索到的从windows引导进入Ubuntu的方法,试了很多种办法,其中采用从ubuntu导出*.inx的办法,试验没有通过,从boot.ini不能引导,后自己在摸索中找到如下的方法,与大家共享。

1、boot.ini配置:
[boot loader]
timeout=5
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" /noexecute=optin /fastdetect
C:/Vfloppy/boot/BootDisk.bin="由虚拟启动软盘启动"
c:/grldr=" Ubuntu 7.04 "

2、C盘下memu.lst配置
timeout 5
default 0
fallback 1
splashimage (hd0,0)/boot/grub/bj2008.xpm.gz
fontfile (hd0,0)/boot/grub/fonts

title back to Windows XP
root (hd0,0)
makeactive
chainloader +1

title GNU Grub menu
configfile (hd1,0)/boot/grub/menu.lst

title Ubuntu Linux 7.04 LiveCD
kernel (hd0,0)/boot/feisty/vmlinuz boot=gnix_oag ramdisk_size=1048576 root=/dev/ram rw quiet splash debian-installer/locale=zh_CN fd_dir=feisty
initrd (hd0,0)/boot/feisty/initrd.gz
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表