diff options
author | FreeArtMan <dos21h@gmail.com> | 2016-05-22 16:37:25 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2016-05-22 16:37:25 +0100 |
commit | 4bd7ab3e3692d28a2a2549c2b913830188c8d671 (patch) | |
tree | 47bcfb801c3641f3260bc63c11df9486222c2000 /md/writeup/multiboot_usb_drive.md | |
parent | d9499828fce53ea2ae5927246b394886775064bc (diff) | |
download | md-content-4bd7ab3e3692d28a2a2549c2b913830188c8d671.tar.gz md-content-4bd7ab3e3692d28a2a2549c2b913830188c8d671.zip |
Updeited to use TOC
Diffstat (limited to 'md/writeup/multiboot_usb_drive.md')
-rw-r--r-- | md/writeup/multiboot_usb_drive.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/md/writeup/multiboot_usb_drive.md b/md/writeup/multiboot_usb_drive.md index 3e8a117..538302f 100644 --- a/md/writeup/multiboot_usb_drive.md +++ b/md/writeup/multiboot_usb_drive.md @@ -39,7 +39,7 @@ blkid /dev/sdb1 /dev/sdb1: UUID="D49E-18CC" TYPE="vfat" PARTUUID="5f55bd3d-01" ``` -### Mounting ISO's +#### Mounting ISO's Some manuals have outdatet filesystem layouts and there is need to investigate current layout by hand. And you need to mount ISO files. @@ -52,15 +52,15 @@ next is to check bootloader config how they are starting image, there you can find extra options that need to be passed or just with image is used to start ISO -## Boot menu +### Boot menu Here is result what you have at the end some Ubuntu isos, OpenWRT image and your own compiled kernel -__boot/grub/grub.cfg__ +*boot/grub/grub.cfg* ``` -# Begin /boot/grub/grub.cfg +## Begin /boot/grub/grub.cfg set default=1 set timeout=5 @@ -126,9 +126,9 @@ menuentry "[loopback]tails-i386-1.8.1.iso" { ``` -# Tested +## Tested -## Devices +### Devices ?Some images could be not loadable becouse not enought RAM? @@ -151,7 +151,7 @@ Tested to work on _Asus EEE PC 701_ [6]. And bigger desktop PC (12G RAM). ? - to long to wait, not enought ram? ``` -# Links +## Links 1. https://wiki.archlinux.org/index.php/Multiboot_USB_drive 2. https://www.kernel.org/doc/Documentation/kernel-parameters.txt |