|
-
September 26th, 2004, 03:44 AM
#11
Ok, first of all thanks for the help.
It didn't work, I followed chsh's advice.
Added WindowsXP *
Fatal: Sorry, don't know how to handle device 0xf000
btw your command didn't work, should have been (hd replaced with hda2):
./sbin/lilo -C ./etc/lilo.conf -m /mnt/hda2/boot/System.map
Am I right with that command?
-
September 26th, 2004, 06:00 AM
#12
well i know i altered my lilo prompt time by editing it in lilo.conf and then running /sbin/lilo
ah well .. enjoy being able to enter linux .. doesnt matter how you worked it out so long as you did
-
September 26th, 2004, 06:11 AM
#13
Originally posted here by Soda_Popinsky
btw your command didn't work, should have been (hd replaced with hda2):
./sbin/lilo -C ./etc/lilo.conf -m /mnt/hda2/boot/System.map
Am I right with that command?
Btw, for those instructions to work, you need to be in /mnt/hd, since it uses relative paths based on that dir. Do you have a separate boot partition? If you don't, it might work fine with:
cd /mnt/hd
./sbin/lilo -C ./etc/lilo.conf -m ./boot/System.map
(note the . in front of the / at the start of each path)
Also, make sure your System.map really is in the boot dir. If it isn't, try leaving the -m option off (it may give you errors, may not), or if you have the kernel sources at say, /usr/src/linux, you could pass the path as: /usr/src/linux/System.map.
EDIT:
If you boot from the slack install CD, it expects /boot to be symlinked to /mnt/boot, so you could try deleting the /boot symlink and symlinking /mnt/hd/boot to /boot, then ignoring the -m argument.
Chris Shepherd
The Nelson-Shepherd cutoff: The point at which you realise someone is an idiot while trying to help them.
\"Well as far as the spelling, I speak fluently both your native languages. Do you even can try spell mine ?\" -- Failed Insult
Is your whole family retarded, or did they just catch it from you?
-
September 26th, 2004, 06:13 AM
#14
Are you sure your linux partition is /dev/hda2. Run an fdisk -l on any linux prompt and see which one is a linux partition.
Cheers,
cgkanchi
-
September 26th, 2004, 08:48 AM
#15
I got pissed and installed Slackware again. I had a lot of bad configurations, installation problems anyway, so I decided to try everything again.
Thanks again.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|