On Saturday, September 03, 2005 @ 6:25 PM, I wrote:
On Saturday, September, 03, 2005 @ 5:51 PM, Carl Hartung wrote:
On Saturday 03 September 2005 21:30, you wrote:
On Saturday, September 03, 2005, Carl Hartung wrote:
On Saturday 03 September 2005 20:43, Greg Wallace wrote: <snip> Hi Greg,
Sorry, I was called out early this morning and just got back.
So, you were able to boot normally under 9.0 and it is failing under 9.1?
- Carl <snip> Hi Greg,
I don't mind you taking this off-list, but I want to confirm this was your
intent? Also, can you send/post your current /etc/fstab?
Carl
Hey Carl. No, I didn't mean to take it off list. I have to change "To" each time I send and your "suselinux..." looked at a glance like the correct To (I should have looked more closely). Anyway, here's my fstab (blank line inserted between entries) --
/dev/hda2 / ext3 defaults 1 1
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/cdrecorder /media/cdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec 0 0
/dev/cdrom /media/cdrom subfs fs=cdfss,ro,procuid,nosuid,nodev,exec 0 0
/dev/fd0 /media/floppy subfs fs=floppyfss,procuid,nodev,nosuid,sync 0 0
/dev/sda1 /media/sda1 auto noauto,user,exec 0 0
/dev/sda1 /media/sda1 auto sync,noauto,user,exec 0 0
/dev/sda2 /media/sda2 auto sync,noauto,user,exec 0 0
/dev/sda2 /media/sda5 ext2 noauto 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
/dev/hda1 swap swap pri=42 0 0
<snip>
Thanks again, Greg Wallace
Here's something else that might be relevant. If I go into Boot Loader Configuration and do 1) Replace Code in MBR 2) Finish I get this Error occurred while installing GRUB GNU GRUB version 0.94 (640K lower / 3072 K upper memory) [Minimal BASH-like line editing supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename] grub root (hd0,2) Error 21: Selected disk does not exist grub> install -- stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) /boot/grub/stage2 0x8000 (hd0,2) /boot/grub/menu.lst Error 12: Invalid device requested grub> quit Greg