Grub4dos Boot Windows 7

Posted on -

Here are the following steps to experience this problem.

1) download grub4dos 0.4.4 here: http://download.gna.org/grub4dos/

Seems you have/had dual boot system with linux. If you dont then just need to startrep.exe. You may fix the windows part by booting from the window 7 disc(or bootable USB)> recovery tools>command prompt> browse to.

Free download link for Mitchell OnDemand 2015. Free download Mitchell OnDemand 2015 ISO Torrent With Updated Install +Guide Paying attention: The download will be send out by Email, We just offer software download, and if you have any question when installing or using software, we can't help you. Free Download Mitchell on demand 5 8 2 2012 install (with crack Direct Mitchell on demand 5 8 2 2012 install (with crack) For Free Uploaded On: MediaFire, JumpFiles, Filecloud, Putlocker, Fileflyer, Sockshare, Restfile, Uploaded, Rapidgator, Extabit, Netload, Letitbit, Rapidshare. Free download ondemand5 install. Ondemand5 free download - Apple Safari, PhotoScape, AVG AntiVirus Free, and many more programs. Ondemand5 free download - Apple Safari, PhotoScape, AVG AntiVirus Free.

  • To make disk bootable (with or without grub4dos) you have to write Windows 7 MBR and PBR and make partition active. When using grub4dos you load bootmgr directly skipping boot records but boot BCD must be on active partition! There are different tools which can write NT6 (Vista, Windows 7/8) boot records.
  • Grub2Win supports 64 and 32 bit EFI and BIOS on Windows 10, 8, 7 and XP. Safely dual boot Windows and Linux from GPT or MBR disks. Grub2Win boots native GNU Grub version 2 code.

2) copy grldr, grldr.mbr, menu.lst to C:

3) some commands here: http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial#Booting_GRUB_for_DOS_via_the_Windows_Vista_boot_manager

4) execute following command in cmd.exe and note the guid in the output e.g. {234325-bla-bla}:

5) then replace {id} with guid you have obtained before and execute the following ones.

6) reboot. choose 'start grub4dos' on boot screen.7) I get following error:

8) do not lose that guid. use following command to delete

(9) if you lost the command, execute bcdedit and you can see grub4dos record guid here)

Any ideas?

Ahmet Alp BalkanAhmet Alp Balkan

migrated from stackoverflow.comJul 6 '10 at 3:42

This question came from our site for professional and enthusiast programmers.

1 Answer

bcdedit /set {id} device bootshould (probably, if it's on C) be:bcdedit /set {id} device partition=C: Clip studio paint serial number generator.

this is becouse Windows 7 creates a hidden extra partition for the BCD

gijsgijs

Not the answer you're looking for? Browse other questions tagged bootloadergrub or ask your own question.

I've got a question for dos & win7 boot process.

Is it possible that dos boot and execute some dos-app before win7 boot without reboot?I mean boot process like win95 or win3.1.

I'll explain more detail.

  1. dos boot ->
  2. execute some dos app ->
  3. cleanup memory ->
  4. load win7 volume boot record into memory 7c00 ->
  5. win7 boot without reboot

Is this possible?

RuonyRuony

1 Answer

The scenario you have described is basically a warm reboot, interrupt 0x19 behaves almost like that, with the exception that it always loads the Master Boot Record (with the partition table). Win3.1 or Win95 were started as normal executables from DOS and not from their boot record. Win7 does not have any DOS phase during boot.

However, I think it's possible, but won't be easy. These are a few options:

  1. The easiest solution would be if you can find an appropriate boot manager software that can do this for you. Take a look at GRUB and GRUB4DOS and this question.

  2. If it is enough (the DOS program you want to run does not strictly require 16-bit DOS environment), I'm not sure, but maybe you can tweak Win7's boot.ini to boot in safe mode with command line and start it from there and then reboot.

  3. In the worst case you must manually write a small DOS program that reads the Win7 boot sector to the address 0000:7C00 and executes it. For this to work you must now exactly where the Win7 boot sector is located in the disk. Children' s home society. Be aware that on hardware that supports it, Win7 will prefer EFI boot method instead of the old MBR-based one. You must check what method your Win7 installation uses. There may be other difficulties like how to select active partition or that the DOS partition must reside in the beginning of the disk, and so on.

Community
bucbuc

Not the answer you're looking for? Browse other questions tagged windows-7dosbootmbr or ask your own question.