LinuxSir.cn,穿越时空的Linuxsir!

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

sabayon : boot & install from hard disk

[复制链接]
发表于 2008-7-15 14:17:30 | 显示全部楼层 |阅读模式
First of all, sabayon.igz only has ext filesystem support, fat32 or ntfs  not support yet.

step1:
copy sabayon sabayon.igz livecd.squshfs livecd mini to an ext filesystem root from iso image.
The following sample cdroot is sda9, an ext3 filesystem, Mod it according to your own situation.


step2:
use grub grub4dos grub2 lilo or whatever to boot&install sabayon

  1. title Start SabayonLinux 3.5 x86 pod
  2.   kernel (hd0,8)/sabayon  root=/dev/ram0 noaccelmanager aufs init=/linuxrc cdroot=/dev/sda9 looptype=squashfs max_loop=64 loop=/livecd.squashfs splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 quiet music
  3.   initrd (hd0,8)/sabayon.igz

  4. title Start Sabayon Pod 3.5 (3D Desktop)
  5.   kernel (hd0,8)/sabayon/sabayon root=/dev/ram0 noaccelmanager aiglx aufs init=/linuxrc cdroot=/dev/sda9 looptype=squashfs max_loop=64 loop=/livecd.squashfs splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 quiet music
  6.   initrd (hd0,8)/sabayon/sabayon.igz

  7. title EeePC Boot (640x480 boot)
  8.   kernel (hd0,8)/sabayon/sabayon root=/dev/ram0 noaccelmanager aufs init=/linuxrc cdroot=/dev/sda9 looptype=squashfs max_loop=64 loop=/livecd.squashfs splash=silent,theme:sabayon vga=0x312 CONSOLE=/dev/tty1 quiet eeepc
  9.   initrd (hd0,8)/sabayon/sabayon.igz

  10. title Start Graphical Installation
  11.   kernel (hd0,8)/sabayon/sabayon root=/dev/ram0 aufs init=/linuxrc cdroot=/dev/sda9 looptype=squashfs max_loop=64 loop=/livecd.squashfs splash=silent,theme:sabayon vga=791 CONSOLE=/dev/tty1 quiet installer-gui
  12.   initrd (hd0,8)/sabayon/sabayon.igz
  13.   
  14. title Start Text Installation
  15.   kernel (hd0,8)/sabayon/sabayon root=/dev/ram0 aufs init=/linuxrc cdroot=/dev/sda9 looptype=squashfs max_loop=64 loop=/livecd.squashfs splash=verbose,theme:sabayon vga=791 CONSOLE=/dev/tty1 quiet installer-text nox
  16.   initrd (hd0,8)/sabayon/sabayon.igz
复制代码


step3:
Enjoy!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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