You are not logged in.
Pages: 1
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
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
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
Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux
Offline
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
Thanks to all.We are on air again with Archlinux!
Offline
Thanks to all.We are on air again with Archlinux!
happy to hear :-)
The impossible missions are the only ones which succeed.
Offline
Pages: 1