星期三, 十一月 11, 2009

ubuntu启动选项

做个记录:
[code=bash]
menuentry "Ubuntu, Linux 2.6.31-15-generic" {
insmod ntfs
set root=(hd0,2)
search --no-floppy --fs-uuid --set 863c1b013c1aec45
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.31-15-generic root=/dev/sda2 loop=/ubuntu/disks/root.disk ro quiet splash
initrd /boot/initrd.img-2.6.31-15-generic
}
[/code]

2 条评论:

truant 说...

哈哈,新的Grub,都不用 Kernel 而用 Linux 了……

毛虫虫 说...

恩,很强大了。但是乍用起来不顺手。