On Wed, 7 Feb 2007, Joe Morris (NTM) wrote:
> Bob S wrote:
> > ### Added 10.0 Boot ###
> > title openSUSE 10.0
> >     root (hd1,0)
> >     kernel /boot/vmlinuz-2.6-15.13-default root=/dev/hdb1 vga=0x31a
> > resume=/dev/hdb2 splash=silent showopts
> >     initrd /boot/initrd-2.6-15.13-default
> > --------------------------------------------------------------------------------------------
> > It does wrap in this outgoing e-mail at "resume" for 10.0.It is all one line
> > in my Menu.1st.
> >
> Try dropping the version info, i.e. vmlinuz instead of
> vmlinuz-2.6.-15.13-default, and that is your problem, it is actually
> 2.6.15.13, no dash between 6 and 15.  But use vmlinuz and initrd without
> the version, which will use the symlinks (which BTW was what your lilo
> used).

To be really clear use
### Added 10.0 Boot ###
title openSUSE 10.0
    root (hd1,0)
    kernel /boot/vmlinuz root=/dev/hdb1 vga=0x31aresume=/dev/hdb2 splash=silent 
showopts
    initrd /boot/initrd

All one line as you have noted before.
--
Boyd Gerber <[EMAIL PROTECTED]>
ZENEZ   1042 East Fort Union #135, Midvale Utah  84047
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to