Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I read one topic about this problem and solution was something
like adding notice to windows that my linux paritition is active.
But in storage management i'm not able to set it active...
what shell i do?
Grub is installed, but windows changes flag to own parition so
grub can't say even word
You can use any partition manager to set the active flag: fdisk, GParted (comes on a stand-alone live CD), QTParted (comes with many distros, including the Knoppix live CD)
The Linux bootloader (grub or lilo) sends the system to a specified partition--it does not care about the boot flag
even thought i put boot flag on linux, when i rise windows and reboot system it automaticaly goes to windows..
if i go to linux first and reboot the computer grub rises normaly.
even thought i put boot flag on linux, when i rise windows and reboot system it automaticaly goes to windows..
if i go to linux first and reboot the computer grub rises normaly.
I cannot visualize what you are doing. The computer will go the hard drive which the BIOS identifies as #1, and it will look in the mbr for boot code. ti does not matter how the active flags are set.
Windows does apparently need an active flag, but I am not sure at what stage of the process it matters.
What are you doing to "go to Linux first"?
Running from Linux, Please post the output of: (do these as root)
Are you saying that--if grub is in a partition boot sector and that partition is chain-loaded--that the active flag is required?
I’m saying if grub is on a primary partition’s volume boot sector, and the MBR has only the standard MS MBR code, and the aforementioned grub is desired to be chainloaded from the MBR, the corresponding partition should have the “active” flag set in the MBR’s partition table.
The computer will go the hard drive which the BIOS identifies as #1, and it will look in the mbr for boot code.
After it looks in the MBR for boot code, it will execute that code. If that code is standard PC MBR code (as opposed to grub or lilo code), that program will chainload the boot sector of the partition marked as active.
After it looks in the MBR for boot code, it will execute that code. If that code is standard PC MBR code (as opposed to grub or lilo code), that program will chainload the boot sector of the partition marked as active.
This would be a way of using the Windows mbr code to dual-boot Linux, n'est-ce pas?
Have you tried it? (I have never seen it mentioned in the bazillion of posts on dual-booting)
PS: Zowey; We have not forgotten you--we're just having a side discussion while waiting for some more info from you......
This would be a way of using the Windows mbr code to dual-boot Linux, n'est-ce pas?
Have you tried it? (I have never seen it mentioned in the bazillion of posts on dual-booting)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.