Re: Grub not working
- From: "dave boland" <dboland9@xxxxxxxxxxx>
- Date: Thu, 05 May 2011 13:30:14 -0400
Sorry, missed off the link to the Grub 2 manualTony,
http://www.gnu.org/software/grub/manual/grub.html
Toony
I looked at the manual, but it raises more questions than it answers.
For example:
4.1.2 Chain-loading an OS
Operating systems that do not support Multiboot and do not have specific
support in GRUB (specific support is available for Linux, FreeBSD,
NetBSD and OpenBSD) must be chain-loaded, which involves loading another
boot loader and jumping to it in real mode.
The chainloader command (see chainloader) is used to set this up. It is
normally also necessary to load some GRUB modules and set the
appropriate root device. Putting this together, we get something like
this, for a Windows system on the first partition of the first hard
disk:
menuentry "Windows" {
insmod chain
insmod ntfs
set root=(hd0,1)
chainloader +1
}
First, this is Windows ME, which is fat32, not ntfs. Does that change
anything? I think the set line is ok (Windows ME is on dev/sda1 - the
first partition).
The next question is where does this command actually go? The syntax is
similar to what I have always used in Grub 1 menu.lst.
Dave,
--
dave boland
dboland9@xxxxxxxxxxx
--
http://www.fastmail.fm - Same, same, but different...
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: Grub not working
- From: Tom H
- Re: Grub not working
- References:
- Grub not working
- From: dave boland
- Re: Grub not working
- From: Goh Lip
- Re: Grub not working
- From: dave boland
- Re: Grub not working
- From: Goh Lip
- Re: Grub not working
- From: Goh Lip
- Re: Grub not working
- From: Goh Lip
- Re: Grub not working
- From: dave boland
- Re: Grub not working
- From: Goh Lip
- Re: Grub not working
- From: Goh Lip
- Re: Grub not working
- From: dave boland
- Re: Grub not working
- From: Goh Lip
- Re: Grub not working
- From: dave boland
- Re: Grub not working
- From: Goh Lip
- Re: Grub not working
- From: Goh Lip
- Re: Grub not working
- From: dave boland
- Re: Grub not working
- From: Tony Pursell
- Re: Grub not working
- From: dave boland
- Re: Grub not working
- From: Tony Pursell
- Re: Grub not working
- From: Tony Pursell
- Grub not working
- Prev by Date: Re: how to try unity using 11.04
- Next by Date: Re: Mailing list etiquette
- Previous by thread: Re: Grub not working
- Next by thread: Re: Grub not working
- Index(es):
Relevant Pages
|