#12885 NORM ubuntu-: disk image format specifications
Zarro Boogs per Child
bugtracker at laptop.org
Wed Sep 23 21:40:28 EDT 2015
#12885: disk image format specifications
-------------------------------------+-----------------------------------
Reporter: Quozl | Owner:
Type: task | Status: closed
Priority: normal | Milestone: ubuntu-sugar-15.1
Component: not assigned | Version: not specified
Resolution: fixed | Keywords:
Blocked By: | Blocking: 12881
Deployments affected: | Action Needed: no action
Verified: 0 |
-------------------------------------+-----------------------------------
Changes (by Quozl):
* status: new => closed
* next_action: communicate => no action
* resolution: => fixed
Comment:
tested, validated, can close.
after dd restore the firmware settings must be changed to match the
restored image, and there are tools that do this automatically. a manual
workaround is to boot the ubuntu rescue system and use these commands;
{{{
mkdir /mnt/boot
mkdir /mnt/boot/efi
mount /dev/sda2 /mnt
mount /dev/sda1 /mnt/boot/efi
mount -t sysfs sysfs /mnt/sys
mount -t proc proc /mnt/proc
mount -t devtmpfs devfs /mnt/dev
mount -t devpts devpts /mnt/dev/pts
chroot /mnt grub-install --bootloader-id ubuntu /dev/sda
umount /mnt/dev/pts
umount /mnt/dev
umount /mnt/proc
umount /mnt/sys
umount /mnt/boot/efi
umount /mnt
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/12885#comment:3>
One Laptop per Child <http://one.laptop.org/>
One Laptop per Child bug tracking system
More information about the Bugs
mailing list