📄 回复linux和nt 如何共同安装在同一台服务器上?.txt
字号:
作者:richardwhite
email: richardwhite@263.net
日期:99-8-31 0:39:20
This works with NTFS and VFAT
1. Install NT first. Make sure it can boot to Win95. This is fairly
simple.
2. Install Linux. Make sure in setup you specify that LILO is to be
installed on the /dev/hda (MBR) and that LILO can boot hda1 (or whatever
is your DOS/Win95 Partition).
2.1 reboot now, u can't access NT now. don't panic. Lilo makes a backup
of master boot record. restore is by " dd if=/boot/boot.0300 " (IDE disk)
or " dd if=/boot/boot.0800" (SCSI disk) -- next time NT will boot okay.
2.2 a more secure approach might be not installing lilo at all --- boot
linux with a floppy and go on with following steps.
3. prepare a dos formatted floppy
4. Type "mount -t msdos /dev/fd0 /mnt
5. Type "dd if=/dev/hda of=/mnt/linboot bs=512 count=1
6. Edit /etc/lilo.conf and replace "boot=/dev/hda" with
"boot=/mnt/linboot"
7. Type "lilo"
8. Reboot and goto NT. copy the linboot file on the floppy to c:.
9. Edit boot.ini and add
C:\linldr="Linux"
10. Now to run Linux, just type linux at the LILO prompt. To run NT,
type dos at the LILO prompt and then run as usual. To run Win95, type
dos at the LILO prompt and then select MS Windows at the NT boot loader.
You don't have to type linux if linux is first on lilo.conf, because
lilo default to the first item.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -