From: Niksa B. <nik...@lu...> - 2007-05-16 09:19:23
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> I found a workaround, instead of:<br> <br> <tt>device (hd0) /dev/loop/0<br> </tt><br> i put:<br> <br> <tt>device (hd0) disk.img<br> geometry (hd0) 237 16 63<br> </tt><br> It should be the same thing, but obviously there is some catch (perhaps with losetup?). Anyway, it works now.<br> <br> <pre class="moz-signature" cols="72">Niksa Baldun </pre> <br> <br> Niksa Baldun wrote: <blockquote cite="mid...@lu..." type="cite"> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> I did not have any problems with fdisk or any other part of the script until grub install. Grub obviously sees the first partition, otherwise file existence checks would not pass. Therefore, this oh-so-descriptive error message does not make any sense.<br> <pre class="moz-signature" cols="72">Niksa Baldun </pre> Aleks Clark wrote: <blockquote cite="mid...@ma..." type="cite">I'm gonna go out on a limb and suggest it's the first partition on the image. how did you do with the fdisk portion of the script?<br> <br> Aleks<br> <br> <div><span class="gmail_quote">On 5/15/07, <b class="gmail_sendername"> Niksa Baldun</b> <<a href="mailto:nik...@lu...">nik...@lu...</a>> wrote:</span> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br> <br> I have built 1.4 branch quite a few times, but today is the first time I<br> actually ran "makeimage.sh". Everything goes smoothly until the final<br> step - grub install.<br> <br> grub> setup (hd0) <br> Checking if "/boot/grub/stage1" exists... yes<br> Checking if "/boot/grub/stage2" exists... yes<br> Checking if "/boot/grub/e2fs_stage1_5" exists... yes<br> Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are <br> embedded. succeeded<br> Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p<br> (hd0,0)/boot/grub/stage2 /boot/grub<br> /menu.lst"... failed<br> Error 22: No such partition<br> <br> <br> I cannot begin to guess which missing partition grub refers to. Any ideas? <br> <br> Thanks.<br> <br> --<br> Niksa Baldun<br> <br> <br> <br> -------------------------------------------------------------------------<br> This SF.net email is sponsored by DB2 Express<br> Download DB2 Express C - the FREE version of DB2 express and take <br> control of your XML. No limits. Just data. Click to get it now.<br> <a href="http://sourceforge.net/powerbar/db2/">http://sourceforge.net/powerbar/db2/</a><br> _______________________________________________<br> Astlinux-users mailing list <br> <a href="mailto:Ast...@li...">Ast...@li...</a><br> <a href="https://lists.sourceforge.net/lists/listinfo/astlinux-users">https://lists.sourceforge.net/lists/listinfo/astlinux-users </a><br> <br> Donations to support AstLinux are graciously accepted via PayPal to <a href="mailto:pa...@kr...">pa...@kr...</a>.<br> </blockquote> </div> <br> <br clear="all"> <br> -- <br> Aleks Clark<br> <br> Star2Star Communications, LLC. <br> <br> 1605 Main Street Sarasota, Fl. 34236<br> <br> 941-234-0001 x118<br> <br> <a href="mailto:ac...@st...">ac...@st...</a><br> <br> <a href="http://www.star2star.com">www.star2star.com</a> <pre wrap=""><hr size="4" width="90%"> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. <a class="moz-txt-link-freetext" href="http://sourceforge.net/powerbar/db2/">http://sourceforge.net/powerbar/db2/</a></pre> <pre wrap=""><hr size="4" width="90%"> _______________________________________________ Astlinux-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ast...@li...">Ast...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/astlinux-users">https://lists.sourceforge.net/lists/listinfo/astlinux-users</a> Donations to support AstLinux are graciously accepted via PayPal to <a class="moz-txt-link-abbreviated" href="mailto:pa...@kr...">pa...@kr...</a>.</pre> </blockquote> <pre wrap=""> <hr size="4" width="90%"> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. <a class="moz-txt-link-freetext" href="http://sourceforge.net/powerbar/db2/">http://sourceforge.net/powerbar/db2/</a></pre> <pre wrap=""> <hr size="4" width="90%"> _______________________________________________ Astlinux-users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ast...@li...">Ast...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/astlinux-users">https://lists.sourceforge.net/lists/listinfo/astlinux-users</a> Donations to support AstLinux are graciously accepted via PayPal to <a class="moz-txt-link-abbreviated" href="mailto:pa...@kr...">pa...@kr...</a>.</pre> </blockquote> </body> </html> |