|
|
发表于 2009-8-26 21:22:59
|
显示全部楼层
U盘上Sabayon的grub.conf:- # grub.conf
- #
- # Note that you do not have to rerun grub after making changes to this file
- # NOTICE: You do not have a /boot partition. This means that
- # all kernel and initrd paths are relative to /, eg.
- # root (hd0,1)
- #
- # Video Mode Table
- # | 640x480 800x600 1024x768 1280x1024
- # ----+-------------------------------------
- # 256 | 0x301 0x303 0x305 0x307
- # 32k | 0x310 0x313 0x316 0x319
- # 64k | 0x311 0x314 0x317 0x31A
- # 16M | 0x312 0x315 0x318 0x31B
- #
- default=0
- timeout=6
- # Comment out splash during development phase of USB boot method
- #
- # splash=silent,theme:sabayon
- # - or -
- # splashimage=(hd0,0)/boot/grub/splash.xpm.gz
- title Sabayon Linux x86 DVD/USB (cdroot sdb1)
- root (hd0,0)
- kernel /boot/sabayon root=/dev/ram0 aufs init=/linuxrc cdroot=/dev/sdb1 \
- looptype=squashfs max_loop=64 loop=/livecd.squashfs vga=0x318 \
- CONSOLE=/dev/tty1 verbose scandelay --
- 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 |
|