I am trying to perform automatic installation of Ubuntu server (11.10).
My partitioning recipe is here:
d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string lvm
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-lvm/device_remove_lvm_span boolean true
d-i partman-auto/purge_lvm_from_device boolean true
d-i partman-auto-lvm/new_vg_name string vg00
d-i partman-auto-lvm/guide
I'm testing out preseeding with raid but when the partitions are being mounted they are obeying the options/noatime { noatime } as specified in the preseed.
Is this preseed config correct?
# raid1
d-i partman-auto/method string raid
d-i partman-auto/disk string /dev/sda /dev/sdb
d-i partman-auto/expert_recipe string \
multiraid :: \
1 1 1 free
i want to make automatic installation of Debian Squeeze,my partition are: sda1 / 20g
sd2 /boot 200m
sd3 / 15g
how to write it in the preconfiguration of partition?
d-i ????such as:
d-i partman-auto/choose_recipe select atomic
I was using windows 7 and i installed ubuntu on it without an error
then i installed windows 8 and used installed ubuntu for some time. when i decided to install ubuntu (12.04 version) on my pc again i faced this error "ubi-partman crashed".
"ubi-partman failed with exit code 141. further information may be
found in /var/log/syslog.
I have three 2TB drives in the machine; I want a RAID5 of ~4TB capacity, and 100GB or so of swap space. No LVM, no encryption, no fanciness.
trying to get preseeding on 12.04 64bit with what should be a basic setup to work:
/dev/sda - the only drive beeing used
/ - rootfs - 100GB
/boot - 1GB
/tmp - 10GB
/data - should take all available space
swap - 10GB
-
d-i partman-auto/expert_recipe string \
boot-root :: \
1000 50 1000 ext4 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpo
Fellas, need help. Trying to install Ubuntu 12.04 on laptop to dual boot alongside Win7. I have UEFI and GPT partitioning scheme. It has optional Legacy boot mode though. I can boot from Ubuntu USB/CD in both Legacy and UEFI modes.
Updated Waldorf images are available now.The new images should be considered a reissue of the previous builds, built to correct a bug in the install process which rendered partman unable to create a working filesystem table.Normally, I prefer to give each set of development builds a fairly lengthy trial before updating them, but in this case, I considered the bug important enough to warrant a quic
Has anyone been successfully installing from the daily-live iso onto a machine that has fakeraid?
Updating doesn't count -- I mean from USB or CD, preferably amd64.
Since ubu devs were basically giving up on a ubiquity crashing bug (https://bugs.launchpad.net/ubuntu/+s...ty/+bug/973450), I decided to go spelunking in the code myself.
I did find the source of the crash but I'm more concerned with