
你这算是三
系统吧,两个windows加一个linux。有linux的多系统不要让windows
接管引导,windows很容易弄坏引导的,先把windows的引导都做好之后,最后做linux的引导,用linux的grub2引导所有的系统就ok了自己到/boot/grub/grub.cfg里加上Windows引导条目就行了,例如: 1、menuentry "Windows XP" { 2、set root="(hd0,3)" 3、chainloader +1 } 不过最好加到/etc/grub.d/40_custom里面,然后rub-mkconfig -o /boot/grub/grub.cfg
评论列表(0条)