通过USBLIVE引导以后无论是试用还是安装都会在检测时候卡在 [ 0.020239] APCI: Core revision 20110623
因为原配光驱已经无法读盘,所以不能使用光盘加载,而USBLIVE不能按F6添加APCI=off参数,在U盘上的boot/grub里只有一个loopback.cfg文件,不知道要把APCI=off添加在哪里
loopback.cfg如下
menuentry "Try Ubuntu without installing" {
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
linux /casper/vmlinuz boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash --
initrd /casper/initrd.lz
}
menuentry "Test memory" {
linux16 /install/mt86plus
}
该电脑已有WIN SEVER2K3,如果直接硬盘安装的话是否能够将某一逻辑盘无损转换为ext2/3,并且保留WIN系统的引导