|
sgzhou6688
中级用户
  
积分 231
发帖 110
注册 2008-3-24 来自 中国大陆
状态 离线
|
『楼 主』:
如何制作GRUB双菜单引导方式
使用 LLM 解释/回答一下
如何制作GRUB双菜单引导方式
C盘(系统盘)目录文件如下
1)boot.ini内容如下
[boot loader]
timeout=15
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:\G1LDR="系统恢复(使用前请将系统盘的重要数据进行备份)"
2)MEMDISK.GZ
3)Menu.lst
4)1.img
-------------------------------------------------------
注:都这些文件,不知如何制作出来的
boot.ini这个文件我知道如何生成的
How to make GRUB dual-menu boot mode
The C drive (system drive) directory files are as follows
1) The content of boot.ini is as follows
timeout=15
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
C:\G1LDR="System Recovery (please back up important data on the system drive before use)"
2) MEMDISK.GZ
3) Menu.lst
4) 1.img
-------------------------------------------------------
Note: All these files, I don't know how they were made out
I know how to generate the boot.ini file
|
|
2008-3-25 09:23 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2008-3-25 10:39 |
|
|
sgzhou6688
中级用户
  
积分 231
发帖 110
注册 2008-3-24 来自 中国大陆
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我在安装完XP(或者2K)后,如何制作双菜单,就是开机时出现一个DOS字样,选择后进入DOS系统下
After installing XP (or 2K), how to create a dual menu, that is, when booting, there is a DOS word, and after selection, enter the DOS system
|
|
2008-3-25 13:03 |
|
|
sgzhou6688
中级用户
  
积分 231
发帖 110
注册 2008-3-24 来自 中国大陆
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
噢,最基本的命令呀,哈哈,我会呀
Oh, the most basic commands, haha, I know them
|
|
2008-3-25 13:09 |
|
|
sgzhou6688
中级用户
  
积分 231
发帖 110
注册 2008-3-24 来自 中国大陆
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
Menu.lst内容如下
timeout 10
default 0
title XPBAKS
kernel (hd0,0)/memdisk.gz
initrd (hd0,0)/1.img
The content of Menu.lst is as follows
timeout 10
default 0
title XPBAKS
kernel (hd0,0)/memdisk.gz
initrd (hd0,0)/1.img
|
|
2008-3-25 14:08 |
|