You are not logged in.
Pages: 1
I don't see a wiki for this so before I started playing with it, I thought I'd post up and ask. Are there any special instructions on how to replace lilo with grub? My thoughts were load the arch cd and tell it to install the grub bootloader and do a pacman -R lilo when I boot back into my system. Any advice?
Thanks!
"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "
Offline
Arch comes with Grub. Did you already install, and used Lilo? Did you already have Lilo on the system, and now want to install Grub with Arch? If it's that last one, the Grub setup in the Arch install will wipe Lilo.
Please be more specific in the future - offer background info
Last edited by Ranguvar (2009-01-26 20:46:40)
Offline
Because I was already familiar with lilo (from Slackware) but not with grub, I actually kept using lilo for several years after first installing Arch, then decided to switch to grub.
I remember that this how-to was helpful for going from lilo to grub:
http://www.varesano.net/blog/fabio/conv … +lilo+grub .
This should be helpful if you've already installed lilo and now want to change to grub. It has the advantage of having been written by a fellow Arch user.
Last edited by dhave (2009-01-26 21:27:50)
Offline
Just what I wanted to do too.
I have been using lilo.
I set up my /boot/grub/menu.lst
Translating /dev/sda5 -> (hd0,4) and appending kernel options.
But following the wiki, I get this error:
grub> root (hd0,4)
Filesystem type is ext2fs, partition type 0x83grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... no
Checking if "/grub/stage1" exists... no
EDIT:
OK I got the files now after grub-install
Last edited by Procyon (2009-01-26 23:47:46)
Offline
lol sorry folks, im suffering a little bit of a headache today. Yes this system was installed with lilo not grub. I have been using lilo on this arch system for a little less than a year and now would like to switch to lilo. Do I understand that I can just run the install cd and tell it to use the grub bootloader? Thanks!
"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "
Offline
OK, so you already have Arch installed, and it's using LILO? Then don't run the installer again
That link seems good. Basic procedure is to just remove LILO with pacman, install grub, read up on grub man pages to set up your config, and use grub-install to install GRUB to the MBR.
By the way, this may be worth checking out if you're up for a challenge
Offline
got it folks thanks and sorry for the newbness, working on graphical grub
"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "
Offline
Pages: 1