systemconfigurator 2.0.10-1
systemimager 3.6.2-2

I will try the script.  Unless I am missing something I am not sure it will help.  Even adding the line in menu.lst does not look like it will solve my problem with the MBR. 

On 11/14/06, Andrea Righi <[EMAIL PROTECTED]> wrote:
Jason,

so you could try to define a simple post-install script like the
following (see /var/lib/systemimager/scripts/post-install/README for
more informations about post-install scripts):

--------------------------------------
#!/bin/sh
cat << EOF > /boot/grub/menu.lst
(fd0)  /dev/fd0
(hd0)  /dev/hd0
EOF
--------------------------------------

Moreover, which versions of grub and systemconfigurator are you using?

Regards,
-Andrea

Jason McCoy wrote:
> The boxes I am trying to image are laptops...150 of them.
> They ony have 1 drive each.
> I tried the find command also and got
> Error 15: File not found
> My device.map file only has (fd0) /dev/fd0
>
> When installing the OS from an installation CD on IDENTICAL hardware I
> do not have any of these problems.
>
> This is very puzzling.
>
> Jason
>
> On 11/14/06, *Simon Ruiz* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Is /dev/sda the only hard disk on this computer? Have you tried
>     "find /boot/grub/menu.lst" to make sure your grub sees /dev/sda1 as
>     (hd0,0)?
>
>     Have you checked your /boot/grub/device.map?
>     http://www.gnu.org/software/grub/manual/html_node/Device-map.html
>
>     HTH,
>
>     Simón
>
>     ________________________________
>
>     From: [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]> on behalf of
>     Jason McCoy
>     Sent: Tue 11/14/2006 11:30 AM
>     To: [email protected]
>     <mailto: [email protected]>
>     Subject: Re: [Sisuite-users] GRUB issues
>
>
>     I have tried that MANY times at this point.  Nothing grub related
>     wants to work for me.  Also, as far as I know, it should be "root
>     (hd0,0)" and then "setup (hd0)".  However, I have tried both ;-)  I
>     get "Error 21: Selected disk does not exist" when I do  the grub
>     commands.  However, as i stated in my previous post, I can mount
>     /dev/sda1(which is grub's hd0,0) and look at the contents just fine.
>     For thos wondering, I generally do not install with one big
>     partition, however, with the problems I have been facing I decided
>     to simplify the installation to make it as managable as possible
>     until I can figure out the problem.
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to