『第 4 楼』:
使用 LLM 解释/回答一下
这样装基本上不大可能会成功。简单点来说,因为你的光盘是虚拟的,并且还是在grub下虚拟的,一旦进入WINDOWS的安装程序。虚拟的东西还有吗?就算还在这一段时间还有,那么还要重启一次,重启后也会找不到光盘的。
大家的想法其实差不多,我也想从U盘安装系统,但和你不一样的是我把它解压了,不蓝屏,它只说找不到CD,XP,XP64.2003.2003X64和用ISOLINUX做的光盘,基本上都是不能通过U盘来安装的。因为做的时候他们指定了从光盘读取源文件,如果在不修改这些引导文件,告诉他们在那里有源文件的话都是装不了的。相反现在新出的系统就很好的支持U盘。比如VISTA,你直接在GRUB里面加一点,直接chainloader /bootmgr 并且把安装源文件放到根目录就可以装了。
This way of installation is basically not likely to succeed. Simply put, because your CD is virtual and is also virtual under GRUB. Once you enter the WINDOWS installation program, will the virtual thing still be there? Even if it is still there for this period of time, then you have to restart once, and after restarting, you will not be able to find the CD.
Everyone's ideas are actually similar. I also want to install the system from a USB flash drive, but different from you, I extracted it, and it doesn't blue screen. It just says it can't find the CD. XP, XP64, 2003, 2003X64 and the CDs made with ISOLINUX are basically not installable through the USB flash drive. Because when making them, they specified to read the source files from the CD. If you don't modify these boot files and tell them where the source files are, they can't be installed. On the contrary, the newly released systems now support USB flash drives very well. For example, VISTA, you can directly add a little in GRUB, directly chainloader /bootmgr and put the installation source files in the root directory to install.
|