Results 1 to 6 of 6

Thread: Install Windows from Partition with Grub

  1. #1
    Join Date
    Dec 2008
    Location
    /dev/null
    Beans
    334

    Install Windows from Partition with Grub

    So how can I (e.g. after using dd) boot to this dd'd Windows Installation partition with Grub?

    I just want to do this as installing Windows from Hard Drive is much faster.

    - Thanks from all the help already

    E: The solution was Unetbootin. Did nothing special myself (defined the .iso path and the partition (/dev/sda4)), the app did all the work.
    Last edited by Intrepid Ibex; May 16th, 2010 at 06:17 PM.
    PC: Asus M5A87, AMD Phenom II X6 1090T, 10GB DDR III 1333MHz, Nvidia GTX560 Ti 1024M, Samsung SSD 830 Series 256GB, HDD 1 TB SATA II 7200RPM
    OS: Arch 64-bit/Windows 8.1 Pro 64-bit
    Other: KB: Logitech G110, M: Logitech G500, 100/10M Internet

  2. #2
    Join Date
    Dec 2008
    Location
    /dev/null
    Beans
    334

    Re: Install Windows from Partition with Grub

    lolump
    PC: Asus M5A87, AMD Phenom II X6 1090T, 10GB DDR III 1333MHz, Nvidia GTX560 Ti 1024M, Samsung SSD 830 Series 256GB, HDD 1 TB SATA II 7200RPM
    OS: Arch 64-bit/Windows 8.1 Pro 64-bit
    Other: KB: Logitech G110, M: Logitech G500, 100/10M Internet

  3. #3
    Join Date
    Dec 2008
    Location
    /dev/null
    Beans
    334

    Re: Install Windows from Partition with Grub

    Well, okay, either I'm gonna do this with grub(2) with:
    Code:
    menuentry "For when hell freezes over..." {
    	set root='(hd0,4)'
    	chainloader +1 # I dun have the Windows's MBR override here so maybe chainloading won't work
    }
    or with Unetbootin.
    PC: Asus M5A87, AMD Phenom II X6 1090T, 10GB DDR III 1333MHz, Nvidia GTX560 Ti 1024M, Samsung SSD 830 Series 256GB, HDD 1 TB SATA II 7200RPM
    OS: Arch 64-bit/Windows 8.1 Pro 64-bit
    Other: KB: Logitech G110, M: Logitech G500, 100/10M Internet

  4. #4
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: Install Windows from Partition with Grub

    Try "sudo update-grub" from a terminal. Also set the boot flag on that partition assuming this to be the only win install.

  5. #5
    Join Date
    Dec 2008
    Location
    /dev/null
    Beans
    334

    Re: Install Windows from Partition with Grub

    Uhhh... I never had a problem with updating (/boot/grub/)grub.cfg.. Also thanks but I already have set the boot flag. The problem is to just adjust the correct parameters (chainload or not), the filesystem (dd or ntfs) and stuff like that.
    PC: Asus M5A87, AMD Phenom II X6 1090T, 10GB DDR III 1333MHz, Nvidia GTX560 Ti 1024M, Samsung SSD 830 Series 256GB, HDD 1 TB SATA II 7200RPM
    OS: Arch 64-bit/Windows 8.1 Pro 64-bit
    Other: KB: Logitech G110, M: Logitech G500, 100/10M Internet

  6. #6
    Join Date
    Dec 2008
    Location
    /dev/null
    Beans
    334

    Re: Install Windows from Partition with Grub

    Okay, weee, Unetbootin was the solution. I just added the Win 7.iso, defined the partition where I wanted it to (/dev/sda4) (USB Drive -> Show All Drives (Use with care) -> /dev/sda4) and (of course) just pressed *OK*.

    This (I don't know how but somehow) created a working MBR setup to boot from the partition I put the setup into (/dev/sda4).

    What really took me by surprise was that about 2 years ago ago I had no luck with Unetbootin what so ever (with either Ubuntu or Windows).
    PC: Asus M5A87, AMD Phenom II X6 1090T, 10GB DDR III 1333MHz, Nvidia GTX560 Ti 1024M, Samsung SSD 830 Series 256GB, HDD 1 TB SATA II 7200RPM
    OS: Arch 64-bit/Windows 8.1 Pro 64-bit
    Other: KB: Logitech G110, M: Logitech G500, 100/10M Internet

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •