help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grub is not showing Windows 7 when booting my laptop


From: Goh Lip
Subject: Re: Grub is not showing Windows 7 when booting my laptop
Date: Fri, 25 Oct 2013 14:34:14 -0400

  

> What can I do to get back Windows as an option at boot time? Thanks! 

Assuming you're using achlinux grub and it is in v 2.00,

touch /boot/grub/custom.cfg
kdesu kate /boot/grub/custom.cfg  (or gksu gedit 
whatever.../boot/grub/custom.cfg)

add the following to the file..

menuentry "Windows 7 on sda1" {
  insmod part_msdos
  insmod ntfs
  set root='(/dev/sda,msdos1)'
  search --no-floppy --fs-uuid --set=xxxxxxxxxxxxxxxxxxx
  ntldr /bootmgr
}









reply via email to

[Prev in Thread] Current Thread [Next in Thread]