U盤流暢運行linux發行版,做各種linux發行版的啟動U盤方法

偶用tuxboot先移植gparted到16GB的U盤。

然后裁剪N個iso 做成一個U盤安裝或體驗N個系統的多功能盤。

選單曬出來:

default vesamenu.c32

timeout 3000

prompt 0

menu title Android RHEL6.4 Ubuntu13.04 Gparted

MENU BACKGROUND Gsplash.png

label 001

menu label GRUB4DOS

kernel /boot/grldr.bin

label 002

menu label Windows Server 2003 PE

kernel /boot/isope.bin

append initrd=/TYPE/TYPE.IS_

LABEL 003

MENU LABEL SliTaz core Live

KERNEL /boot/bzImage

append initrd=/boot/rootfs.gz rw root=/dev/null vga=normal autologin

label 004

menu label Puppy Linux

kernel /boot/syslinux/vmlinuz

append initrd=/boot/syslinux/initrd

label 005

menu label Live CD Run Android-x86-4.2

kernel /kernel

append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=android_x86 video=-16 SRC= DATA=

label 006

menu label Live CD Run Android-x86-4.2 (VESA mode)

kernel /kernel

append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=android_x86 video=-16 quiet vga=ask SRC= DATA=

label 007

menu label Live CD Run Android-x86-4.2 (Debug mode)

kernel /kernel

append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=android_x86 video=-16 vga=788 DEBUG=2 SRC= DATA=

label 008

menu label Install Android-x86-4.2 to harddisk

kernel /kernel

append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=android_x86 video=-16 INSTALL=1 DEBUG=

label 009

menu label Install or upgrade an existing system (RHEL6.4-X86-64)

menu default

kernel /isolinux/vmlinuz

append initrd=/isolinux/initrd.img

label 010

menu label Install system with basic video driver (RHEL6.4-X86-64)

kernel /isolinux/vmlinuz

append initrd=/isolinux/initrd.img xdriver=vesa nomodeset

label 011

menu label Rescue installed system (RHEL6.4-X86-64)

kernel /isolinux/vmlinuz

append initrd=/isolinux/initrd.img rescue

label 012

menu label Expert Install Ubuntu Server 13.04 AMD-X86-64

kernel /install/vmlinuz

append file=/cdrom/preseed/ubuntu-server.seed priority=low vga=788 initrd=/install/initrd.gz

label 013

menu label Rescue a broken Ubuntu Server 13.04 AMD-X86-64 System

kernel /install/vmlinuz

append rescue/enable=true vga=788 initrd=/install/initrd.gz

label 014

MENU LABEL GParted Live (Default settings)

kernel /live/vmlinuz

append initrd=/live/initrd.img boot=live config??noswap??ip=frommedia??nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.blacklist=yes

label 015

MENU LABEL GParted Live (To RAM. Boot media can be removed later)

kernel /live/vmlinuz

append initrd=/live/initrd.img boot=live config??noswap noprompt??toram=filesystem.squashfs ip=frommedia??nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.blacklist=yes

label 016

MENU LABEL GParted Live (Safe graphic settings, vga=normal)

kernel /live/vmlinuz

append initrd=/live/initrd.img boot=live config??noswap ip=frommedia nomodeset vga=normal nosplash

label 017

MENU LABEL GParted Live (Failsafe mode)

kernel /live/vmlinuz

append initrd=/live/initrd.img boot=live config??noswap acpi=off irqpoll noapic noapm nodma nomce nolapic nosmp ip=frommedia nomodeset vga=normal nosplash

label 018

menu label Memory test

kernel /isolinux/memtest

append -

label 019

MENU LABEL Local operating system in harddrive (if available)

kernel /syslinux/chain.c32

append hd0

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/393780.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/393780.shtml
英文地址,請注明出處:http://en.pswp.cn/news/393780.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

采樣次數不同平均值不一樣_不同的真石漆裝飾效果也是不一樣的

外墻真石漆真的是一件很好的產品,具有防火性、防水性、安全且環保、粘力強、永不褪色等特點,無疑是人們較好的選擇,在很早之前就已經逐漸的取代了瓷磚和其他石材在人們心中的位置。真石漆的品種不止一種,按照裝飾效果我們可以分為…

No-3.Linux 終端命令格式

Linux 終端命令格式 01. 終端命令格式 command [-options] [parameter]說明: command:命令名,相應功能的英文單詞或單詞的縮寫[-options]:選項,可用來對命令進行控制,也可以省略parameter:傳給命…

電子設計速成_Web設計速成課程:從一個非設計者到另一個

電子設計速成by Ali Spittel通過Ali Spittel Web設計速成課程:從一個非設計者到另一個 (A Web Design Crash Course: from one non-designer to another) I will preface this by saying that I’m not a professional designer. That being said, I like building…

android項目方法數超過65536的解決辦法

2019獨角獸企業重金招聘Python工程師標準>>> 當項目的總方法數超過65536個,運行在手機上,指不定會報找不到哪個文件的錯。 我把項目的PullRefresh框架切換為SmartRefresh框架出現了方法數超過65536。 此文只是做一下筆記,不多做解…

leetcode1046. 最后一塊石頭的重量(堆)

有一堆石頭&#xff0c;每塊石頭的重量都是正整數。 每一回合&#xff0c;從中選出兩塊 最重的 石頭&#xff0c;然后將它們一起粉碎。假設石頭的重量分別為 x 和 y&#xff0c;且 x < y。那么粉碎的可能結果如下&#xff1a; 如果 x y&#xff0c;那么兩塊石頭都會被完全…

[Linux]幾個armhf的ubuntu源

摘自百度貼吧&#xff0c;留存 http://mirrors.ustc.edu.cn/ubuntu-ports/http://ftp.ubuntu-tw.org/mirror/ubuntu-ports/http://mirror.csclub.uwaterloo.ca/ubuntu-ports/http://mirrors.mit.edu/ubuntu-ports/ 速度從上到下越來越慢 中科技大 > 臺灣新北 > 滑鐵盧大學…

asp.net Linux 界面,在 ASP.NET 中實現不同角色的用戶使用不同登錄界面的方法

很多用戶在開發 ASP.NET應用程序時都有這樣的需求&#xff1a;管理員角色的賬戶使用管理員的登錄界面進行登錄&#xff0c;普通用戶角色的賬戶使用普通用戶的登錄界面進行登錄。由于ASP.NET的web.config里只能使用一個 authentication mode"Forms"節點&#xff0c;所…

pandas之Series

知識點 Pandas的數據類型有兩種&#xff1a;1、Series 一維&#xff0c;帶標簽數組2、DataFrame 二維&#xff0c;Series容器Serial對象本質上由兩個數組構成&#xff0c;一個數組構成對象的健(index,索引),一個數組構成對象的值(values).因此Series可以看作是鍵值對(健-->值…

python快樂數字怎么表達_Python經典面試題:這些面試題你會了嗎?

前言什么&#xff1f;你要去找工作&#xff1f;先別急著找工作&#xff0c;先把下面的python面試題先給看了吧&#xff0c;不然你就只是去面試而不是找工作。話說不打沒準備的仗&#xff0c;下面這些基本的面試題都不會你怎么可能找到工作呢&#xff1f;還是先把下面的東西1、P…

【swift學習筆記】三.使用xib自定義UITableViewCell

使用xib自定義tableviewCell看一下效果圖 1.自定義列 新建一個xib文件 carTblCell&#xff0c;拖放一個UITableViewCell,再拖放一個圖片和一個文本框到tableviewcell上 并給我們的xib一個標識 為了學習&#xff0c;我這里的xib和后臺的class是分開建的。我們再建一個cocoa touc…

leetcode455. 分發餅干(貪心算法)

假設你是一位很棒的家長&#xff0c;想要給你的孩子們一些小餅干。但是&#xff0c;每個孩子最多只能給一塊餅干。對每個孩子 i &#xff0c;都有一個胃口值 gi &#xff0c;這是能讓孩子們滿足胃口的餅干的最小尺寸&#xff1b;并且每塊餅干 j &#xff0c;都有一個尺寸 sj 。…

slack 使用說明_我如何使用Node和Botkit構建HR Slack Bot

slack 使用說明為什么要創建Slack Bot&#xff1f; (Why create a Slack Bot ?) I am an HR professional. More specifically I am a Human Resources Information System (HRIS) Consultant. I work with Application Tracking Systems, Learning Management Systems, and C…

linux 監聽數據包,linux下網絡監聽與發送數據包的方法(即libpcap、libnet兩種類庫的使用方法)...

linux下可以用libpcap函數庫實現監聽數據包&#xff0c;使用libnet 函數庫發送數據包安裝:在命令行下apt-get install 就可以了libpcap的使用:/*author hjjdate 2011-1-21function:capture packet with the ruler and output the packet informationmodify 2011-1-23function:g…

命令模式(Command Pattern)

1命令模式是一個高內聚的模式。定義如下&#xff1a;將一個請求封裝成一個對象&#xff0c;從而讓你使用不同的請求把客戶端參數化&#xff0c;對請求排隊或者記錄請求日志&#xff0c;可以提供命令的撤銷和恢復功能。 2.角色說明&#xff1a; ● Receive接收者角色 該角色就…

BZOJ 3270: 博物館

傳送門 顯然可以狀態轉移&#xff1a; 設 $f[k][x][y]$ 表示第 $k$ 時刻&#xff0c;第一個人在 $x$ &#xff0c;第二個人在 $y$ 時的概率 那么轉移顯然&#xff1a; $f[k][x][y]\sum_{u}\sum_{v}f[k-1][u][v]*(1-P_u)(1-P_v)/du[u]/du[v]$ 其中 $u$ 和 $x$ 有邊相連&#xff…

graphpad7.04多組比較p值_同是折線圖為何你卻這么優秀,這才是多組數據作圖應該有的樣子...

相信大家對Excel做折線圖應該不陌生&#xff0c;在展示數據的時候&#xff0c;圖表是一種最好的展示方法。但是經常會碰到一種尷尬的事情就是&#xff0c;當數據維多比較多的時候&#xff0c;做出的圖表就會顯得非常難看。今天我們就來學習一下&#xff0c;多組數據怎么做折線圖…

Logic-算法-八個箱子找一個最輕的

ylbtech-Arithmetic:Logic-算法-八個箱子找一個最輕的-- -- ylb&#xff1a;算法-- Type:算法[logic]-- munu:八個箱子-找一個最輕的-- thankyou:gaoZhimin -- 7:11 2012/3/17-- 有八個正方形的箱子&#xff0c;外觀大小都一樣&#xff0c;其中七個是50斤的&#xff0c;一個是…

由衷的信來激勵有抱負的開發人員

by Logan Wright洛根賴特(Logan Wright) 由衷的信來激勵有抱負的開發人員 (A heartfelt letter to inspire the aspiring developer) I’m writing a letter to my friend. You should read it. He studies Computer Science, and he hates it. I build React Apps and I love…

linux 運行 chom,Hadoop安裝-單節點/偽分布(2.7.3)

1&#xff0c;下載Hadoop目前在Ubuntu的軟件庫里面 沒有發現Hadoop的壓縮包&#xff0c;沒猜錯Hadoop不是可執行文件 只是一個壓縮包吧&#xff01;所以我們只能自己到官網下載(http://hadoop.apache.org/releases.html)&#xff1b;在Apache社區中&#xff0c;下載軟件的時候…

leetcode944. 刪列造序

給定由 N 個小寫字母字符串組成的數組 A&#xff0c;其中每個字符串長度相等。 你需要選出一組要刪掉的列 D&#xff0c;對 A 執行刪除操作&#xff0c;使 A 中剩余的每一列都是 非降序 排列的&#xff0c;然后請你返回 D.length 的最小可能值。 刪除 操作的定義是&#xff1…