U盘linux系统汇总
1.Slitaz4.0中文定制版--微型口袋系统LinuxPE-3.8.5内核 重磅推荐
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=190810&extra=page%3D2
2.puppy linux 中文定制版隆重登场,优秀的口袋移动桌面系统(3月20日更新
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=184889&highlight=Puppy
通过windows系统安装到电脑硬盘live
解压上面的ISO镜像文件,取其中boot文件夹的 bzImage、rootfs.g这2个文件,放到C盘根目录。
menuentry "sliatz中文定制版 " --class linux {
insmod ntfs
set root='(hd0,1)'
linux /bzImage rw root=/dev/null vga=normal autologin
initrd /rootfs.gz
}
通过Linux系统安装到电脑硬盘live
第一步:解压上面的ISO镜像文件,取其中boot文件夹的 bzImage、rootfs.g这2个文件,放到“/”根目录。
第二步:编辑linux启动菜单:
gedit /boot/grub/grub.cfg
将下面的菜单增加到最下面。
menuentry "sliatz中文定制版 " --class linux {
insmod ext2
set root='(hd0,2)' ##这是你的linux安装的位置,假设是第2分区
linux /bzImage rw root=/dev/null vga=normal autologin
initrd /rootfs.gz
}
其他合盘时,grub4dos引导
合盘时,只需要解压ISO里boot文件夹的2个文件bzImage、rootfs.gz放到您的磁盘
title sliatz中文定制版
kernel /bzImage rw root=/dev/null vga=normal autologin
initrd /rootfs.gz
完全ISO整体引导:
map --mem (hdX,Y)/home/[MyUserName]/slitaz[Date].iso (0xff)
map --hook
chainloader (0xff)
boot