|
回复 #13 不点 的帖子
找到SLAX的解决方案了,启动参数from=/slax.iso即可通过G4D map方式完成ISO引导,现在就是用的SLAX回复的,感觉LINUX桌面也不比WINXP快,不过感觉比XP健壮点,因为用的老掉牙的845机器,XP下看视频或者操作很多窗口时常蓝屏,但SLAX只是崩了X桌面,重新登录又好了。
菜单贴一下,方便大家
title slax-Chinese-Simplified-7.0.4-i486.iso uniso
find --set-root /slax/boot/vmlinuz
kernel /slax/boot/vmlinuz vga=773 load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 slax.flags=
initrd /slax/boot/initrfs.img
title slax-Chinese-Simplified-7.0.4-i486.iso \n中文输入用火输http://www.fireinput.com/main.php
find --set-root /grub/slax-Chinese-Simplified-7.0.4-i486.iso
map /grub/slax-Chinese-Simplified-7.0.4-i486.iso (0xff)
map --hook
kernel (0xff)/slax/boot/vmlinuz from=/grub/slax-Chinese-Simplified-7.0.4-i486.iso vga=773 load_ramdisk=1 prompt_ramdisk=0 ro printk.time=0 slax.flags=toram,xmode
initrd (0xff)/slax/boot/initrfs.img
之所以能够ISO,看了说明是用到了
Linux Live Kit for CD & USB
To make bootable USB, unpack the generated TAR archive (also from /tmp) to your ... If you're just looking for a working Linux Live system, visit www.slax.org ...
www.linux-live.org/
似乎可以针对很多的LINUX,未测试其他LINUX
Linux Live Kit is the most innovative toolkit available. AuFS provides better stability compared to old unionfs, squashfs with XZ support provides great compression ratio and amazing decompression speed. What's new compared to old Linux Live scripts v 6?
- aufs3 is used instead of unionfs, brings great stability and features
- squashfs supports XZ compression including BCJ filters for incredible compression
- CD tree is simplified, you may call your distro as you like, eg. slax, knoppix, etc.
- support for booting from USB device as well as CD/DVD discs
- persistent changes storage DynFileFS provides dynamic-size filesystem
- support for writing persistent changes even to VFAT or NTFS (thanks)
- an install script to make your device boot in Linux and Windows
- support for loading your LiveKit data from different directory or even an iso file
[ 本帖最后由 快雪时晴 于 2013-1-24 22:00 编辑 ] |
|