after recompile the kernel,i copy the corresponding files to /boot,and my /boot directory looks like:
And then,i inserted a new item in the grub,and /boot/grub/menu.lst look like:
And after longtime's googling,i found that someone mention that maybe the acpi matters.So,i set the acpi as off.but it still does not work.
when i reboot my os,it still stop,like:
And as u can see,i have another gr
Hi,
I've got a grub related problem.
Code:
egroot@Cassiopeia:~$ ls -l /boot/grub/menu.lst
-rw-r--r-- 1 root root 5144 dec 26 11:55 /boot/grub/menu.lst
egroot@Cassiopeia:~$ sudo update-grub
[sudo] password for egroot:
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ...
wolfcore wrote:Before rebooting, during the configuration of grub, I moved /boot/grub/ to /boot/efi/grub, because that was my efi-directory:Move back the directory to /boot/grub. /boot/efi/grubx64.efi is configured to look into /boot/grub (or rather <ESP>/grub, rather than <ESP>/efi/grub).
I installed grub2-bios into partition ,instead of MBR.I removed /boot/grub directory before the upgrade just in case# chattr -i /boot/grub/core.img
# rm -rf /boot/grub/
# pacman -Syu
# modprobe dm-modAfter grub2-bios and grub2-common have been upgraded , I ran# grub-install --directory=/usr/lib/grub/i386-pc --target=i386-pc --boot-directory=/boot --recheck --force --debug /dev/sda1
# chattr +i /bo
Although I have several kernel versions in /boot and having them in my grub.cfg, they are not displayed in the grub boot menu.
Running update-grub seems to work, as it puts the kernels in the grub.cfg in /boot/grub.
I needed a minimally-configured Real Time kernel, I compiled a new kernel with menuconfig.
I foolishly installed the newest kernel update... now I can't boot anymore.
Once I rebooted, grub presented me it's friendly console.
Hello,
My USB keyboard works fine throughout the session, but my USB mouse (laser) stops working completely. I have tried the
Quote:
acpi=force irqpoll seems to work...
to add it to all of your kernel entry, open /boot/grub/menu.lst
scroll until you find defoptions=
and append
acpi=force irqpoll
I have multiple HDDs and one contains Ubuntu, other OSs and GRUB v2(?).
Anyway, I usually select through the BIOS boot menu which HDD I want to boot to and I noticed a problem when booting to my drive with GRUB on it.