I have the following grub.conf
Code:
default=0
timeout=5
splashimage=(hd0,13)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.31.1-56.fc12.x86_64)
root (hd0,13)
I'm sure there is a thread on this somewhere, but after looking though the first 100+ search results, I can't seem to find it.
After a kernel update today, I noticed that new kernels are not being added to my grub menu.lst (so consequently, I was running an older kernel).
Grub can boot from any partition so there is no need to share boot partition.
The latest update changed the default boot from 0 to 1 and added extra parameters to the new kernel boot line.
################################################## ###
default=1
timeout=8
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
# hiddenmenu
title Fedora (2.6.31.6-145.fc12.x86_64)
root (hd0,7)
I foolishly installed the newest kernel update... now I can't boot anymore.
Once I rebooted, grub presented me it's friendly console.
I've compiled qemu for s5pc110 (it's from http://gitorious.org/samsung-linux-platform/qemu, somebody had added support for s5pc110), version 0.12. But when I load the kernel:
qemu-system-arm -M s5pc110 \
-kernel ../../kernel/android-samsung-2.6.35-gingerbread/arch/arm/boot/zImage \
-initrd arm_root.img -serial stdio -append earlyprintk
the terminal prints "Uncompressing Linux...
I switched today to slackware-current on one of my desktops to play with it and ran directly into a problem.
Since ages my lilo.conf has two entries for slackware. One for runlevel 3 and one for runlevel 4.
Debian if my first OS and i want to dual boot Fedora12
Ok i installed Fedora12 and choose not to install the bootloader(gonna use the one Debian installed)
What i'm tring to do in Debain is edit my /boot/grub/menu.lst
Here is what i have
Code:
title Debian GNU/Linux, kernel 2.6.26-1-686
Did anyone manage to boot from USB device natively? I tried to boot with my USB stick, but always get "Boot error" followed by standard boot sequence. The only way to boot with USB device is to use GRUB and enter something like
Code:
> root (fd0)
> kernel /casper/vmlinuz file=preseed/ubuntu.seed boot=casper ramdisk_size=1048576 root=/dev/ram rw quiet splash