You are not logged in.

#1 2012-08-20 21:48:38

slot
Member
Registered: 2008-09-08
Posts: 65

How toDualboot Using Windows 7 Boot-Loader and Grub2 on Arch partition

This is a laptop, so one harddrive only.

I am following:
https://wiki.archlinux.org/index.php/Wi … er_Layouts
which was written for grub legacy.

Will it be possible to do the same with the new Grub?

I have tried:

dd if=$my_boot_part of=/media/win/linux.bin bs=512 count=1

but get:

dd: open '/media/win/linux.bin': Permission denied

Maybe it is better to boot windows from Grub - but I am not experienced with the new grub and neither with windows 7. Does it work allright to install the new grub in master boot record and to load windows from the new grub?

Offline

#2 2012-08-21 03:44:52

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: How toDualboot Using Windows 7 Boot-Loader and Grub2 on Arch partition

It works beautifully.  The grub configuration utility will find the Windows 7 partition and will automatically create a menu entry.
https://wiki.archlinux.org/index.php/Gr … mmended.29

By the way... The dd command could not write to '/media/win/linux.bin' because your user does not have permission to write there.  You probably needed root permissions.  Be extremely careful with the dd command, it can do a lot of damage to data if you don't get the invocation perfect.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2012-08-21 04:04:23

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: How toDualboot Using Windows 7 Boot-Loader and Grub2 on Arch partition

Offline

Board footer

Powered by FluxBB