由买买提看人间百态

topics

全部话题 - 话题: multiboot
(共0页)
E*V
发帖数: 17544
1
☆─────────────────────────────────────☆
nickmit (上海老姜) 于 (Wed Oct 27 01:52:51 2010, 美东) 提到:
先建个临时目录
# mkdir -p /tmp/ubuntu/maverick
没有 debootstrap 的先安装一下
# apt-get install debootstrap
然后构建基本系统,这里就用 10.10 吧,你也可以换 lucid
# debootstrap maverick /tmp/ubuntu/rootfs
基本设置一下
# chroot /tmp/ubuntu/rootfs
# mount -t proc none /proc
# mount -t devtmpfs none /dev
# mount -t devpts none /dev/pts
# mount -t sysfs none /sys
俺喜欢给 root 加个密码,sudo... 阅读全帖
b********e
发帖数: 130
2
N400c 可以从USB CDROM/CDRW 启动! 偶干成过.
F10 进ROM SETUP. Enable:
1. 'usb legacy support' in Advanced->device option,
2. 'CD Rom boot' in Security->Device security,
3. 'multiboot" in Advanced->boot option,
4. set usb cdrom first in Advanced->boot option->boot order
Save, restart ... Good luck!
c******n
发帖数: 4965
3
【 以下文字转载自 Linux 讨论区 】
发信人: creation (努力自由泳50m/45sec !), 信区: Linux
标 题: Re: 为什么 hack的xbox 会被ban? (转载)
发信站: BBS 未名空间站 (Sun Nov 27 12:29:02 2011, 美东)
"Soft modification is known to be safe for Xbox Live if the user enables
multibooting with the Microsoft dashboard and an original game disc is used.
"
http://en.wikipedia.org/wiki/Xbox
S***r
发帖数: 12443
4
来自主题: PhotoGear版 - win7下装ubuntu无法引导 (转载)
whatS easyBCD? ubuntu has multiboot itself
t****t
发帖数: 6806
5
多新鲜哪, 这就跟你说windows装在C盘一样, grub当然主要都装在ext分区里.
但是引导区总得有个索引吧. 索引是指向windows的multiboot还是grub, 这是你看到的
区别.
t****t
发帖数: 6806
6
看你说的就知道你完全没概念. 什么叫set MBR to C? MBR是master boot record, 里面
除了分区表, 可以放任何程序. windows会在MBR里写一小段代码加载multiboot, grub会
在MBR里写一小段代码加载grub主程序. you don't set MBR to anything, you put yo
ur bootloader into MBR.
http://en.wikipedia.org/wiki/File:GNU_GRUB_on_MBR_partitioned_h
你把grub直接写到MBR了, 又没有设置grub选项加载windows, 当然就直接进linux. 跟你
grub主程序写在哪里毫无关系.
i***l
发帖数: 9994
7
来自主题: Hardware版 - 请教thinkpad 230 启动问题
http://www.pendrivelinux.com/yumi-multiboot-usb-creator/
这个是用来弄一个Linux Live USB的,你得有第二台计算机来弄;
你系统是Windows 7?
http://answers.microsoft.com/en-us/windows/forum/windows_7-wind
链接里面Andre da costa给出啦digital river的链接。
你可以用上面链接里的ISO, 和下面链接里的download tool,做一个Windows 7的安装
USB:
http://www.microsoftstore.com/store/msusa/html/pbPage.Help_Win7
a*o
发帖数: 19981
8
来自主题: Hardware版 - 表扬一下YUMI multiboot
非常好使,哥终于把鸡零狗碎的各种boot usb stick整合成了一根。
i***l
发帖数: 9994
9
来自主题: Hardware版 - 表扬一下YUMI multiboot
这个还不支持UEFI Secure Boot吧?
a*o
发帖数: 19981
10
来自主题: Hardware版 - 表扬一下YUMI multiboot
secure boot不知道,不过下载那儿有个uefi 0.05版,看起来不大成熟我没敢试。
E**a
发帖数: 275
11
来自主题: Hardware版 - 表扬一下YUMI multiboot
试试Easy2boot,基本全能
s********a
发帖数: 1680
12
来自主题: Hardware版 - 表扬一下YUMI multiboot
求个教程 家里30多个usb了……
c******n
发帖数: 4965
13
"Soft modification is known to be safe for Xbox Live if the user enables
multibooting with the Microsoft dashboard and an original game disc is used.
"
http://en.wikipedia.org/wiki/Xbox
m*i
发帖数: 7
14
your win98 will definitely cannot boot from os loader because it is out of
the first 4G limit. ( the limit is imposed by bios, so no multiboot manager
can overcome it. )
my suggest is first partion ( 1G , fat16 ) win98, also put os loader here
second ( 2g , ntfs ) winnt
third ( ?g ) linux
others for data, any format
(共0页)