LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 624|回复: 1

sabayon引导参数

[复制链接]
发表于 2009-8-26 16:08:27 | 显示全部楼层 |阅读模式
能用iso文件硬盘引导安装sabayon吗???
menu。lst的参数是啥啊???
发表于 2009-8-26 21:22:59 | 显示全部楼层
U盘上Sabayon的grub.conf:
  1. # grub.conf
  2. #
  3. # Note that you do not have to rerun grub after making changes to this file
  4. # NOTICE:  You do not have a /boot partition.  This means that
  5. #          all kernel and initrd paths are relative to /, eg.
  6. #          root (hd0,1)
  7. #
  8. # Video Mode Table
  9. #     | 640x480  800x600  1024x768 1280x1024
  10. # ----+-------------------------------------
  11. # 256 |  0x301    0x303    0x305    0x307
  12. # 32k |  0x310    0x313    0x316    0x319
  13. # 64k |  0x311    0x314    0x317    0x31A
  14. # 16M |  0x312    0x315    0x318    0x31B
  15. #
  16. default=0
  17. timeout=6
  18. # Comment out splash during development phase of USB boot method
  19. #
  20. # splash=silent,theme:sabayon
  21. #   - or -
  22. # splashimage=(hd0,0)/boot/grub/splash.xpm.gz
  23. title Sabayon Linux x86 DVD/USB (cdroot sdb1)
  24.         root (hd0,0)
  25.         kernel /boot/sabayon root=/dev/ram0 aufs init=/linuxrc cdroot=/dev/sdb1 \
  26.                 looptype=squashfs max_loop=64 loop=/livecd.squashfs vga=0x318 \
  27.                 CONSOLE=/dev/tty1 verbose scandelay --
  28.         initrd /boot/sabayon.igz
复制代码

既然是squashfs就不会太难。详见:
http://wiki.sabayonlinux.org/ind ... SB_Device_with_Grub
http://wiki.sabayonlinux.org/ind ... t_Burning_The_Image
http://wiki.sabayonlinux.org/ind ... SB_with_persistance
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表