Results 1 to 10 of 13
I used windows partition magic 8 to create new win partition and placed it before my Linux partition (Knoppix 3.7). after that Linux didn't want to boot because the root ...
- 05-16-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- BiH
- Posts
- 19
Moved / partition and now have problems booting via boot.ini
I used windows partition magic 8 to create new win partition and placed it before my Linux partition (Knoppix 3.7). after that Linux didn't want to boot because the root partition hda8 became hda9, which was logical. after that i deleted windows partition and placed it at the end so Linux partition became hda8 again. then i used knoppix boot disc and logged into linux and via command dd created new file bootsect.lnx and placed it on partition C, and after i again edited boot.ini file.
but now i can normally boot linux via boot diskette ONLY, but cannot via boot.ini. when i click on Linux all i get is a screen with numbers 9999999999999 all over the screen.
do you know how can i fix this or i have to reinstall linux?
pls do not suggest using lilo or grub, cause i am used to boot.ini and would not like to chage it.
- 05-16-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Location
- Where my hat is
- Posts
- 765
You still need to install LILO to the root partition of the Linux installation.
Here's a good How-To on using NTLDR as your boot manager.Registered Linux user #384279
Vector Linux SOHO 6 / Vector Linux 7 RC 3.4
- 05-16-2005 #3Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
If you search these forums, you'll find extensive discussions about using boot.ini. You won't find many fans, though, because it is an awkward way of booting: but you've learned that already. Another method to consider, for temporary, or for emergency, or maybe just to get familiar with Grub, is to boot from a floppy with Grub installed on it. You can set it up so that booting without the floppy, you'll go to Windows and with the floppy, you can either go straight to Linux or you can set it up to offer a choice of Linux or Windows. And you won't have to touch your MBR.
/IMHO
//got nothin'
///this use to look better
- 05-16-2005 #4Just Joined!
- Join Date
- May 2005
- Location
- BiH
- Posts
- 19
well lilo is on the root partition. i forgot to say that after i logged to linux, i reinstalled lilo on the same root partition (by typing lilo in the shell). is this enough?
- 05-16-2005 #5Linux Engineer
- Join Date
- Mar 2005
- Location
- Where my hat is
- Posts
- 765
I would first uninstall it using lilo -u. Make sure the lilo.conf file is correct, make the boot file, copy it to the root directory of /hda, then run lilo -b /dev/hdX (where X is the designation of your root partition).
Registered Linux user #384279
Vector Linux SOHO 6 / Vector Linux 7 RC 3.4
- 05-16-2005 #6Just Joined!
- Join Date
- May 2005
- Location
- BiH
- Posts
- 19
i understand everything exept how to make a boot file? i understand taht it is to be put on the / (root) partition.
Originally Posted by retired1af
- 05-16-2005 #7Linux Engineer
- Join Date
- Mar 2005
- Location
- Where my hat is
- Posts
- 765
Sorry. Wrong terminology (must get more coffee). This would be your image file created using the dd command.
Example:
The resulting file would be called bootsec.lnx.Code:dd if=/dev/hdb1 of=bootsect.lnx bs=512 count=1
I made a boo-boo in an earlier post. You should run your lilo -b command before running dd.Registered Linux user #384279
Vector Linux SOHO 6 / Vector Linux 7 RC 3.4
- 05-16-2005 #8Just Joined!
- Join Date
- May 2005
- Location
- BiH
- Posts
- 19
ok. ok. now i get it. i will try this.
- 05-16-2005 #9Just Joined!
- Join Date
- May 2005
- Location
- BiH
- Posts
- 19
forgot to ask, my win partition where boot image will be placed is NTFS so i cannot copy onto it directly from linux but via diskette (have to boot win). will this change anything you said?
- 05-16-2005 #10Linux Engineer
- Join Date
- Mar 2005
- Location
- Where my hat is
- Posts
- 765
Nope. Copy the image file to a disk, fire up Windows and copy the image file to the root directory of that disk. Modify your boot.ini file accordingly and you should be good to go.
Registered Linux user #384279
Vector Linux SOHO 6 / Vector Linux 7 RC 3.4


Reply With Quote
