Results 1 to 4 of 4
Hey, it's been awhile since I've had to troubleshoot something in Linux. so, time for info!
I am currently running a desktop DELL with Ubuntu 6.06 installed. When I open ...
- 10-08-2009 #1
[SOLVED] grub.conf troubleshooting
Hey, it's been awhile since I've had to troubleshoot something in Linux. so, time for info!
I am currently running a desktop DELL with Ubuntu 6.06 installed. When I open the /boot/grub/grub.conf file, this is what I see:
default=0
timeout=20
splashimage=(hd0,2)/grub/splashimg.xpm.gz
title TechLinux (2.6.20)
root (hd0,2)
kernel /vmlinuz-2.6.20 ro root=/dev/hda4
initrd /initrd-2.6.20
I'm not as sharp as I used to be with Linux, so my question is: Which hard drive and partition is the grub splash screen image located?Last edited by DaGoomba; 10-09-2009 at 01:16 AM. Reason: Problem solved
- 10-08-2009 #2
(hd0,2) is either /dev/sda3 or /dev/hda3 ... further info in linked tutorial here
- 10-08-2009 #3
Oh yeah. Duh, hd=hard drive. Thanks for that. I've got one more Linux box here that isn't booting right, I checked the error message and found that an Admin. had made a custom /boot/grub/grub.conf file:
default=0
timeout=20
splashimage=(hda1)/grub/turbosplash.xpm.bz
title Turbo Linux (2.6.10)
root (hda1)
kernel /vmlinuz-2.6.10 ro root=/dev/hda2
initrd /initrd-2.6.10
I'm thinking it has something to do with its location.
- 10-08-2009 #4



