Re: debian-knoppix digest, Vol 1 #866 - 12 msgs
maikhai <maikhai04-FFYn/[email protected]>
| Newsgroups | gmane.linux.debian.knoppix |
|---|---|
| Message-ID | <[email protected]> |
> > Also, what are you accessing /dev/hda for? Maybe you should be calling > > /dev/hda1 or whatever your root partition is instead? > > My description was somewhat misleading: I want to write lilo into the > mbr. I run > lilo -r /mnt/hda7 > to install the lilo.conf of my debian system residing on > /dev/hda7. The actual problem seems to be the implicit access to > /dev/hda by lilo when writing the mbr. Hi Elias! if: You run Knoppix on HD Your knoppix is on /dev/hda123 try: Boot with CD # mount /mnt/hda123 # rm /etc/lilo.conf # cp /mnt/hda123/etc/lilo.conf /etc # mount -o bind /mnt/hda123/boot /boot # /sbin/lilo -v HTH mkh_sgn