<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>&gt; &gt; I do so with the following script (see below).&nbsp; This is called<br>&gt; &gt; from /boot/grub/menu.lst, and is located in /home/reflash.sh.<br>&gt; <br>&gt; I'm quite puzzled how GRUB can run a shell script...<br><br>I do it like this:<br><br>title Installation Procedure<br>#root (hd1,0)<br>kernel /boot/bzImage root=/dev/sda1 panic=5 slowusb rootdelay=10 init=/home/reflash.sh<br>                                               </body>
</html>