OpenSUSE: Difference between revisions
m →Live CD |
|||
| Line 139: | Line 139: | ||
====Image USB/SD Drives==== | ====Image USB/SD Drives==== | ||
:Newest versions of live .iso can be installed to USB/SD with dd command: | |||
::Now 2nd partition can be created with a script: http://en.opensuse.org/Live_USB_stick | |||
::http://en.opensuse.org/Live_USB_stick#Create_partition_from_remaining_space | |||
*(x)be careful to use correct device or you can wipe your hard disk! | |||
===========unformatted 2GB USB================== | |||
dd if=openSUSE-Sugar.i686-11.2.0-Build2.1.iso of=/dev/sd(x) bs=4M | |||
151+1 records in | |||
151+1 records out | |||
636485632 bytes (636 MB) copied, 86.862 s, 7.3 MB/s | |||
Add 2nd Persistent Partition: | |||
fdisk /dev/sd(x) | |||
The number of cylinders for this disk is set to 1959. | |||
There is nothing wrong with that, but this is larger than 1024, | |||
and could in certain setups cause problems with: | |||
1) software that runs at boot time (e.g., old versions of LILO) | |||
2) booting and partitioning software from other OSs | |||
(e.g., DOS FDISK, OS/2 FDISK) | |||
Command (m for help): pDisk /dev/sd(x): 2055 MB, 2055019008 bytes | |||
64 heads, 32 sectors/track, 1959 cylinders | |||
Units = cylinders of 2048 * 512 = 1048576 bytes | |||
Disk identifier: 0x3e698287 | |||
Device Boot Start End Blocks Id System | |||
/dev/sd(x)1 * 1 607 621568 83 Linux | |||
Command (m for help): n | |||
Command action | |||
e extended | |||
p primary partition (1-4) | |||
p | |||
Partition number (1-4): 2 | |||
First cylinder (608-1959, default 608): | |||
Using default value 608 | |||
Last cylinder, +cylinders or +size{K,M,G} (608-1959, default 1959): | |||
Using default value 1959 | |||
Command (m for help): p | |||
Disk /dev/sd(x): 2055 MB, 2055019008 bytes | |||
64 heads, 32 sectors/track, 1959 cylinders | |||
Units = cylinders of 2048 * 512 = 1048576 bytes | |||
Disk identifier: 0x3e698287 | |||
Device Boot Start End Blocks Id System | |||
/dev/sd(x)1 * 1 607 621568 83 Linux | |||
/dev/sd(x)2 608 1959 1384448 83 Linux | |||
Command (m for help): w | |||
The partition table has been altered! | |||
Calling ioctl() to re-read partition table. | |||
Syncing disks. | |||
====raw file with dd command==== | |||
* Details on how to use uncompresses raw file: http://en.opensuse.org/Disc_image_howtos | * Details on how to use uncompresses raw file: http://en.opensuse.org/Disc_image_howtos | ||
Latest .raw file: http://download.opensuse.org/repositories/Education/images/ | Latest .raw file: http://download.opensuse.org/repositories/Education/images/ | ||
| Line 154: | Line 200: | ||
1897922560 bytes (1.9 GB) copied, 195.168 s, 9.7 MB/s | 1897922560 bytes (1.9 GB) copied, 195.168 s, 9.7 MB/s | ||
</pre> | </pre> | ||
==== '''For Advanced Users'''==== | |||
: '''http://en.opensuse.org/SDB:KIWI_Cookbook_Live_USB-Stick''' | |||
*Also see: http://wiki.sugarlabs.org/go/VMware#openSUSE | *Also see: http://wiki.sugarlabs.org/go/VMware#openSUSE | ||
[[Category:Supported systems]] | [[Category:Supported systems]] | ||