|
Search
|
||||||
Install problemsLinux & Apple OS Support Discuss all problems / questions you have for Linux, Unix and Apple OS. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
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
|
| Advertisement |
|
#2
|
|||
|
|||
|
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
Code:
# chroot /mnt /bin/bash Code:
# /sbin/lilo # exit # reboot |
![]() |
| Tags |
| install, problems |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |