|
|
我把minimal CD解压到分区跟目录后,同样的grub.conf,2006.0可以启动,而2006.1却出现“not bootable medium found,waiting for new devices”和“could not find CD to boot,something else need”的提示,似乎是无法把image.squashfs这个文件mount到cdroot指定的分区中。
我试着沿用2006.0的kernel和initrd,替换2006.0的image.squashfs为2006.1的。结果image.squashfs是可以mount了。可以kernel panic了,郁闷。
我的grub.conf(2006.0的用此grub.conf可以启动)
[PHP]
root (hd0,5)
kernel /isolinux/gentoo root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs loop=/image.squashfs cdroot=/dev/sda1 udev vga=791 splash=silent,theme:livecd-2006.1 CONSOLE=/dev/tty1
initrd /isolinux/gentoo.igz
[/PHP] |
|