|
|
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
- title Start SabayonLinux 3.5 x86 pod
- 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
- initrd (hd0,8)/sabayon.igz
- title Start Sabayon Pod 3.5 (3D Desktop)
- 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
- initrd (hd0,8)/sabayon/sabayon.igz
- title EeePC Boot (640x480 boot)
- 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
- initrd (hd0,8)/sabayon/sabayon.igz
- title Start Graphical Installation
- 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
- initrd (hd0,8)/sabayon/sabayon.igz
-
- title Start Text Installation
- 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
- initrd (hd0,8)/sabayon/sabayon.igz
复制代码
step3:
Enjoy! |
|