外包网站建设公司,网站建设公司的销售好做吗,惠州电商网站建设,网站服务器搬家1.找到磁盘分区工具#xff0c;将一个主分区磁盘格式化为windows认可的文件系统#xff0c;如: ntfs.2.安装windows,或ghost to this partition。(最好是ghost,这样不会抢linux的启动区域。那样的话就改的就是windows下的文件。3.更改linux或windows下的grub.以liunx(ubuntu)…1.找到磁盘分区工具将一个主分区磁盘格式化为windows认可的文件系统如: ntfs.2.安装windows,或ghost to this partition。(最好是ghost,这样不会抢linux的启动区域。那样的话就改的就是windows下的文件。3.更改linux或windows下的grub.以liunx(ubuntu)为例:a. 更改/etc/fstab文件以挂载windows下的硬盘(如果已经更改过磁盘如格式化uuid会改变,所以直接用盘符,如/dev/sda4)# /etc/fstab: static file system information.## proc /proc proc defaults 0 0# /dev/sda1UUID859e7d90-2c50-4d50-ba5e-f906500c9207 / reiserfs notail 0 1# /dev/sda3UUID2c2b11f7-c905-486d-8030-d2891e4ed786 /space jfs defaults 0 2# /dev/sda4/dev/sda4 /winxp ntfs-3g defaults,localezh_CN.utf8,user,auto,uid1000,rw 0 2# /dev/sda2UUIDb83bc168-c030-4f86-8e19-4ba571cf85ae none swap sw 0 0/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0更改linux的grub文件如下路径/boot/grub/menu.lst更改DEBIAN AUTOMAGIC KERNELS LIST代码titleUbuntu 7.10, kernel 2.6.22-14-genericroot(hd0,0)kernel/boot/vmlinuz-2.6.22-14-generic rootUUID859e7d90-2c50-4d50-ba5e-f906500c9207 ro quiet splashinitrd/boot/initrd.img-2.6.22-14-genericquiettitleUbuntu 7.10, kernel 2.6.22-14-generic (recovery mode)root(hd0,0)kernel/boot/vmlinuz-2.6.22-14-generic rootUUID859e7d90-2c50-4d50-ba5e-f906500c9207 ro singleinitrd/boot/initrd.img-2.6.22-14-generictitleUbuntu 7.10, memtest86root(hd0,0)kernel/boot/memtest86.binquiettitleWindows XProot(hd0,3)makeactivechainloader1done!