Hello Harry,<br><br>Just to understand fully. You want the command line out put to appear like this<br><br><pre class="message">The following Linux command line was extracted from /etc/default/grub or the `kopt' parameter in GRUB Legacy's menu.lst.  Please verify that it is correct, and modify it if necessary.

Linux default command line: 
<br>resume=swap:/dev/mapper/vgsys-lvswap no_console_suspend hpet=force acpi_sleep=s4_nohwsi<br><font size="4"><br><br><span style="font-family:arial,helvetica,sans-serif">That is read from the var<font>iable </font></span></font><font size="4"><span style="font-family:arial,helvetica,sans-serif"><font>GRUB_CMDLINE_LINUX</font> in the file /etc/default/grub like below</span></font>

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX='resume=swap:/dev/mapper/vgsys-lvswap no_console_suspend hpet=force acpi_sleep=s4_nohwsig'<br></pre><br clear="all"><br>-- <br>Regards<br>Martin Naughton