页次: 1
我有一个AOD270的上网本,atom 2700的cpu,gma3600集成显卡。以前装的是linux mint + windows 7。后来不知道为什么,win7里面可以连无线,mint里面能搜到别人的无线,就是搜不到我家的,于是决定再一次倒腾个archlinux上去。(以前倒腾过一次,滚了几次崩溃了就放弃了)。
安装用的是目前最新的镜像,2013.07.01的,安装工具是一个装了grub2 的u盘。倒腾开始......
把镜像拷到u盘的某个目录,我的是iso,u盘启动进grub后点c进入命令行。
ls #看一下都有哪些设备,我的是(hd0),(hd0,1),还有硬盘的我就不列了。
loopback arch (hd0,1)/iso/arch.iso #最喜欢grub2的这个功能了,挂载iso镜像。
ls #现在就有(arch)这个设备了
######################未完待续,话说就不能存草稿吗?##############################
最近编辑记录 FTian (2013-07-18 17:38:20)
You can make it only if you make .
离线
FYI,
menuentry "Archlinux-2011.08.19-netinstall-x86_64.iso" {
set isofile="/archives/archlinux-2011.08.19-netinstall-x86_64.iso"
loopback loop (hd0,7)$isofile
linux (loop)/arch/boot/x86_64/vmlinuz archisolabel=ARCH_201108 img_dev=/dev/sda7 img_loop=$isofile earlymodules=loop
initrd (loop)/arch/boot/x86_64/archiso.img
}
离线
内核后面的那几个参数是在哪里定义的?各个发行版貌似都有自己的定义
You can make it only if you make .
离线
内核后面的那几个参数是在哪里定义的?各个发行版貌似都有自己的定义
自己看 initramfs / initrd 里的 init 脚本。搜 cmdline 就可以了。
离线
我的集成显卡开始只装了intel的驱动发现没起作用,启动openbox的时候提示找不到screen ,后来装了frame buffer的驱动就好了
You can make it only if you make .
离线
页次: 1