I am trying to create a /boot partition of about 100MB. However when the system reboots, I get GRUB filling the screen and does nothing more. The following is what I am currently trying.<br><br>disk_config disk1<br>primary&nbsp;&nbsp;&nbsp;&nbsp; /boot&nbsp;&nbsp;&nbsp;&nbsp; 100&nbsp;&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp; ;boot -j ext3<br>
primary&nbsp;&nbsp;&nbsp;&nbsp; /&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1024&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp; ;-c -j ext3<br>#logical&nbsp;&nbsp;&nbsp;&nbsp; /&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1024&nbsp;&nbsp;&nbsp; defaults&nbsp;&nbsp;&nbsp;&nbsp; ;-c -j ext3<br>logical&nbsp;&nbsp;&nbsp;&nbsp; swap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 500<br><br>I have also tried using logical for / but get the same results. Is there a minimum size that has to be entered for this to work correctly? I have noticed that I get pretty much the same thing if I set / to 500MB. If I go to 750MB or more, things seem to be better off.<br>
<br>I have also noticed that once a successful install is done, root can log in with out a password even though I have specified an MD5 value in the ROOTPW variable. Not sure why that is.<br><br>Thanks in advance.<br>Bjorn<br>
<br>