Changes between Version 11 and Version 12 of jazz/08-09-26
- Timestamp:
- Sep 26, 2008, 3:32:38 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/08-09-26
v11 v12 41 41 Image has been written to stdout .... 42 42 }}} 43 * [嘗試一] 把 drbl-live.img (DRBL Live ISO 檔的 boot sector) 放到 /tftpboot/nbi_img/pxelinux.cfg/default 關於 FreeDOS 那一段設定檔 43 * [嘗試一] 把 drbl-live.img (DRBL Live ISO 檔的 boot sector) 放到 /tftpboot/nbi_img/pxelinux.cfg/default 關於 FreeDOS 那一段設定檔 -> 看到 pxelinux 正常導入 memdisk 跟 drbl-live.img 但是停在 Loading boot sector .... booting 44 44 {{{ 45 45 #!diff … … 51 51 + append initrd=drbl-live.img 52 52 }}} 53 54 * [嘗試二] 改用 debian_boot.img (Debian ISO 檔的 boot sector) 還是停在 Loading boot sector .... booting 55 * [嘗試三] 把 kernel 改成 debian_boot.img 然後用 dd 產生一個 loop 裝置並格式化為 FAT 裡面擺 Debian Business CD 的 ISO 內容 (取名為 debian-40r4a-i386-businesscard.img),完全開不了 56 * [嘗試四] kernel 用 memdisk,initrd=debian-40r4a-i386-businesscard.img,還是停在 Loading boot sector .... booting