tjm4fun
Group: Members
Posts: 22
Joined: Jan. 2005 |
|
Posted: July 24 2005,01:37 |
|
Quote (lobber @ July 22 2005,07:04) | |
Quote: (and some added comments)
So I did the following:
sudo mount /mnt/hda1 -w sudo beaver /mnt/hda1/etc/lilo.conf and made the changes sudo ln -sf /mnt/hda1/etc/lilo.conf <<<<<don't need this sudo chmod 644 /mnt/hda1/lilo.conf <<<<< don't need this sudo lilo -C /mnt/hda1/etc/lilo.conf <<<<<<<almost got it!!!
At this point I get the following error:
Fatal: creat /boot/map~: Read-only file system <<<<<<of course you will get this error. it is trying to write to the ramdisk. When running live, you need to tell lilo to write it to hda, so you need to add another parm to the lilo command:
lilo -M /dev/XXX [ mbr | ext ] install master boot record
so the last command should be: sudo lilo -C /mnt/hda1/etc/lilo.conf -M /dev/hda mbr
'hopefully this will sort it out.
-------------- one laptop. many worlds. W2k,Slackware10,DSL,Yoper, and others as my mood changes Visit my home at: www.bitbenderforums.com Help is only a post away!
|