UbuntuLTSP/grubgpxe EDITING

Pasi Lallinaho pasi at shimmerproject.org
Mon Jul 21 13:58:24 UTC 2014


On 2014-07-20 18:49, Maksym Vorchukov wrote:
> Hello.
> I have read *UbuntuLTSP/grubgpxe 
> <https://help.ubuntu.com/community/UbuntuLTSP/grubgpxe>* article and 
> tested on Windows 7 x86.
> And there is some things to be updated - in red color:
>
>
> *Boot from a Windows Vista/2008 partition*
> Downloadgrubgpxe.zip 
> <http://users.sch.gr/alkisg/tosteki/index.php?action=dlattach;topic=1451.0;attach=830>, 
> unzip it and move the contents of the "C" folder in C:\, so that you 
> have C:\grldr, C:\grldr.mbr, C:\menu.lst and the folder C:\boot\.
>
> /Warning: some of the menu names might not be exact, as I don't have 
> English Windows. Please edit the page and insert the correct menu names/.
>
> From the Start menu, select All Programs » Accessories, right click on 
> Command prompt and select Run as administrator.In the console that 
> will emerge, type
>
> bcdedit /create /d "GRUB4DOS boot loader" /application bootsector
>
> Windows will reply (GUID) with something like
>
> The entry {04595f8c-de6b-11dc-ab4c-b354e8ed1f5e} was created succesfully.
>
> For the porpose of using batch file place (GUID) in variable:
>
> for /f "tokens=2 delims={}" %%g in ('bcdedit.exe /create /d "GRUB4DOS boot loader
> " /application bootsector') do (set guid={%%g})
>
> Add the following commands to batch file:
>
> bcdedit /set %guid% device partitioc=C:
> bcdedit /set %guid% path /grldr.mbr
> bcdedit /displayorder %guid% /addlast
>
> If you want, you may change the Windows boot manager options by right 
> clicking on My Computer and selecting Properties » Advanced » Startup 
> and Recovery settings button.
>
>
>
>

Hey Maksym,

it's a wiki so everybody* can edit it, so please go ahead and do that.

Cheers,
Pasi

* You only need a Ubuntu SSO account linked with Launchpad, which are 
free to get

-- 
Pasi Lallinaho (knome)                » http://open.knome.fi/
Leader of Shimmer Project             » http://shimmerproject.org/
Ubuntu member, Xubuntu team member    » http://xubuntu.org/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-doc/attachments/20140721/1ad48d2b/attachment-0001.html>


More information about the ubuntu-doc mailing list