linux安装windows启动盘
安装gparted
制作引导:
sudo grub-install --target=i386-pc --boot-directory="/media/root/FA00-5777/boot" /dev/sdc1
boot/grub/下添加文件grub.cfg
default=1 timeout=15 color_normal=light-cyan/dark-gray menu_color_normal=black/light-cyan menu_color_highlight=white/black menuentry "Start Windows Installation" { insmod ntfs insmod search_label search --no-floppy --set=root --label FA00-5777 --hint hd0,msdos1 ntldr /bootmgr boot } menuentry "Boot from the first hard drive" { insmod ntfs insmod chain insmod part_msdos insmod part_gpt set root=(hd1) chainloader +1 boot }
--------------------------------------------------------------------------------------------------------------------------------------------
作者:Honey_Badger —— 觉得这文章好,点一下左下角
出处:http://tk55.cnblogs.com/
posted on 2018-06-20 02:18 Honey_Badger 阅读(476) 评论(0) 编辑 收藏 举报