summaryrefslogtreecommitdiffstats
path: root/server/setup/zfs_linux_bringup/grub_custom.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-04 04:51:26 +0200
committerSven Gothel <[email protected]>2013-06-04 04:51:26 +0200
commit3d29685ac14d29b0f0e49a8401028c74c3e26d7a (patch)
treed12b8fb1f5f4de55000e9c69d20375bffb8c34e7 /server/setup/zfs_linux_bringup/grub_custom.cfg
parentedc22ed546513910e87a93acebece75882be951d (diff)
Add initial Debian 7.00 Server Setup w/ ZFS
Diffstat (limited to 'server/setup/zfs_linux_bringup/grub_custom.cfg')
-rw-r--r--server/setup/zfs_linux_bringup/grub_custom.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/server/setup/zfs_linux_bringup/grub_custom.cfg b/server/setup/zfs_linux_bringup/grub_custom.cfg
new file mode 100644
index 0000000..6317145
--- /dev/null
+++ b/server/setup/zfs_linux_bringup/grub_custom.cfg
@@ -0,0 +1,27 @@
+menuentry "zfs 01" {
+ load_video
+ insmod gzio
+ insmod part_msdos
+ insmod ext2
+ set root='(hd2,msdos1)'
+ search --no-floppy --fs-uuid --set=root 187bf74d-d4c3-4138-a61a-d4bfb4bc5052
+ echo 'Loading Linux ZFS 3.2.0-4-amd64 ...'
+ linux /boot/vmlinuz-3.2.0-4-amd64 boot=zfs rpool=jogamp07 bootfs=jogamp07/system/debian7_01 ro
+ echo 'Loading initial ramdisk ...'
+ initrd /boot/initrd.img-3.2.0-4-amd64
+}
+
+menuentry "zfs 02" {
+ load_video
+ insmod gzio
+ insmod part_msdos
+ insmod ext2
+ set root='(hd2,msdos1)'
+ search --no-floppy --fs-uuid --set=root 187bf74d-d4c3-4138-a61a-d4bfb4bc5052
+ echo 'Loading Linux ZFS 3.2.0-4-amd64 ...'
+ linux /boot/vmlinuz-3.2.0-4-amd64 boot=zfs rpool=jogamp07 bootfs=jogamp07/system/debian7_01 root=jogamp07/system/debian7_01 ro
+ #linux /boot/vmlinuz-3.2.0-4-amd64 boot=zfs rpool=jogamp07 bootfs=jogamp07/system/debian7_01 root=UUID=4ce28099-2c66-4c86-a13f-61376d823e69 ro
+ echo 'Loading initial ramdisk ...'
+ initrd /boot/initrd.img-3.2.0-4-amd64
+}
+