Windows and Linux on one Hard Disk
hi,
i have knoppix installed to hard disk. After turning on the computer LiLo prompts for the os that I want to boot. This works fine. However, I am planning to install another windows version. As I experienced before, windows overwrites the MBR in which I have installed LiLo. Then I will have no way to boot knoppix from hard disk (I can't create a boot disk on a floppy, since my floppy drive doesn't work). How can I prevent Windows from overwriting the MBR? Or how can I restore Lilo afterwards?
pascal
Boot Knoppixor a Linux Distro from a CD
After installing windows boot Knoppix or the distro you have installed from CD to a command line. Do a chroot to the partition on which linux is installed (C:\chroot /mnt/hda? ) and then execute lilo. It will pick up your old lilo configuration and use it.
Hit ctl-D to exit from the chroot and then shut it all down.
Co-existence Windows, dos, and Linux
My experience shows that better way to co-exist Windows and Linux is:
1. Do lilo to partition where Linux is located and copy its boot sector:
dd if=/dev/hdx of=/b-hdx bs=512 count=1
(bs= 446 for mbr only)
2. Copy file b-hdx to c:\ b-hdx; add to c:\boot.ini: c:\b-hdx="Knoppix" .
Do it every time after run lilo .
In such away I boot Win-xp, dos, and Linux.
When you'll boot a PC boot.ini menu will be presented to choose from.
In this case if something going rong with Linux you still will be able to boot Windows and dos; and to boot your Linux from dos to fix problems .
Best, Alex
:!: :!: :!:
Re: Co-existence Windows, dos, and Linux
Quote:
Originally Posted by alex52
My experience shows that better way to co-exist Windows and Linux is:
1. Do lilo to partition where Linux is located and copy its boot sector:
dd if=/dev/hdx of=/b-hdx bs=512 count=1
(bs= 446 for mbr only)
2. Copy file b-hdx to c:\ b-hdx; add to c:\boot.ini: c:\b-hdx="Knoppix" .
Do it every time after run lilo .
And there in lies the disaster area of this techinique (you can't boot if you forget to copy the file across after running lilo)! If you want the "advantage" of your method (your windows boot is unmolested) you should look at the thread on iso booting with grub where you will find instructions on setting up grub to work from boot.ini. You can store your grub menu.lst on any partition you want (or even have multiple copies) and you can edit your command lines as you boot (using command line completion).