<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: is it possible to edit the grub file to bring up the system in single user mode? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074519#M49097</link>
    <description>Is just to distinguish from the other entries, for example, you can have:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;title Red Hat Enterprise Linux AS-smp (2.4.21-40.ELsmp)&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /vmlinuz-2.4.21-40.ELsmp ro root=/dev/vg00/lvol1 hda=ide-scsi usb-handoff&lt;BR /&gt;initrd /initrd-2.4.21-40.ELsmp.img&lt;BR /&gt;&lt;BR /&gt;title Red Hat Enterprise Linux AS-smp (Single)&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /vmlinuz-2.4.21-40.ELsmp ro root=/dev/vg00/lvol1 hda=ide-scsi usb-handoff single&lt;BR /&gt;initrd /initrd-2.4.21-40.ELsmp.img&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, in the boot menu, you will have two choices, one for normal boot and one for single user.</description>
    <pubDate>Wed, 17 Oct 2007 13:37:22 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-10-17T13:37:22Z</dc:date>
    <item>
      <title>is it possible to edit the grub file to bring up the system in single user mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074514#M49092</link>
      <description>is it possible to edit the grub file to bring up the system in single user mode?&lt;BR /&gt;here is how my grub config looks.&lt;BR /&gt;&lt;BR /&gt;title Red Hat Enterprise Linux AS-smp (2.4.21-40.ELsmp)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;kernel  /vmlinuz-2.4.21-40.ELsmp ro root=/dev/vg00/lvol1 hda=ide-scsi usb-handoff&lt;BR /&gt;        initrd /initrd-2.4.21-40.ELsmp.img&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2007 12:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074514#M49092</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-16T12:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible to edit the grub file to bring up the system in single user mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074515#M49093</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;From grub, move your arrow key around to the boot configuration that you want to use single user mode on.  Then hit "e", from there you can see all of the lines associated with that boot up option.  Then, go to the "kernel" line with the arrow keys and hit "e" - go to the end of the line and add a space, then the word "single", and hit escape (I think), now, from the highlighted line that starts with "kernel" once again with the arrow keys, hit "b" for boot.&lt;BR /&gt;&lt;BR /&gt;Should bring you up in single user mode.</description>
      <pubDate>Tue, 16 Oct 2007 13:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074515#M49093</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-10-16T13:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible to edit the grub file to bring up the system in single user mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074516#M49094</link>
      <description>Besides the previous solution, you can add a line like this also:&lt;BR /&gt;&lt;BR /&gt;title Red Hat Enterprise Linux AS-smp (SINGLE) (2.4.21-40.ELsmp)&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /vmlinuz-2.4.21-40.ELsmp ro root=/dev/vg00/lvol1 hda=ide-scsi usb-handoff single&lt;BR /&gt;initrd /initrd-2.4.21-40.ELsmp.img</description>
      <pubDate>Tue, 16 Oct 2007 15:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074516#M49094</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-16T15:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible to edit the grub file to bring up the system in single user mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074517#M49095</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Yes, intervene at the boot prompt, select the kernel line, hit e&lt;BR /&gt;&lt;BR /&gt;add single to the end&lt;BR /&gt;&lt;BR /&gt;then hit b to boot&lt;BR /&gt;&lt;BR /&gt;mount /var&lt;BR /&gt;mount /usr&lt;BR /&gt;&lt;BR /&gt;Then vi will work normally for editing the grub.conf file.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 16 Oct 2007 16:05:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074517#M49095</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-16T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible to edit the grub file to bring up the system in single user mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074518#M49096</link>
      <description>what is the difrence if we add single to both the title and kernel lines?  &lt;BR /&gt;&lt;BR /&gt;Looks like adding single to title is optional</description>
      <pubDate>Wed, 17 Oct 2007 11:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074518#M49096</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-17T11:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible to edit the grub file to bring up the system in single user mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074519#M49097</link>
      <description>Is just to distinguish from the other entries, for example, you can have:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;title Red Hat Enterprise Linux AS-smp (2.4.21-40.ELsmp)&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /vmlinuz-2.4.21-40.ELsmp ro root=/dev/vg00/lvol1 hda=ide-scsi usb-handoff&lt;BR /&gt;initrd /initrd-2.4.21-40.ELsmp.img&lt;BR /&gt;&lt;BR /&gt;title Red Hat Enterprise Linux AS-smp (Single)&lt;BR /&gt;root (hd0,0)&lt;BR /&gt;kernel /vmlinuz-2.4.21-40.ELsmp ro root=/dev/vg00/lvol1 hda=ide-scsi usb-handoff single&lt;BR /&gt;initrd /initrd-2.4.21-40.ELsmp.img&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, in the boot menu, you will have two choices, one for normal boot and one for single user.</description>
      <pubDate>Wed, 17 Oct 2007 13:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074519#M49097</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-17T13:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: is it possible to edit the grub file to bring up the system in single user mode?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074520#M49098</link>
      <description>got the right answers.</description>
      <pubDate>Thu, 18 Oct 2007 11:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/is-it-possible-to-edit-the-grub-file-to-bring-up-the-system-in/m-p/5074520#M49098</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-18T11:36:00Z</dc:date>
    </item>
  </channel>
</rss>

