So after installing XP twice last night (the first time I had a RAID 0 array that linux didn't like all that much), I installed Ubuntu. The install went fine, and when I restarted, I was greeted with grub, as expected. When I selected Ubuntu, I got an Error 17, which is something along the lines of grub can see the partition, but can't load what it needs. I can still boot into windows.
What's the relevent line in menu.lst look like? You want to make sure that the "root" line really references the correct partition. You may also want to re-run grub-install.
My lines look like this (for Debian, with /boot on hda2):
No point in making shared partition FAT- Ubuntu writes to NTFS (safely) now. So you can just make the partitions in sdb1 one big partition.
Ubuntu root is also unnecessarily large- you should have it around 10 gigs or so, and mount /home as a separate partition, so when you do upgrades or something it's safe to blast away the root partition (after backing up /etc) .
ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer
George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
Pu-239 wrote:No point in making shared partition FAT- Ubuntu writes to NTFS (safely) now. So you can just make the partitions in sdb1 one big partition.
Yeah, well I read that some NTFS writes may fail, so I didn't want to take the chance.
Ubuntu root is also unnecessarily large- you should have it around 10 gigs or so, and mount /home as a separate partition, so when you do upgrades or something it's safe to blast away the root partition (after backing up /etc) .
I'll remember that for next time.
Now for another problem that I've gotten myself into. Despite removing it from the autostart, Beryl still wants to start up when I log on. Normally this wouldn't be a problem, except that it isn't configured properly and produces only a white screen. Apparently, I can interact with the desktop, but not being able to see what I'm doing makes it next to impossible to change anything.
My brother and sister-in-law: "Do you know where milk comes from?"
My niece: "Yeah, from the fridge!"
Pu-239 wrote:No point in making shared partition FAT- Ubuntu writes to NTFS (safely) now. So you can just make the partitions in sdb1 one big partition.
Yeah, well I read that some NTFS writes may fail, so I didn't want to take the chance.
There are actually 3 ntfs drivers- the one that comes w/ the kernel w/ unsafe write (which is usually disabled by default, captive-ntfs that uses the windows drivers, and ntfs-3g, which runs using the FUSE interface. The latter two should be safe (and ubuntu uses the last if you install the package for enabling NTFS write).
ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer
George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor