Hang at grub loading +1 Vista in a logical partition
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
DELL UTILITY is required for dell warranty (i think)
FAT16 100MB is to put grub in, and this is where grub "a" is installed (more in a sec).
NTFS 4GB is for Windows Vista Virtual Memory
(closer to the front of the disk for faster transfer rate)
SWAP is for SUSE, same reason as Windows Virtual Memory
/root is for SUSE grub "b" is installed here
VISTA is windblows
home is home
FAT32 is interOS storage.
the partitions in the extended parition are arranged for performance (i only have a 5400 RPM disk, this arragement lets SUSE fly)
ok: I did not want to change the dell factory MBR, so this is what i tried to do:
the windows mbr will automatically boot the active parition, which must be primary, so I made the FAT16 100MB as the active and installed grub "a" there, using this guide (http://www.justlinux.com/forum/showt...hreadid=130715).
then, I pointed that grub to grub "b", which is on the SUSE / root. (I have the main grub there, because when SUSE does kernel updates it can automatically change the grub loader there).
grub "b" has an entry:
title Windows Vista
root (hd0,4)
chainloader +1
however, this doesn't work. when it boots, the system hangs, just showing the root and chainloader entries.
can someone tell me how to make grub boot into Windows Vista installed on a logical partition?
(yes, I did try reinstalling Vista, because it might have stopped booting because of vista's anti paritioning problems, but that did not fix it)
[the boot process is: WINDOWS MBR -> ACTIVE FAT16 100MB-> GRUB "a" -> GRUB "b" -> Windows Vista (hang here)
thanks everybody!
Last edited by lambchops468; 09-29-2007 at 02:15 PM.
on second thought...i solved it. i simply can't tell grub to chainload vista, because when vista installs in a logical partition, it places the boot manager files for windows in the root of the drive, which in my case ins DELL UITLITY.
great. windows vista just defeated the entire point of keeping the mbr original, and the diagnostics intact (because booting diagnostics yeilds VISTA!!)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.