> Also, I still can not boot plan9 from grub for some odd reason. I tells me it > can't bot the system. > Plan9 is on the /dev/sda1 partition, and here is how I am trying to boot it > in grub: > > root (hd0,0) > chainloader +1 > boot > > I also tried putting rootnoverify instead of root, but it doesn't work > either, and I also tried the makeactive option after root (hd0,0), but again, > no avail.
That's pretty close to what I have. Mine is installed on /dev/hda1 (the second primary partition) and my grub entry looks like: title=Plan9 rootnoverify (hd0,1) chainloader +1 So in principal, if everything is set up correctly and you have the Plan 9 boot block at the beginning of the partition, it should work. Is the error coming from Plan 9 or from grub? BLS
