tips:ubuntu:zfs-on-root

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:ubuntu:zfs-on-root [2017/07/28 20:18] – [Complete system] scipiotips:ubuntu:zfs-on-root [2018/03/09 10:57] (current) nicola
Line 26: Line 26:
 <code> <code>
 DISK=/dev/disk/by-id/ata-HFS512G39MND-3510A_FJ64N5235113A4S13 DISK=/dev/disk/by-id/ata-HFS512G39MND-3510A_FJ64N5235113A4S13
-sgdisk --clear $DISK+sgdisk --clear -g $DISK
 </code> </code>
  
Line 187: Line 187:
  
 </code> </code>
 +
 +=== manual grub menu ===
 +
 +<file txt /etc/grub.d/40_custom>
 +#!/bin/sh
 +exec tail -n +3 $0
 +# This file provides an easy way to add custom menu entries.  Simply type the
 +# menu entries you want to add after this comment.  Be careful not to change
 +# the 'exec tail' line above.
 +
 +menuentry 'Ubuntu artful 17.10' {
 + recordfail
 + load_video
 + gfxmode $linux_gfx_mode
 + insmod gzio
 + insmod part_gpt
 + insmod zfs
 + set root='hd1,gpt0'
 + search --no-floppy --fs-uuid --set=root 3f1e7de17907507c
 +        linux /ROOT/artful@/boot/vmlinuz-4.13.0-16-generic root=ZFS=rpool/ROOT/artful ro 
 + initrd /ROOT/artful@/boot/initrd.img-4.13.0-16-generic
 +}
 +</file>
  
  
Line 255: Line 278:
 #apt install --yes ubuntu-desktop #apt install --yes ubuntu-desktop
 apt-get -y install $(check-language-support -l it) apt-get -y install $(check-language-support -l it)
 +
 +# HWE support for XENIAL
 +sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
 </code> </code>
  
  • tips/ubuntu/zfs-on-root.1501265926.txt.gz
  • Last modified: 2017/07/28 20:18
  • by scipio