kitti jaisong wrote: > follow this line > > default 0 > timeout 30 > splashimage=(hd0,0)/grub/splash.xpm.gz > > title=Gentoo Linux 2.6.11-r3 > root (hd0,0) > kernel /kernel-2.6.11-gentoo-r5 root=/dev/ram0 init=/linuxrc > ramdisk=8192 real_root=/dev/hda3 udev > initrd /initrd-2.6.11-gentoo-r5 > > I use AMD cpu and Graphics use chisp set VIA tecnology ( VIA KM400A) > At boot with livecd it can't detect graphics >
I think you said the kernel begins to boot, but that it hangs very quickly in the boot process. You might try adding "noapic" and/or "acpi=off" to your kernel options. You might also try "vga=0", which will start the system in a text console, without trying to use vesa framebuffer graphics. kernel /kernel-2.6.11-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev noapic acpi=off vga=0 I hope this helps. -Richard -- gentoo-user@gentoo.org mailing list