[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dd command to create bootable iso image of hard disk, grub is instal
From: |
Andrey Borzenkov |
Subject: |
Re: dd command to create bootable iso image of hard disk, grub is installed |
Date: |
Fri, 4 Jan 2013 17:00:47 +0400 |
В Fri, 4 Jan 2013 16:44:15 +0500
Saqlain Abbas <address@hidden> пишет:
> Hi,
>
> Is it possible to use dd command to create a bootable ISO image from
> hardisk (in which grub is installed) ?
>
Not really. For a start, CD (or DVD) will be read-only so your system
need special preparation to allocate writable parts (like /var)
somewhere else.
> I use below command:
>
> dd if=/dev/sda of=/mnt/sdb/my.iso
>
No, that won't work.