You are not logged in.

#1 2004-02-22 01:31:38

malakas
Member
Registered: 2004-02-08
Posts: 28

This a hard one (lilo deleted)

Well after 2-3 weeks with arch and tuning it to its best (for my system of course) i finally stop experimenting and took a break with fedora core 1.After installing it (and installing the boot loader that came together(grub)) i realize that fedora sucks(sorry).
I also found that the grub didnt set up my grub entry for arch correct and i was unable to boot to arch.So in my fury i uninstalled fedora and it's bootloader and inserted the archlinux cd to see if that "install bootloader "was working .Unfortunally the lilo.conf was empty so no install of the bootloader.
So does anyone know what to do in order to install only the bootloade without the option of reinstalling in mind?i really hate installing it again cause it took me so many hours(days?)to configure it!
Thanks and i hope someone will help me!

Offline

#2 2004-02-22 01:43:54

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: This a hard one (lilo deleted)

boot the arch-CD with the "vmlinuz=/dev/discs/disc(where you installed your arch)" appended (when boot: is written)

and then just run lilo or grub to install it again


The impossible missions are the only ones which succeed.

Offline

#3 2004-02-22 03:26:52

sud_crow
Member
From: Argentina
Registered: 2003-06-30
Posts: 546
Website

Re: This a hard one (lilo deleted)

Just to make it a bit clearer; after you boot with the command dp wrote above, your should check your /etc/lilo.conf (or the grub conf, but i dont use it so i dont really know about that one), and see if everything is alright, then run lilo at the prompt as root to reinstall it.

If your lilo.conf is empty and you dont know how to fill it, just ask smile


Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux

Offline

#4 2004-02-22 09:48:11

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: This a hard one (lilo deleted)

a lilo.conf can look like this:

#
# /etc/lilo.conf
#

boot=/dev/discs/disc0/disc

# This line often fixes L40 errors on bootup
# disk=/dev/discs/disc0/disc bios=0x80

default=arch2.6
timeout=60
#lba32
prompt
menu-scheme=Yk:kw
menu-title="To do nothing is to be nothing!"
map="System.map26"

image=/boot/vmlinuz
        label=arch
        root=/dev/discs/disc0/part2
        append="hdc=ide-scsi"
        read-only

image=/boot/vmlinuz26
        label=arch2.6
        root=/dev/discs/disc0/part2
        read-only

# other=/dev/hda1

other=/dev/discs/disc0/part1  
      label=winxp

# End of file

adapt this if you need some skeleton


The impossible missions are the only ones which succeed.

Offline

#5 2004-02-22 11:18:32

malakas
Member
Registered: 2004-02-08
Posts: 28

Re: This a hard one (lilo deleted)

Thanks to all.We are on air again with Archlinux!

Offline

#6 2004-02-22 12:29:39

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: This a hard one (lilo deleted)

malakas wrote:

Thanks to all.We are on air again with Archlinux!

happy to hear :-)


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB