|
发表于 2010-7-18 00:00:27
|
显示全部楼层
Post by "http://grub4dos.sourceforge.net/wiki/index.php/"
Grub4dos_tutorial
Install GRUB for DOS boot code to MBR
You can use bootlace.com or grubinst.exe to install GRUB for DOS boot code to MBR:
bootlace.com can be used in DOS, Windows 95/98/Me and Linux. Examples:
Install GRUB for DOS boot code to the MBR of first hard drive under DOS, Windows 95/98/Me:
bootlace 0x80
Install GRUB for DOS boot code to the MBR of IDE channel 0, primary drive under Linux:
bootlace /dev/hda
Install GRUB for DOS boot code to the MBR of hard drive image file aa.dsk:
bootlace aa.dsk
grubinst.exe can be used in Linux, FreeBSD and Windows NT family OSs (Windows NT/2000/XP/2003/Vista). Examples:
Install GRUB for DOS boot code to the MBR of first hard drive under Windows NT family OSs:
grubinst (hd0)
Install GRUB for DOS boot code to the MBR of IDE channel 0, primary drive under Linux/FreeBSD:
grubinst "(hd0)"
You can also use device names:
grubinst /dev/hda (Linux)
grubinst /dev/ad0 (FreeBSD)
Install GRUB for DOS boot code to the MBR of hard drive image file aa.dsk:
grubinst aa.dsk
There are many options you can use with bootlace and grubinst, use the -h option to display help message.
After installing the boot code, you need to copy grldr and menu.lst to the root directory of any FAT16/FAT32/NTFS/EXT2 partition.
http://download.gna.org/grubutil/
从 05 年以来我只重装过两次系统,一次是因为买了笔记本,一次是想尝试下 deepin。我知道重装可能是一种爱好,捏朔料泡泡也是,只是我理解不了罢了。
可能是你很少用休眠,那其实非常可惜,这恐怕是电脑之为电脑的几个最有价值的特性之一。 |
|