Skip to Content

最新评论

  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
  • feng   14 年 19 周   回复
    谁说的grub4dos不可以把puppy解开到硬盘来引导,需要三个文件而已,vmlinuz initrd.gz lupu_525.sfs
    然后,grub4dos菜单
    title 启动puppy linux系统
    find --set-root /puppy/vmlinuz
    kernel /puppy/vmlinuz root=/dev/ram0 pfix=copy
    initrd /puppy/initrd.gz


    后面的pfix=copy。是如果有2fs个人文件,用来加载。
    省去那些usbflash 或者hd什么的。这样,不管在u盘或者硬盘来引导pupppy都可以。
    如果喜欢xpuppy,同样的,只要把建个文件夹,还是三个文件,同样的引导方法
    只要文件名字都对就可以。
    还有就是linux引导。


    title 启动linux安装系统
    find --set-root /linux/vmlinuz
    kernel /linux/vmlinuz boot=casper iso-scan/filename=/linux/linux.iso ro quiet splash locale=zh_CN.UTF-8
    initrd /linux/initrd.gz

    这样的话,只要把linux的iso,还有casper文件夹内的vmlinuz和initrd.gz文件复制到linux文件夹内,就可以live cd的形式启动iso了。至于安装,安装过的都会把
    先终端 sudo umount -l /isodevice
    然后安装就可以了。
    不同的是,有的linux发行版本,initrd.gz的文件名字不一样,有的是initrd.lz,或者是initrd.img。只要在grub4dos的引导界面,按“e”就可以编辑下,编辑好,然后在按“b”,就可以启动了。
    至于安装好后,怎么引导linux。
    容易,grub4dos转grub或者grub2引导就行了

    title 启动grub引导系统
    find --set-root /boot/grub/core.img
    kernel /boot/grub/core.img
    这样就可以了啊。,


    下面发下我的内置到grldr的菜单


    find --set-root /boot/grub/fonts.gz
    fontfile /boot/grub/fonts.gz
    splashimage /boot/grub/0.gz
    timeout 10
    default 0
    title 启动winpe迷你系统
    find --set-root /boot/iso/pe.iso
    map --mem /boot/iso/pe.iso (0xff)
    map --hook
    chainloader (0xff)

    title 启动puppy linux系统
    find --set-root /puppy/vmlinuz
    kernel /puppy/vmlinuz root=/dev/ram0 pfix=copy
    initrd /puppy/initrd.gz

    title ---------------------------------------------------------------------------------------------------------------------------
    clear

    title 启动ntldr引导系统
    find --set-root /ntldr
    chainloader /ntldr

    title 启动bootmgr引导系统
    find --set-root /bootmgr
    chainloader /bootmgr

    title 启动grub引导系统
    find --set-root /boot/grub/core.img
    kernel /boot/grub/core.img

    title 启动Ntboot引导系统
    find --set-root /boot/NTBOOT/NTBOOT.LST/ntboot.lst
    configfile /boot/NTBOOT/NTBOOT.LST/ntboot.lst

    title ---------------------------------------------------------------------------------------------------------------------------
    clear

    title 启动xp安装系统
    find --set-root /boot/NTBOOT/NTBOOT.LST/xp.lst
    configfile /boot/NTBOOT/NTBOOT.LST/xp.lst

    title 启动linux安装系统
    find --set-root /linux/vmlinuz
    kernel /linux/vmlinuz boot=casper iso-scan/filename=/linux/linux.iso ro quiet splash locale=zh_CN.UTF-8
    initrd /linux/initrd.gz

    title ---------------------------------------------------------------------------------------------------------------------------
    clear

    title 启动feng.iso光盘镜像
    find --set-root /feng.iso
    map --mem /feng.iso (0xff)
    map --hook
    chainloader (0xff)

    title ---------------------------------------------------------------------------------------------------------------------------
    clear

    title 启动DiskGen磁盘精灵
    find --set-root /boot/imgs/dg.img
    map --mem /boot/imgs/dg.img (fd0)
    map --hook
    chainloader (fd0)+1
    rootnoverify (fd0)

    title 启动MAXDOS工具箱
    find --set-root /boot/imgs/maxdos.img
    map --mem /boot/imgs/maxdos.img (fd0)
    map --hook
    chainloader (fd0)+1
    rootnoverify (fd0)

    title ---------------------------------------------------------------------------------------------------------------------------
    clear

    title 关闭计算机
    halt
    title ---------------------------------------------------------------------------------------------------------------------------
    clear
  • 匿名用户   14 年 19 周   回复
    谁说的grub4dos不可以把puppy解开到硬盘来引导,需要三个文件而已,vmlinuz initrd.gz lupu_525.sfs
    然后,grub4dos菜单
    title 启动puppy linux系统
    find --set-root /puppy/vmlinuz
    kernel /puppy/vmlinuz root=/dev/ram0 pfix=copy
    initrd /puppy/initrd.gz


    后面的pfix=copy。是如果有2fs个人文件,用来加载。
    省去那些usbflash 或者hd什么的。这样,不管在u盘或者硬盘来引导pupppy都可以。
    如果喜欢xpuppy,同样的,只要把建个文件夹,还是三个文件,同样的引导方法
    只要文件名字都对就可以。
    还有就是linux引导。


    title 启动linux安装系统
    find --set-root /linux/vmlinuz
    kernel /linux/vmlinuz boot=casper iso-scan/filename=/linux/linux.iso ro quiet splash locale=zh_CN.UTF-8
    initrd /linux/initrd.gz

    这样的话,只要把linux的iso,还有casper文件夹内的vmlinuz和initrd.gz文件复制到linux文件夹内,就可以live cd的形式启动iso了。至于安装,安装过的都会把
    先终端 sudo umount -l /isodevice
    然后安装就可以了。
    不同的是,有的linux发行版本,initrd.gz的文件名字不一样,有的是initrd.lz,或者是initrd.img。只要在grub4dos的引导界面,按“e”就可以编辑下,编辑好,然后在按“b”,就可以启动了。
    至于安装好后,怎么引导linux。
    容易,grub4dos转grub或者grub2引导就行了

    title 启动grub引导系统
    find --set-root /boot/grub/core.img
    kernel /boot/grub/core.img
    这样就可以了啊。,


    下面发下我的内置到grldr的菜单


    find --set-root /boot/grub/fonts.gz
    fontfile /boot/grub/fonts.gz
    splashimage /boot/grub/0.gz
    timeout 10
    default 0
    title 启动winpe迷你系统
    find --set-root /boot/iso/pe.iso
    map --mem /boot/iso/pe.iso (0xff)
    map --hook
    chainloader (0xff)

    title 启动puppy linux系统
    find --set-root /puppy/vmlinuz
    kernel /puppy/vmlinuz root=/dev/ram0 pfix=copy
    initrd /puppy/initrd.gz

    title ---------------------------------------------------------------------------------------------------------------------------
    clear

    title 启动ntldr引导系统
    find --set-root /ntldr
    chainloader /ntldr

    title 启动bootmgr引导系统
    find --set-root /bootmgr
    chainloader /bootmgr

    title 启动grub引导系统
    find --set-root /boot/grub/core.img
    kernel /boot/grub/core.img

    title 启动Ntboot引导系统
    find --set-root /boot/NTBOOT/NTBOOT.LST/ntboot.lst
    configfile /boot/NTBOOT/NTBOOT.LST/ntboot.lst

    title ---------------------------------------------------------------------------------------------------------------------------
    clear

    title 启动xp安装系统
    find --set-root /boot/NTBOOT/NTBOOT.LST/xp.lst
    configfile /boot/NTBOOT/NTBOOT.LST/xp.lst

    title 启动linux安装系统
    find --set-root /linux/vmlinuz
    kernel /linux/vmlinuz boot=casper iso-scan/filename=/linux/linux.iso ro quiet splash locale=zh_CN.UTF-8
    initrd /linux/initrd.gz

    title ---------------------------------------------------------------------------------------------------------------------------
    clear

    title 启动feng.iso光盘镜像
    find --set-root /feng.iso
    map --mem /feng.iso (0xff)
    map --hook
    chainloader (0xff)

    title ---------------------------------------------------------------------------------------------------------------------------
    clear

    title 启动DiskGen磁盘精灵
    find --set-root /boot/imgs/dg.img
    map --mem /boot/imgs/dg.img (fd0)
    map --hook
    chainloader (fd0)+1
    rootnoverify (fd0)

    title 启动MAXDOS工具箱
    find --set-root /boot/imgs/maxdos.img
    map --mem /boot/imgs/maxdos.img (fd0)
    map --hook
    chainloader (fd0)+1
    rootnoverify (fd0)

    title ---------------------------------------------------------------------------------------------------------------------------
    clear

    title 关闭计算机
    halt
    title ---------------------------------------------------------------------------------------------------------------------------
    clear
  • hugh52066   14 年 20 周   回复
    不知道,你们都是装的哪个版本呢?第一次想学习这个,对Linux还是很不了解呢。。连系统程序都不知道要怎么下。。
  • hugh52066   14 年 20 周   回复
    不知道,你们都是装的哪个版本呢?第一次想学习这个,对Linux还是很不了解呢。。连系统程序都不知道要怎么下。。
  • hzwpuppy   14 年 20 周   回复
    呵呵,安装到U盘也不是不可以,您可以把U盘分出一个EXT2/3/4分区来安装Puppy啊~不过不知道您的U盘容量够不够而已。
    如果您认为这是一种失败的话那我无可厚非,既然依然存在这么多用户,说明这种变化也是受到肯定的。设计成将系统压缩为一个squashfs文件就注定了它会存在一些硬伤,诸如要占用内存来虚拟文件系统,不能直接更改内核等。
    还请您不要激动,对于这个问题我会想办法解决的,只不过不打包票。
  • olderchen   14 年 20 周   回复
    是!你说的对!把它安装到硬盘的话puppy还有什么优势呢?象windows和其他linux一样安装到硬盘谁还会用puppy呢?我又下了一个新版的4.21。连不上网了!悲剧啊!没有一个创新的头脑!人们喜爱puppy正是因为它可以安装到u盘,随时可以带走。这几天下了几个版本的puppy。是谁把puppy弄成这样了!puppy正失去它自身的特色!将变得和许多不知名的linux版本一样。这不是一种成功,而是一种失败!!!!!!!!
  • 匿名用户   14 年 20 周   回复
    我猜你是用的通用安装器或者集成到PE里去了,通用安装因为识别不了就自动配置为通用linux版,经常出现某些数据不能保存。推荐Veket安装器,你可以在VeryCD搜索到安装器,仅仅下载安装工具就可以了阿。
  • 匿名用户   14 年 20 周   回复
    你可以禁用那些不常用的插件阿,没有人每次都用火狐的全部插件的。需要用某个插件功能的话再启用并重启火狐就好了,这应该比为了某一小功能而去装一软件方便得多了吧?
  • hzwpuppy   14 年 20 周   回复
    你看一下menu.lst里面的写法估计有问题,U盘安装器根本没有考虑到initrd.gz的扩展名问题,Macis用的是initrd.lz(LZMA算法压缩,更小体积,而不是传统的gzip压缩的gz扩展名)
  • 匿名用户   14 年 20 周   回复
    看起来很好,先在虚拟机用一下,等大问题解决了放U盘里,LZ加油!!!