- title install Archlinux 2011.8
- kernel /vmlinuz archisolabel=archcd
- initrd /archiso.img
- # mkdir u
- # mount -t ext3 /dev/sdc1 /u
- # modprobe loop
- # losetup /dev/loop6 /u/archlinux.iso
- # ln -s /dev/loop6 /dev/disk/by-label/archcd
- # exit
- # sh /arch/setup #即可进入安装状态。
- # vi /etc/mkinitcpio.conf
- HOOKS="base udev autodetect pata scsi sata usb filesystems"
然后保存,开始编译内核,内核编译完成后,修改grub引导配置文件menu.lst为
- title Arch Linux
- root (hd0,0)
- kernel /boot/vmlinuz-linux root=/dev/sdb1
- initrd /boot/initrd.img
- title Arch Linux Fallback
- root (hd0,0)
- kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/uuid*
- initrd /boot/initrd.img