<br>jackson byers wrote<br><br>I finally got the f10liveinstallcd to install,      to sda1<br>it evidently went thru w no errors<br>--unchkd sda,sdb initially  then went to custom install<br>--chose not mbr, instead firstsector of sda1<br>
--the grub.conf  uses UUID for its root=<br><br>I copied the grub.conf stanza to my fc5 grub.conf, it is in control<br><br>title Fedora (2.6.27.5-117.fc10.i686)<br>        root (hd0,0)<br>        kernel /boot/vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=4e1021d9-e637-4<br>
d03-97cb-fdd0d4b4cbee rhgb quiet<br>        initrd /boot/initrd-2.6.27.5-117.fc10.i686.img<br><br>it all looks normal to me, altho use of UUID instead of  /dev/sda1<br>i did not expect<br><br>But,<br>on attempting to boot it lists the above kernel line,<br>
followed by<br>Error 2: Bad file or directory type<br><br>===========<br>new data:<br>get different error response if i  do either:<br>a) in my fc5 grub.conf  a stanza with<br>    root(hd0,0)<br>    chainloader +1<br><br>
or, b)  cp the f10 kernel, initrd to my fc5 /boot<br>     and in my fc5 grub.conf  a stanza with<br>      root(hd1,5) # sdb6, my fc5 install<br>              kernel /boot/vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=4e1021d9-e637-4d0<br>
3-97cb-fdd0d4b4cbee rhgb quiet<br>        initrd /boot/initrd-2.6.27.5-117.fc10.i686.img<br><br>Then, the error message from either a) or b) <br>after getting past the kernel line and the initrd line<br>and after getting to the bluesun graphic screen,<br>
then screen goes  back to console and:<br><br>Unable to access resume  device....<br>mount: error mounting /dev/root on /sysroot as ext3:  no such file or directory<br><br>can anyone interpret for me either/both:<br> the errror 2 message or this new one?<br>
<br>thanks for advice<br>Jack<br>