Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121333 - grub.conf example should have rootnoverify for booting windows
Summary: grub.conf example should have rootnoverify for booting windows
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Xavier Neys (RETIRED)
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-02 11:24 UTC by roger55 (RETIRED)
Modified: 2006-02-02 13:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
windows.diff (windows.diff,2.98 KB, patch)
2006-02-02 11:45 UTC, Marcelo Goes (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description roger55 (RETIRED) gentoo-dev 2006-02-02 11:24:12 UTC
# Only in case you want to dual-boot
title=Windows XP
root (hd0,5)
makeactive
chainloader +1

should be:

title=Windows XP
rootnoverify (hd0,5)
makeactive
chainloader +1

There isn't any difference between genkernel users and non-genkernel users here.

Thanks 

Roger
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2006-02-02 11:45:19 UTC
Created attachment 78745 [details, diff]
windows.diff
Comment 2 Xavier Neys (RETIRED) gentoo-dev 2006-02-02 13:37:23 UTC
In CVS. Thanks.