Results 1 to 7 of 7
Is it possible...
- 12-31-2005 #1
Can Slackware run GRUB instead of LILO
Is it possible
\"TTFN Taa Taa For Now\" by Tigger in Winnie the Pooh
http://www.distrowatch.com Linux Distros
We Live in a Windows World but there is Linux to save the day
- 12-31-2005 #2Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
All you have to do is install it. If I'm not mistaken, www.linuxpackages.net has a grub package.
- 12-31-2005 #3Linux Newbie
- Join Date
- Jun 2005
- Posts
- 123
Don't bother with LinuxPackages, it's in slackware-current under extra.
http://anorien.csc.warwick.ac.uk/mir...nt/extra/grub/
- 12-31-2005 #4last time i checked the extra section, the grub version was 0.95. the link below has the current version (0.97).
Originally Posted by TomX
thats where i got my grub from.
Originally Posted by bidi
just remember to do:
then edit /boot/grub/menu.lst to you specific requirementsCode:ln -s /boot/grub/menu.lst.sample /boot/grub/menu.lst
weed"Time has more than one meaning, and is more than one dimension" - /.unknown
--Registered Linux user #396583--
- 01-06-2006 #5Just Joined!
- Join Date
- Sep 2005
- Location
- Canada
- Posts
- 48
I just installed Grub and it worked fine, I read on how to do the SplashImage and have my image ready, but Where do I get the splashimage patch from? I cant find it anywhere.
- 01-07-2006 #6
if you installed grub 0.95 or higher, it is already there.
just edit /boot/grub/menu.lst:
where (hd0,0) is where your kernel is and <yoursplashimage.xpm.gz> is what your splash image is called.Code:splashimage (hd0,0)/boot/grub/<yoursplashimage.xpm.gz>
just make sure that the image is 640x480 and has only 14 colours in it.
weed"Time has more than one meaning, and is more than one dimension" - /.unknown
--Registered Linux user #396583--
- 01-07-2006 #7Just Joined!
- Join Date
- Sep 2005
- Location
- Canada
- Posts
- 48
Are you sure you don't need a patch? I have the .97 for Grub installed and I couldnt get it to work.
Whats is the exact LINE word for word I would have to type. My Linux is on the dev/hda3 partition. My image is called slack.xpm.gz, I used GIMP to change it to 640x480, and 14 colours only.


Reply With Quote