pearlinux-6-x86.iso下载后用虚拟光驱或解压软件提取里面的文件放到分区上,如CDEF盘上。
打开终端,sudo chmod +w /boot/grub/grub.cfg
sudo gedit /boot/grub/grub.cfg
在### END /etc/grub.d/30_os-prober ###的上面加入
menuentry 'Pear Linux 6 Live System' {
search --no-floppy --set -f /casper/vmlinuz
linux /casper/vmlinuz file=/cdrom/preseed/custom.seed boot=casper noprompt noeject splash --
initrd /casper/initrd.gz
}
重启电脑,选择Pear Linux 6 Live System,就进入了Pear linux 6 的Livecd
