Welcome, Guest

Go Back   TechieHQ - Computer Help Forum · » Operating Systems · Linux & Apple OS Support
Reload this Page Install problems

Install problems

Linux & Apple OS Support Discuss all problems / questions you have for Linux, Unix and Apple OS.

Reply
 
Thread Tools Display Modes
  #1  
Old Jan 10th, 04, 11:37 PM
Ops's Avatar
Ops
Regular @ THQ
Posts: 188
Status: Offline
 
From: Everywhere
Joined: Jul 2003
Rep: Ops is on a distinguished road to becoming a computer geek
Install problems

I ran the install and everything went fine and I had lilo be the default boot loader, but it didnt write into the MBR? how can I write it into the mbr from the installation? Im trying to install arch 0.5

my partitions are as so:

/ntfs
/
/home
/swapspace

I restarted and it went straight to Windows, using a program from Windows I was able to retrive my lilo.conf file it is as so:


Code:
#
# /etc/lilo.conf
#

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

default=arch
timeout=50
lba32
prompt

image=/boot/vmlinuz
        label=arch0.5
        root=/dev/discs/disc0/part2
        read-only

#other=/dev/discs/disc0/part1
#        label=WindowsXP

# End of file
Did I do anything wrong during the install?
Reply With Quote
Advertisement
  #2  
Old Jan 11th, 04, 12:01 AM
undeadpenguin
Bang.
Posts: 905
Status: Offline
 
From: US, CT
Joined: Sep 2003
Rep: undeadpenguin will become a geek soon enoughundeadpenguin will become a geek soon enough
First off, your default is arch, but the only entry in there is arch0.5 (you may want to change one of those). That should not be the problem, however. To install to the MBR you should have boot=/dev/discs/disc0/disc, but you already have that... It didn't give any errors when you installed it, did it? So the only error I can see is the defaults messed up, and that may cause /sbin/lilo to fail (though I would doubt it). I'd boot up with the Arch CD, mount the partition, then edit lilo.conf to say:
Code:
default=arch0.5
timeout=50
lba32
prompt

image=/boot/vmlinuz
        label=arch0.5
        root=/dev/discs/disc0/part2
        read-only
Then chroot into the mounted partition (assuming it's mounted to /mnt):
Code:
# chroot /mnt /bin/bash
and run /sbin/lilo. Then exit and reboot:
Code:
# /sbin/lilo
# exit
# reboot



__________________
1 Year Linux Experience | Working on 2

*nix tools
Firefox | OSNews | Slashdot | OSDN | Freshmeat

Reply With Quote
Reply

Tags
install, problems


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ze5600 xp uninstall me install problems data87 Windows XP 1 Jan 6th, 05 4:40 PM
Windows XP problems after install SP2 edwardrosa Windows XP 2 Sep 19th, 04 11:38 PM
SP2 install problems smack500 Windows XP 3 Aug 15th, 04 3:12 PM
Win98 re-install problems haileris23 Windows Legacy (95,98,ME,NT,2000) 2 Jul 6th, 04 3:10 AM
Install Uninstall Problems kaos101 Software Support 5 Feb 12th, 04 12:58 AM


All times are GMT +1. The time now is 4:08 PM.