非常感谢kevin.lo 的教程: viewtopic.php?f=86&t=347285
我出现的最大的问题就是,跟许多朋友一样卡在下面这个画面:
booting install ubuntu
filesystem type is ntfs,partition type 0x07
[linux-bzimage,setup=0x4200,siza=0x466a40]
[linux-initrd @ 0x7f23e000,0xdc0612 bytes]
这里的 ntfs 就是你把iso等文件存放的那个硬盘分区的文件格式,它也有可能是fat,
我还在这过程中把一个盘转成ext3 的格式,后来发现完全没必要
因为,现在的ubuntu也能识别windows下的硬盘格式了
下面是我解决的方式:
一切都是按照教程里来的
只不过把引导代码里面
title Install Ubuntu 12.04
root (hd0,0)
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz
quiet splash 这两个去掉,这样可以看执行中的log,看停在了那里
变成这样
下面是我解决的方式:
一切都是按照教程里来的
只不过把引导代码里面
title Install Ubuntu 12.04
root (hd0,0)
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04-desktop-i386.iso ro locale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz
我出现的问题是
Cannot allocate resource for EISA slot 1
Cannot allocate resource for EISA slot 2
Cannot allocate resource for EISA slot 3
Cannot allocate resource for EISA slot 4
Cannot allocate resource for EISA slot 5
Cannot allocate resource for EISA slot 6
Cannot allocate resource for EISA slot 7
Cannot allocate resource for EISA slot 8
感谢这个作者提供的解决方法,我的是华硕,不过出现这种问题,解决方式都可以借鉴。
http://www.linuxidc.com/Linux/2012-08/67390.htm
这样就基本没有其他的问题的,哎,为了这个问题搞的重启N次,强制关机了Nci,我的硬盘哟。
