Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Issue 3324014: fix clearing kernel attributes (Closed)

Created:
10 years, 3 months ago by Randall Spangler
Modified:
9 years, 7 months ago
Reviewers:
vb
CC:
chromium-os-reviews_chromium.org, Randall Spangler, gauravsh, Luigi Semenzato, Bill Richardson
Visibility:
Public.

Description

fix clearing kernel attributes Change-Id: Id353323d268835cbcc1fb13c8669cee420c8fb6a BUG=chrome-os-partner:1046 TEST=manual Make sure your chromeos install on the hard drive has 2 good kernel partitions. Do: sudo cgpt show /dev/sda If partition 2 has success=1, do: sudo dd if=/dev/sda2 of=/dev/sda4 bs=1M sudo dd if=/dev/sda3 of=/dev/sda5 bs=1M cgpt add -i 4 -S 1 -P 2 (if instead partition 4 has success=1, do:) sudo dd if=/dev/sda4 of=/dev/sda2 bs=1M sudo dd if=/dev/sda5 of=/dev/sda3 bs=1M cgpt add -i 2 -S 1 -P 2 Reboot and do the following: sudo cgpt show /dev/sda If the partition you just marked active still has success=1 priority=2, the bug is fixed. If it has success=0 priority=0, the bug is still there.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M firmware/lib/vboot_kernel.c View 3 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Randall Spangler
10 years, 3 months ago (2010-09-10 00:26:23 UTC) #1
vb
10 years, 3 months ago (2010-09-10 00:34:17 UTC) #2
On 2010/09/10 00:26:23, Randall Spangler wrote:
> 

LGTM

Powered by Google App Engine
This is Rietveld 408576698