Grub: Difference between revisions

From miki
Jump to navigation Jump to search
(Boot from CDROM)
 
Line 1: Line 1:
== Documentation ==
* Official manual [http://www.gnu.org/software/grub/manual/grub.html here].

== Boot from CDROM ==
== Boot from CDROM ==
When booting on HDD, it is possible to tell ''Grub'' to boot from CDROM instead.
When booting on HDD, it is possible to tell ''Grub'' to boot from CDROM instead.

Revision as of 07:53, 15 September 2008

Documentation

  • Official manual here.

Boot from CDROM

When booting on HDD, it is possible to tell Grub to boot from CDROM instead.

  • Press esc to quit Grub GUI menu.
  • Press c to go to command-line mode.
  • Enter the following commands (adapt hd2 according to your configuration):
grub>rootnoverify (hd2)
grub>chainloader +1
grub>boot

Note that this might be actually a hack that only works on my machine. More information on normal way to tell Grub to boot on CDROM: