En saa vieläkään toimimaan kaikkia jakeluja. Pitäisi saada Windows serveri asennettua mutta jostain syystä ei onnistu. Näin olen komentoriviltä yrittänytwelmar@Xubu:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465,8G 0 disk
├─sda1 8:1 0 464G 0 part /
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 1,8G 0 part [SWAP]
sdb 8:16 0 149,1G 0 disk
sdc 8:32 1 14,5G 0 disk
└─sdc1 8:33 1 4G 0 part /media/welmar/GRMSXEVAL_EN_DVD
sr0 11:0 1 1024M 0 rom
welmar@Xubu:~$ sudo dd if=/dev/zero of=/dev/sdc1 bs=4096
[sudo] password for welmar:
dd: virhe kirjoitettaessa tiedostoa ”/dev/sdc1”: Laitteella ei ole tilaa jäljellä
1048321+0 tietuetta sisään
1048320+0 tietuetta ulos
4293918720 tavua (4,3 GB) kopioitu189,148 sekunnissa, 22,7 MB/s
welmar@Xubu:~$ sudo fdisk /dev/sdc
Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Komento (m antaa ohjeen): p
Disk /dev/sdc: 14,5 GiB, 15518924800 bytes, 30310400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x7a3211e6
Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 2048 8388607 8386560 4G 6 FAT16
Komento (m antaa ohjeen): m
Help:
DOS (MBR)
a toggle a bootable flag
b edit nested BSD disklabel
c toggle the dos compatibility flag
Generic
d delete a partition
l list known partition types
n add a new partition
p print the partition table
t change a partition type
v verify the partition table
Misc
m print this menu
u change display/entry units
x extra functionality (experts only)
Save & Exit
w write table to disk and exit
q quit without saving changes
Create a new label
g create a new empty GPT partition table
G create a new empty SGI (IRIX) partition table
o create a new empty DOS partition table
s create a new empty Sun partition table
Komento (m antaa ohjeen): o
Created a new DOS disklabel with disk identifier 0x63fcb2d5.
Komento (m antaa ohjeen): p
Disk /dev/sdc: 14,5 GiB, 15518924800 bytes, 30310400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x63fcb2d5
Komento (m antaa ohjeen): q
welmar@Xubu:~$ sudo dd if=/dev/zero of=/dev/sdc1 bs=4096
dd: virhe kirjoitettaessa tiedostoa ”/dev/sdc1”: Laitteella ei ole tilaa jäljellä
1048321+0 tietuetta sisään
1048320+0 tietuetta ulos
4293918720 tavua (4,3 GB) kopioitu195,786 sekunnissa, 21,9 MB/s
welmar@Xubu:~$ sudo fdisk /dev/sdc
Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Komento (m antaa ohjeen): p
Disk /dev/sdc: 14,5 GiB, 15518924800 bytes, 30310400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x7a3211e6
Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 2048 8388607 8386560 4G 6 FAT16
Komento (m antaa ohjeen): o
Created a new DOS disklabel with disk identifier 0x6a8162cd.
Komento (m antaa ohjeen): p
Disk /dev/sdc: 14,5 GiB, 15518924800 bytes, 30310400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x6a8162cd
Komento (m antaa ohjeen): q
welmar@Xubu:~$ mkfs.fat -F32 -v -I -n /dev/sdc1
mkfs.fat 3.0.27 (2014-11-12)
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
No device specified!
Usage: mkfs.fat [-a][-A][-c][-C][-v][-I][-l bad-block-file][-b backup-boot-sector]
[-m boot-msg-file][-n volume-name][-i volume-id]
[-s sectors-per-cluster][-S logical-sector-size][-f number-of-FATs]
[-h hidden-sectors][-F fat-size][-r root-dir-entries][-R reserved-sectors]
[-M FAT-media-byte][-D drive_number]
/dev/name [blocks]
welmar@Xubu:~$ sudo mkfs.fat -F32 -v -I -n /dev/sdc1
mkfs.fat 3.0.27 (2014-11-12)
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
No device specified!
Usage: mkfs.fat [-a][-A][-c][-C][-v][-I][-l bad-block-file][-b backup-boot-sector]
[-m boot-msg-file][-n volume-name][-i volume-id]
[-s sectors-per-cluster][-S logical-sector-size][-f number-of-FATs]
[-h hidden-sectors][-F fat-size][-r root-dir-entries][-R reserved-sectors]
[-M FAT-media-byte][-D drive_number]
/dev/name [blocks]
welmar@Xubu:~$ cd Lataukset/
welmar@Xubu:~/Lataukset$ ls
7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso
netrunner-16-dvd-64bit.iso
welmar@Xubu:~/Lataukset$ sudo dd if=7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso of=/dev/sdc
6185236+0 tietuetta sisään
6185236+0 tietuetta ulos
3166840832 tavua (3,2 GB) kopioitu638,162 sekunnissa, 5,0 MB/s
Kun boottaan koneen näin tehdyllä tikulla tulos on sama kuin olis tyhjä tikku. Unetbootinilla tehtynä tulee unetbootin valikko jossa vain default ja se ei tee mitään. Osiotaulun ja alustuksen olen kokeillut tehdä myös gpartedilla mutta ihan sama tulos. Mitä minä en ymmärrä/osaa?
Edit: tuossa ylläolevassa on ainakin pari virhettä liittyen fdiskiin eli en ollut muistanut kirjoittaa ja toinen ettei laitetunnusta ollut mkfs.fat komennolle. Ongelma ei kuitenkaan ratkennut sillä samaan lopputulokseen pääsen myös Gpartedilla ja fdiskillä vaikka lisään noi mitä oli jäänyt tekemättä.