Re: Grub boots from command line but not menu
- From: imotgm <imotgm_REM@xxxxxxxxxxxxxxxxx>
- Date: Fri, 03 Mar 2006 13:27:04 GMT
On Sat, 25 Feb 2006 21:43:58 -0800, iforone wrote:
Ok..here's distro/kernel info;
$ uname -a
Linux 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC 2005 i686 GNU/Linux
Debian 3.1r1
Here's my relevant /boot/grub/menu.lst info
~$ sudo cat /boot/grub/menu.lst
title Debian GNU/Linux, kernel 2.6.8-2-386
root (hd0,6)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda7 ro acpi=force
apm=force
initrd /boot/initrd.img-2.6.8-2-386
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-2-386 (recovery mode)
root (hd0,6)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda7 ro single
initrd /boot/initrd.img-2.6.8-2-386
savedefault
boot
# This entry automatically added by the Debian installer for a
non-linux OS
# on /dev/hda1
title Windows 95/98/Me
root (hd0,0)
savedefault
makeactive
chainloader +1
Notes;
I have no kernel image or "real" Kernel .....Nothing in /usr/src DIR --
not even a /linux Directory present. I think I'm booting from a
mini-kernel - I notice 'cramfs' in dmesg at boot time (whatever that's
worth);
Of course you have a real kernel image; it's vmlinuz-2.6.8-2-386, and it's
in your /boot directory, where it's supposed to be. Why do you suppose the
grub stanzas would lie about it?
What you don't have is the kernel source installed in /usr/src, which
you'll need, if you want to compile your own kernel, or any special
drivers/modules.
~$ dmesg | grep -i cram
RAMDISK: cramfs filesystem found at block 0
VFS: Mounted root (cramfs filesystem) readonly.
--
imotgm
"Lost? Lost? I've never been lost... Been a tad confused for a
month or two, but never lost."
.
- Follow-Ups:
- Re: Grub boots from command line but not menu
- From: iforone
- Re: Grub boots from command line but not menu
- Prev by Date: Re: Grub boots from command line but not menu
- Next by Date: Re: Changing the start end end date of the daylight saving time
- Previous by thread: Re: Grub boots from command line but not menu
- Next by thread: Re: Grub boots from command line but not menu
- Index(es):
Relevant Pages
|