~guiverc/ubuntu-manual-tests/ubuntu-manual-tests

« back to all changes in this revision

Viewing changes to testcases/image/1443_Rescue Mode

  • Committer: Nicholas Skaggs
  • Date: 2013-01-23 08:29:30 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20130123082930-p1c1o4e19x39lmm3
initial version of manual testcase repository, as extracted from qatrackers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Scope of this test is to start a recovery session.
 
2
<dl>
 
3
        <dt>Boot from CD or USB in real hardware or run the image in Testdrive</dt>
 
4
        <dt>At the main screen press ESC</dt>
 
5
        <dt>Select "Rescue a broken system"</dt>
 
6
        <dt>Choose the desired language</dt>
 
7
        <dt>Choose the language</dt>
 
8
        <dt>Select your location</dt>
 
9
        <dt>Configure locales</dt>
 
10
        <dt>At configure keyboard page, select NO </dt>
 
11
        <dt>Select the country of the keyboard</dt>
 
12
        <dt>Select the keyboard layout</dt>
 
13
        <dt>Select hostname ubuntu as default</dt>
 
14
        <dt>Verify or setup the timezone</dt>
 
15
        <dt>Choose the device to use as root filesystem</dt>
 
16
        <dt>The list of the Rescue operations will be shown:</dt>
 
17
        <dt>Execute a shell /dev/sda1 (or what you have choosed as root filesytem)</dt>
 
18
                <dd>Press Enter to proceed into the rescue mode</dd>
 
19
                <dd>Type in standard commands like ls, cd /usr/games/, ls, cp sol sol1, ls</dd>
 
20
                <dd>Ensure that changes have been made and that there is a new file created</dd>
 
21
                <dd>Type Exit and press Enter to return to the menu</dd>
 
22
        <dt>Execute a shell in the installer environement</dt>
 
23
                <dd>Type in standard commands like ls, chroot /target, ls  chroot /target  changes the root to the partition you selected as root filesystem</dd>
 
24
                <dd>Ensure that chroot works and that files are listed in both enviroments</dd>
 
25
                <dd>Type Exit and press Enter to return to the menu</dd>
 
26
        <dt>Reinstall GRUB boot loader</dt>
 
27
                <dd>Select Reinstall GRUB boot loader and press Enter. Doing this will remove your Grub config and mbr and place a new automatic version in it's place</dd>
 
28
                <dd>Type in where the boot loader need to be run and press Enter. The default for this will be hd0 or /dev/hda (ide) /dev/sda (scsi)</dd>
 
29
                <dd>From the menu select Reboot the system and press Enter</dd>
 
30
                <dd>Ensure the system boots as expected</dd>
 
31
        <dt>Choose a different root file system</dt>
 
32
                <dd>This case requires more than one root partition</dd>
 
33
                <dd>Select Choose a different root file system</dd>
 
34
                <dd>Choose your new root file system and press Enter</dd>
 
35
                <dd>Check the new partition is mounted</dd>
 
36
</dl>
 
37
<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
 
38
If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>
 
 
b'\\ No newline at end of file'